rust/src/librustc_mir
Oliver Schneider 5258871825
Fix thinning pointers to extern types in miri
2018-05-08 13:52:20 +02:00
..
borrow_check add a comment about Locations::All 2018-05-05 06:03:25 -04:00
build When using NLL, implicitly borrow match bindings for any guard, 2018-05-03 14:03:16 +02:00
dataflow Instrument `statement_effect_on_borrows` for the `lhs = &place` case. 2018-05-03 14:03:16 +02:00
hair Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
interpret Fix thinning pointers to extern types in miri 2018-05-08 13:52:20 +02:00
monomorphize Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString 2018-04-27 03:35:32 +02:00
transform add `Location::START` const 2018-05-05 05:03:56 -04:00
util rustc: return impl Iterator from Terminator(Kind)::successors(_mut). 2018-05-01 13:12:23 +03:00
Cargo.toml Remove the `rustc_const_math` crate 2018-04-30 18:18:33 +02:00
diagnostics.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
lib.rs add `-Znll-facts` switch that dumps facts for new analysis 2018-05-05 06:03:25 -04:00
shim.rs Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb 2018-04-26 23:11:39 +00:00