rust/src/librustc_mir
kennytm 924f24a6c4
Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb
Remove slow HashSet during miri stack frame creation

fixes #49237

probably has a major impact on #48846

r? @michaelwoerister

cc @eddyb I know you kept telling me to use vectors instead of hash containers... Now I know why.
2018-03-25 01:26:43 +08:00
..
borrow_check Debug logs for replace_bound_regions_with_nll_infer_vars 2018-03-22 22:40:51 +00:00
build Improved comments for UserAssertTy statement. 2018-03-23 17:50:33 +00:00
dataflow Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis 2018-03-24 02:08:22 +00:00
hair UserAssertTy can handle inference variables. 2018-03-22 21:11:02 +00:00
interpret Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb 2018-03-25 01:26:43 +08:00
monomorphize Properly handle collecting default impls of methods with lifetime parameters. 2018-03-15 13:37:46 +01:00
transform Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj 2018-03-25 01:26:34 +08:00
util Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank 2018-03-22 22:43:37 +08:00
Cargo.toml
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 Keep the fields of RangeInclusive unstable. 2018-03-15 17:01:30 +08:00
shim.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00