rust/src/librustc_interface
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
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs move def_id to new rustc_hir crate 2020-01-04 19:01:42 +01:00
Cargo.toml Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
interface.rs syntax: reexport attr globals 2020-02-01 18:59:49 +01:00
lib.rs Store callbacks in global statics 2019-12-25 14:10:46 -05:00
passes.rs Rollup merge of #68460 - sinkuu:emit_mir_buffered, r=Mark-Simulacrum 2020-02-02 08:30:09 +09:00
proc_macro_decls.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
queries.rs Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
tests.rs fix ui-fulldeps & tests fallout 2020-01-11 07:42:26 +01:00
util.rs syntax: reexport attr globals 2020-02-01 18:59:49 +01:00