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
2025-06-24
rustc_session: Add a structure for keeping both explicit and default sysroots
Vadim Petrochenkov
-17
/
+1
2025-06-17
apply clippy::or_fun_call
klensy
-5
/
+5
2025-06-05
Replace all uses of sysroot_candidates with get_or_default_sysroot
bjorn3
-29
/
+7
2025-06-05
Move canonicalization into current_dll_path
bjorn3
-18
/
+12
2025-06-01
Rollup merge of #141834 - Timmmm:user/timh/wasi, r=Noratrieb
Guillaume Gomez
-0
/
+5
2025-06-01
Add unimplemented `current_dll_path()` for WASI
Tim Hutt
-0
/
+5
2025-05-19
current_dll_path: fix mistake in assertion message
Ralf Jung
-1
/
+1
2025-05-19
dladdr cannot leave dli_fname to be null
Ralf Jung
-3
/
+1
2025-05-16
Simplify current_dll_path for Cygwin
Berrysoft
-22
/
+11
2025-05-15
Experimental cygwin support in rustc
王宇逸
-1
/
+18
2025-03-21
Cache current_dll_path output
bjorn3
-56
/
+66
2025-03-12
Don't return an error from get_or_default_sysroot
bjorn3
-27
/
+21
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-01-21
bumpt compiler and tools to windows 0.59
klensy
-1
/
+1
2024-11-15
rustc_metadata: Preprocess search paths for better performance
Piotr Osiewicz
-16
/
+23
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-10-30
fix libc call from i8 to u8
Henry Jiang
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-08-22
rustc: Simplify getting sysroot library directory
Vadim Petrochenkov
-15
/
+1
2024-08-03
linker: Pass fewer search directories to the linker
Vadim Petrochenkov
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-06-06
Improve naming and path operations in crate loader
Nilstrieb
-9
/
+9
2024-05-21
add helper to target bin path
Rémy Rakic
-0
/
+8
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-4
/
+3
2024-04-12
linker: Remove laziness and caching from native search directory walks
Vadim Petrochenkov
-5
/
+0
2024-04-12
linker: Avoid some allocations in search directory iteration
Vadim Petrochenkov
-2
/
+2
2024-03-11
Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot
Jubilee
-0
/
+6
2024-02-18
windows bump to 0.52
klensy
-1
/
+0
2024-02-15
Refactor out a repeating pattern with `get_or_default_sysroot`
Maybe Waffle
-0
/
+6
2023-11-30
Remove unused `FileMatch`.
Nicholas Nethercote
-6
/
+0
2023-05-09
bump windows crate 0.46 -> 0.48 in workspace
klensy
-2
/
+2
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
[next]