rust/src/librustc_interface
bors fc07615c49 Auto merge of #68601 - 0dvictor:split, r=tmandry
Split `join_codegen_and_link()` into two steps

`join_codegen_and_link()` is split to `join_codegen()` and `link()`.
2020-02-04 05:48:54 +00:00
..
build.rs
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 Split join_codegen_and_link() into two steps 2020-02-04 11:09:50 +11:00
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