about summary refs log tree commit diff
path: root/compiler/rustc_session/src/filesearch.rs
AgeCommit message (Expand)AuthorLines
2023-04-14make sysroot finding compatible with multiarch systemsozkanonur-17/+18
2023-03-30Rollup merge of #109522 - bzEq:aix-current-dll-path, r=NilstriebMichael Goulet-0/+44
2023-03-28Check data segment rangeKai Luo-6/+5
2023-03-28Address commentKai Luo-5/+11
2023-03-24Avoid misalignKai Luo-3/+8
2023-03-23Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger-2/+3
2023-03-23Implement current_dll_path for AIXKai Luo-0/+34
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-22/+25
2023-03-16Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker-2/+3
2023-02-28compiler/rustc_session: fix sysroot detection logic ...liushuyu-1/+11
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-1/+1
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-19clippy::complexity fixesMatthias Krüger-2/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-16/+120
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-03-24Prettify rustc_session fmt with capturing args (nfc)Jubilee Young-1/+1
2022-02-02Inline and remove `FileSearch::search`.Nicholas Nethercote-14/+1
2022-02-02Remove `FileMatch`.Nicholas Nethercote-12/+2
2022-02-02Remove rlib special-casing in `FileSearch::search`.Nicholas Nethercote-10/+1
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-2/+2
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