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_passes
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-04
Simplify maybe_record_as_seed.
Camille GILLOT
-0
/
+1
2025-06-10
Remove check_mod_loops query and run the checks per-body instead
Oli Scherer
-2
/
+0
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-2
/
+0
2025-05-30
Move naked fn checks to hir_typeck
Oli Scherer
-2
/
+0
2025-05-30
Change a per-module query to just run on the items it internally filters for
Oli Scherer
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-0
/
+2
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-0
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
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-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2024-11-22
Get rid of HIR const checker
Michael Goulet
-2
/
+0
2024-11-15
Merge `-Zhir-stats` into `-Zinput-stats`
Sam Estep
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_passes`.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_passes`.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-03-06
Add proper cfgs for struct HirIdValidator used only with debug assertions
r0cky
-0
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-10
Remove unnecessary `#![feature(min_specialization)]`
Zalathar
-1
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Rebase slice_group_by stabilization PR
David Tolnay
-1
/
+0
2024-01-25
Remove unused features
clubby789
-2
/
+0
2023-12-25
Pass DeadItem and lint as consistent group in dead-code.
Camille GILLOT
-0
/
+1
2023-12-12
rustc_passes: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-1
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-0
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-26
Migrate `rustc_passes` to translatable diagnostics
clubby789
-0
/
+2
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2022-10-29
Lint against usages of `struct_span_lint_hir`.
Charles Lew
-2
/
+0
2022-10-07
Add lint for diagnostic migration
rdvdev2
-0
/
+2
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-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-15
passes: migrate half of `check_attr`
David Wood
-1
/
+2
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-24
Remove the check_mod_intrinsics query
Oli Scherer
-2
/
+0
[next]