rust/src/librustc_interface
Mazdak Farrokhzad e839b2ec84 Constness -> enum Const { Yes(Span), No }
Same idea for `Unsafety` & use new span for better diagnostics.
2020-02-13 10:39:23 +01:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
Cargo.toml Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
interface.rs Support linking from a .rlink file 2020-02-11 20:19:28 +11:00
lib.rs Remove unused feature gates from librustc_interface 2020-02-07 13:58:57 +01:00
passes.rs Remove the Forest type 2020-02-06 13:41:37 +01:00
proc_macro_decls.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
queries.rs Remove the Forest type 2020-02-06 13:41:37 +01:00
tests.rs fix ui-fulldeps & tests fallout 2020-01-11 07:42:26 +01:00
util.rs Constness -> enum Const { Yes(Span), No } 2020-02-13 10:39:23 +01:00