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_interface
/
src
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Rollup merge of #146596 - bjorn3:dummy_backend, r=SparrowLii
Matthias Krüger
-4
/
+70
2025-09-29
Add a dummy codegen backend
bjorn3
-4
/
+70
2025-09-26
debuginfo: add an unstable flag to write split DWARF to an explicit directory
Augie Fackler
-0
/
+2
2025-09-24
Small string formatting cleanup
Guillaume Gomez
-5
/
+3
2025-09-19
fixes for numerous clippy warnings
Marijn Schouten
-2
/
+2
2025-09-14
Move more early buffered lints to dyn lint diagnostics (4/N)
León Orell Valerian Liehr
-3
/
+5
2025-08-24
Port crate name to the new attribute system
Jana Dönszelmann
-6
/
+6
2025-08-22
Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann
Jacob Pratt
-1
/
+2
2025-08-22
Refactor lint buffering to avoid requiring a giant enum
Josh Triplett
-1
/
+2
2025-08-22
Move validate_attr to `rustc_attr_parsing`
Jonathan Brouwer
-1
/
+1
2025-06-24
rustc_session: Add a structure for keeping both explicit and default sysroots
Vadim Petrochenkov
-19
/
+17
2025-06-11
Use `rustc_thread_pool` instead of `rustc-rayon-core`
Celina G. Val
-4
/
+4
2025-06-06
Fix review comments
bjorn3
-8
/
+4
2025-06-05
Replace all uses of sysroot_candidates with get_or_default_sysroot
bjorn3
-6
/
+5
2025-05-01
Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii
bors
-10
/
+18
2025-04-29
Add a jobserver proxy to ensure at least one token is always held
John Kåre Alsaker
-10
/
+18
2025-04-27
Implement the internal feature `cfg_target_has_reliable_f16_f128`
Trevor Gross
-5
/
+16
2025-04-11
Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk
bors
-3
/
+5
2025-04-11
Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead
Stuart Cook
-10
/
+21
2025-04-10
Remove the use of Rayon iterators
John Kåre Alsaker
-3
/
+5
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-10
/
+21
2025-03-26
Avoiding calling queries when collecting active queries
John Kåre Alsaker
-21
/
+23
2025-03-21
Address comments
John Kåre Alsaker
-8
/
+9
2025-03-21
Update comments
John Kåre Alsaker
-2
/
+3
2025-03-21
Abort in deadlock handler if we fail to get a query map
John Kåre Alsaker
-2
/
+11
2025-03-05
Change signature of `target_features_cfg`.
Nicholas Nethercote
-4
/
+4
2025-02-15
Reject macro calls inside of `#![crate_name]`
León Orell Valerian Liehr
-3
/
+3
2025-01-28
ABI-required target features: warn when they are missing in base CPU (rather ...
Ralf Jung
-3
/
+35
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-11
generalize 'forbidden feature' concept so that even (un)stable feature can be...
Ralf Jung
-2
/
+2
2024-11-12
Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot
bors
-14
/
+0
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-14
/
+0
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-08-10
rustc_interface: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+12
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_interface`.
Nicholas Nethercote
-1
/
+1
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-20
/
+7
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-1
/
+0
2024-05-19
note value of RUST_MIN_STACK and explain unsetting
Jubilee Young
-3
/
+9
2024-05-19
defrost RUST_MIN_STACK=ice rustc hello.rs
Jubilee Young
-9
/
+26
2024-05-03
Remove some low-value `use` renamings.
Nicholas Nethercote
-6
/
+4
2024-04-16
Construct `SourceMap` at the same time as `SessionGlobals`.
Nicholas Nethercote
-5
/
+11
2024-03-27
Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt`
John Kåre Alsaker
-10
/
+23
2024-03-21
Suggest using RUST_MIN_STACK if rustc overflowed
Jubilee Young
-2
/
+2
2024-03-21
Use less hacky STACK_SIZE
Jubilee Young
-15
/
+18
2024-03-13
Make incremental sessions identity no longer depend on the crate names provid...
John Kåre Alsaker
-64
/
+4
2024-03-11
Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot
Jubilee
-21
/
+26
[next]