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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-02-17
Move `rustc_middle::limits` to `rustc_interface`.
Nicholas Nethercote
-0
/
+1
2024-12-14
Remove the parse query
bjorn3
-2
/
+2
2024-12-14
Get rid of of the global_ctxt query
bjorn3
-2
/
+2
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-0
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_interface`.
Nicholas Nethercote
-0
/
+1
2024-08-16
Stabilize std::thread::Builder::spawn_unchecked
David Tolnay
-1
/
+0
2024-07-01
Move codegen_and_build_linker from Queries to Linker
bjorn3
-1
/
+1
2024-06-22
Inline write_dep_info query
bjorn3
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_interface`.
Nicholas Nethercote
-3
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-1
/
+0
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-3
/
+0
2024-01-10
Format sources into the error message when loading codegen backends
Simonas Kazlauskas
-1
/
+2
2023-12-05
rustc_interface: Address all `rustc::potential_query_instability` lints
Martin Nordholts
-1
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-10-13
MCP636: Add simpler and more explicit syntax to check-cfg
Urgau
-0
/
+1
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-0
/
+1
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-22
Deny diagnostic lints in rustc_interface
Giacomo Stevanato
-0
/
+2
2022-08-22
Move existing diagnostic struct to a new errors module
Giacomo Stevanato
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-12
Move setup_callbacks call to create_compiler_and_run
bjorn3
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-18
Use let_else in even more places
est31
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-09-23
Simplify scoped_thread
Mark Rousskov
-0
/
+1
2021-06-08
Don't use a generator for BoxedResolver
bjorn3
-2
/
+0
[next]