rust/src/librustc_interface
Camille GILLOT c1e3d556bf Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
..
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Make it build again 2020-02-29 20:47:10 +03:00
interface.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
lib.rs Remove unused feature gates from librustc_interface 2020-02-07 13:58:57 +01:00
passes.rs Add a new test to reach const_limit setting, although with wrong WARNINGs yet 2020-03-05 08:09:52 +01:00
proc_macro_decls.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
queries.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
tests.rs Rename `syntax` to `rustc_ast` in source code 2020-02-29 21:59:09 +03:00
util.rs Don't use "if let" bindings to only check a value and not actually bind anything. 2020-03-04 20:41:03 +01:00