rust/src/librustc_session
2020-06-09 15:01:02 +01:00
..
lint properly handle feature gated lints 2020-06-05 13:52:34 -07:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
cgu_reuse_tracker.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs Eliminate some Option<NativeLibKind>s 2020-05-20 21:57:16 +03:00
filesearch.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
lib.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
lint.rs properly handle feature gated lints 2020-06-05 13:52:34 -07:00
options.rs Add -Z span-debug to allow for easier debugging of proc macros 2020-06-04 15:39:12 -04:00
output.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
parse.rs rustc_session: Cleanup session creation 2020-05-27 22:32:24 +03:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs Handle assembler warnings properly 2020-06-09 15:01:02 +01:00
utils.rs Factor out NativeLibKind::Dylib from NativeLibKind::Unspecified 2020-05-20 21:57:13 +03:00