about summary refs log tree commit diff
path: root/src/librustc_fs_util
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-126/+0
2019-12-21Format src/librustc_fs_util.Adam Perry-20/+17
In total it's about 100 lines of code and has received less than 5 commits in 2019 -- a good starting point.
2019-07-28Remove lint annotations in specific crates that are already enforced by ↵Vadim Petrochenkov-2/+0
rustbuild Remove some random unnecessary lint `allow`s
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+0
Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that!
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-06librustc_fs_util => 2018Taiki Endo-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Rename conversion util; remove duplicate util in librustc_codegen_llvm.Corey Farwell-3/+3
2018-08-09Move path2cstr to rustc_fs_utilMark Rousskov-0/+13
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-0/+126