summary refs log tree commit diff
path: root/src/librustc/session/filesearch.rs
AgeCommit message (Expand)AuthorLines
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-2/+0
2017-07-05use field init shorthand in src/librustcZack M. Davis-4/+4
2017-05-17Improve the error management when /proc is not mountedSylvestre Ledru-3/+8
2016-10-10Simplify `str` and `Path` comparison.Corey Farwell-1/+1
2016-10-10Return early to avoid excessive indentation.`Corey Farwell-24/+23
2016-10-10Use `Cow` instead of `String` to avoid unnecessary allocations.Corey Farwell-3/+4
2016-10-10Convert `String` generating functions into `&str` constants.Corey Farwell-18/+10
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-2/+2
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+207