rust/src/librustc_session
Nicholas Nethercote ae322ff651 Add a new option -Cbitcode-in-rlib.
It defaults to true, but Cargo will set this to false whenever it can to
reduce compile times.
2020-04-22 15:22:18 +10:00
..
lint Auto merge of #70370 - petrochenkov:nosmatch, r=Centril 2020-03-29 06:33:42 +00:00
Cargo.toml Depend on getopts from crates.io 2020-04-11 17:49:16 -04: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 Add a new option -Cbitcode-in-rlib. 2020-04-22 15:22:18 +10: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 Minor follow-up after renaming librustc(_middle) 2020-04-03 19:03:13 +09:00
options.rs Add a new option -Cbitcode-in-rlib. 2020-04-22 15:22:18 +10:00
output.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
parse.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs Replace uses of parse_opt_* with parse_* where possible. 2020-04-19 19:53:54 +10:00
utils.rs Change -Z time event naming scheme and make them generic activities 2020-01-09 07:06:40 +01:00