rust/src/librustc_mir
Yuki Okushi bf68a057b3
Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum
Use BufWriter for emitting MIR

I noticed that `--emit=mir` takes long time on a large crate. https://github.com/rust-lang/rust/pull/64344 seem to have fixed `-Zdump-mir`, but not `--emit=mir`.
2020-02-02 08:30:09 +09:00
..
borrow_check Use BufWriter 2020-02-01 19:26:45 +09:00
const_eval Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
dataflow syntax::print -> new crate rustc_ast_pretty 2020-02-01 18:59:49 +01:00
interpret Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum 2020-01-31 00:03:55 +00:00
monomorphize don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00
transform Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum 2020-02-02 08:30:09 +09:00
util Use BufWriter 2020-02-01 19:26:45 +09:00
Cargo.toml syntax::print -> new crate rustc_ast_pretty 2020-02-01 18:59:49 +01:00
const_eval.rs Promoteds can contain raw pointers, but these must still only point to immutable allocations 2020-01-15 10:48:22 +01:00
lib.rs slice_patterns: remove internal uses of gate 2020-01-18 19:33:47 +01:00
shim.rs don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00