about summary refs log tree commit diff
path: root/compiler/rustc_session/src/filesearch.rs
AgeCommit message (Expand)AuthorLines
2021-09-08Move get_tools_search_paths from FileSearch to Sessionbjorn3-12/+0
2021-09-08Doc commentsbjorn3-6/+6
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-53/+15
2021-02-25fix reviewklensy-1/+1
2021-02-23replaced some unwrap_or with unwrap_or_elseklensy-1/+1
2021-02-05Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisabors-7/+45
2021-01-27Fix rustc sysroot in systems using CASRamon de C Valle-7/+45
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-1/+1
2020-10-28Dogfood {exclusive,half-open} ranges in compiler (nfc)Jubilee Young-2/+2
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-2/+0
2020-08-30mv compiler to compiler/mark-0/+171