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_hir
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
fixup limit handling code
Jana Dönszelmann
-0
/
+1
2025-08-20
Split `rustc_hir_id` out of `rustc_hir`
Josh Triplett
-5
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-0
/
+5
2025-06-12
introduce new lint infra
Jana Dönszelmann
-0
/
+1
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+0
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-30
Simplify `LazyAttrTokenStream`.
Nicholas Nethercote
-0
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-14
Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...
bors
-1
/
+0
2025-04-03
impl !PartialOrd for HirId
Oli Scherer
-0
/
+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
2025-01-28
rustc_hir: use box patterns to flatten some nested pattern matches
Yotam Ofek
-0
/
+1
2025-01-24
rustc_hir: replace `debug_fn` with unstable `fmt::from_fn`
Yotam Ofek
-0
/
+1
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-0
/
+1
2024-09-20
dont regenerate new links for rexports
Giang Dao
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir`.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_data_structures` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-03-20
step cfgs
Mark Rousskov
-1
/
+0
2024-02-10
Remove unnecessary `min_specialization` after bootstrap
Zalathar
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
2023-11-20
Remove unused feature.
Nicholas Nethercote
-1
/
+0
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-05-16
Remove `LangItems::require`
Nilstrieb
-1
/
+0
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-0
/
+1
2022-10-29
Cleanup weak lang items
Cameron Steffen
-1
/
+0
2022-10-29
Use an array in LanguageItems
Cameron Steffen
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-23
Stabilize const `BTree{Map,Set}::new`
Nilstrieb
-1
/
+1
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-25
allow non-monomorphize modules to access hard-coded error message through new...
Nathan Stocks
-0
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-07-06
Make AST lowering a query.
Camille GILLOT
-0
/
+4
2022-06-21
Only keep a single well-formed query.
Camille GILLOT
-1
/
+0
2022-05-31
Apply track_caller to closure on `expect_non_local()`
Yuki Okushi
-0
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-0
/
+1
2022-02-19
Adopt let else in more places
est31
-0
/
+1
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-0
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_hir`
Peter Jaszkowiak
-1
/
+0
[next]