rust/src/librustc/session
bors 37961dbd2d Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis
Cleanup from lexical MIR borrowck removal

Lexical MIR borrowck was removed months ago now, and `EndRegion`s are no longer used for MIRI verification.

* Remove `rustc::mir::StatementKind::EndRegion` and the `-Zemit_end_regions` flag
* Use `RegionVid` instead of `Region` in BorrowSet
* Rewrite drop generation to create fewer goto terminators.

r? @nikomatsakis
2018-11-25 03:00:30 +00:00
..
code_stats.rs rustc_target: avoid using AbiAndPrefAlign where possible. 2018-11-22 05:01:49 +02:00
config.rs Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis 2018-11-25 03:00:30 +00:00
filesearch.rs rustc/session: move consts up to improve readability 2018-10-15 10:19:16 +02:00
mod.rs rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
search_paths.rs rustc/session: improve allocations 2018-10-15 10:19:04 +02:00