rust/src/librustc_incremental
bors db1acaac7f Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix
Cleanup to librustc::session and related code

No functional changes, just some cleanup.

This also creates the `rustc_fs_util` crate, but I can remove that change if desired. It felt a little odd to force crates to depend on librustc for some fs utilities; and also seemed good to generally keep the size of librustc lower (for compile times); fs_util will compile in parallel with essentially the first crate since it has no dependencies beyond std.
2018-08-10 00:14:52 +00:00
..
persist Move rustc::util::fs into separate (new) crate 2018-08-09 10:00:25 -06:00
assert_dep_graph.rs Don't format!() string literals 2018-07-28 17:58:52 +02:00
assert_module_sources.rs Revert "Clean up CodegenUnit name generation." 2018-07-16 08:58:40 +02:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Move rustc::util::fs into separate (new) crate 2018-08-09 10:00:25 -06:00
lib.rs Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix 2018-08-10 00:14:52 +00:00