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
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-27
Move `NativeLibKind` from `rustc_session` to `rustc_hir`
Jonathan Brouwer
-63
/
+1
2025-04-26
session: Cleanup `CanonicalizedPath::new`
Vadim Petrochenkov
-3
/
+3
2025-03-28
use `slice::contains` where applicable
Yotam Ofek
-5
/
+6
2025-02-26
Support raw-dylib link kind on ELF
Noratrieb
-0
/
+1
2024-10-12
remove a couple of redundant String to String conversion
Matthias Krüger
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-28
compiler: fix unused_peekable clippy lint
klensy
-1
/
+1
2024-02-17
Use better heuristic for printing Cargo specific diagnostics
Urgau
-1
/
+19
2023-11-30
Move `is_ascii_ident` to where it's used.
Nicholas Nethercote
-11
/
+0
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-20
Validate crate name in CLI option --extern
León Orell Valerian Liehr
-0
/
+9
2023-08-24
Move extra_compiler_flags() to rustc_session
Martin Nordholts
-0
/
+47
2023-07-24
Add missing documentation for `Session::time`
Guillaume Gomez
-0
/
+1
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-1
/
+2
2023-03-19
The name of NativeLib will be presented
yukang
-1
/
+8
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-1
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-10-19
Get rid of native_library projection queries
nils
-0
/
+11
2022-07-26
Lib kind -l link-arg:
Daniil Belov
-1
/
+4
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-58
/
+0
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-4
/
+2
2022-04-02
ast_lowering: Stop wrapping `ident` matchers into groups
Vadim Petrochenkov
-0
/
+3
2022-03-30
Stabilize native library modifier syntax and the `whole-archive` modifier spe...
Vadim Petrochenkov
-0
/
+20
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-2
/
+2
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-8
/
+25
2021-04-11
Implement token-based handling of attributes during expansion
Aaron Hill
-0
/
+55
2021-01-29
Pre-canoncalize ExternLocation::ExactPaths
Ryan Levick
-0
/
+23
2020-08-30
mv compiler to compiler/
mark
-0
/
+32