rust/src/librustc_interface
Camille GILLOT 36b6630771 Move stability queries to librustc_passes.
Contains:
- check_mod_unstable_api_usage query;
- stability_index query;
- check_unused_or_stable features pass.
2020-01-01 14:15:02 +01:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
Cargo.toml Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
interface.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
lib.rs Store callbacks in global statics 2019-12-25 14:10:46 -05:00
passes.rs Move stability queries to librustc_passes. 2020-01-01 14:15:02 +01:00
proc_macro_decls.rs Format the world 2019-12-22 17:42:47 -05:00
queries.rs Format the world 2019-12-22 17:42:47 -05:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00
util.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00