index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-14
make sysroot finding compatible with multiarch systems
ozkanonur
-17
/
+18
2023-03-30
Rollup merge of #109522 - bzEq:aix-current-dll-path, r=Nilstrieb
Michael Goulet
-0
/
+44
2023-03-28
Check data segment range
Kai Luo
-6
/
+5
2023-03-28
Address comment
Kai Luo
-5
/
+11
2023-03-24
Avoid misalign
Kai Luo
-3
/
+8
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-2
/
+3
2023-03-23
Implement current_dll_path for AIX
Kai Luo
-0
/
+34
2023-03-20
migrate compiler, bootstrap, and compiletest to windows-rs
Andy Russell
-22
/
+25
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-2
/
+3
2023-02-28
compiler/rustc_session: fix sysroot detection logic ...
liushuyu
-1
/
+11
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-04
improve `filesearch::get_or_default_sysroot` r=ozkanonur
Onur Özkan
-16
/
+120
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-03-24
Prettify rustc_session fmt with capturing args (nfc)
Jubilee Young
-1
/
+1
2022-02-02
Inline and remove `FileSearch::search`.
Nicholas Nethercote
-14
/
+1
2022-02-02
Remove `FileMatch`.
Nicholas Nethercote
-12
/
+2
2022-02-02
Remove rlib special-casing in `FileSearch::search`.
Nicholas Nethercote
-10
/
+1
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-2
/
+2
2021-09-08
Move get_tools_search_paths from FileSearch to Session
bjorn3
-12
/
+0
2021-09-08
Doc comments
bjorn3
-6
/
+6
2021-05-10
Adjust target search algorithm for rustlib path
Simonas Kazlauskas
-53
/
+15
2021-02-25
fix review
klensy
-1
/
+1
2021-02-23
replaced some unwrap_or with unwrap_or_else
klensy
-1
/
+1
2021-02-05
Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisa
bors
-7
/
+45
2021-01-27
Fix rustc sysroot in systems using CAS
Ramon de C Valle
-7
/
+45
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-1
/
+1
2020-10-28
Dogfood {exclusive,half-open} ranges in compiler (nfc)
Jubilee Young
-2
/
+2
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+171