about summary refs log tree commit diff
path: root/src/librustc/session/filesearch.rs
AgeCommit message (Expand)AuthorLines
2019-03-05Allow linking to a proc macro on the target in metadata and still use a host ...John Kåre Alsaker-0/+1
2019-02-05move librustc to 2018Mark Mansi-1/+1
2019-01-07Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"Matthias Krüger-7/+0
2019-01-05Auto merge of #57101 - o01eg:fix-57014, r=alexcrichtonbors-0/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24Search codegen backends based on target libdir instead of sysroot.O01eg-0/+7
2018-12-12Replace `FileSearch::for_each_lib_search_path` with `search_paths`.Nicholas Nethercote-23/+17
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-23/+11
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-16/+17
2018-12-12Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.Nicholas Nethercote-2/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-04cleanup: remove static lifetimes from constsljedrz-4/+4
2018-10-15rustc/session: move consts up to improve readabilityljedrz-9/+9
2018-10-15rustc/session: improve common patternsljedrz-1/+1
2018-10-15rustc/session: improve allocationsljedrz-1/+1
2018-10-15rustc/session: whitespace & formatting improvementsljedrz-1/+1
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-2/+2
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-2/+2
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