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_ast
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-1
/
+0
2025-06-28
Remove unused feature gates
Yotam Ofek
-3
/
+0
2025-05-19
introduce common macro for `MutVisitor` and `Visitor` to dedup code
Deadbeef
-0
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-10
Remove `AstDeref`.
Nicholas Nethercote
-1
/
+1
2025-04-30
Simplify `LazyAttrTokenStream`.
Nicholas Nethercote
-0
/
+1
2025-04-29
Move various token stream things from `rustc_parse` to `rustc_ast`.
Nicholas Nethercote
-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-12-15
Add hir::Attribute
Jonathan Dönszelmann
-11
/
+1
2024-08-16
Add `warn(unreachable_pub)` to several crates.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-07
Remove `HasSpan` trait.
Nicholas Nethercote
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+0
2024-04-30
Remove `extern crate tracing` 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-03-08
Stabilize associated type bounds
Michael Goulet
-1
/
+1
2024-02-18
Allow AST and HIR visitors to return `ControlFlow`
Jason Newcomb
-0
/
+2
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
-2
/
+0
2023-11-21
Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir
Michael Goulet
-3
/
+1
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+0
2023-10-19
Uplift movability and mutability, the simple way
Michael Goulet
-1
/
+3
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-04-16
make rustc compilable
Deadbeef
-1
/
+0
2023-01-28
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast...
Yuki Okushi
-1
/
+0
2023-01-22
Remove dependency on slice_internals feature in rustc_ast
Konrad Borowski
-1
/
+0
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+2
2022-10-01
Replace some `bool` params with an enum
Maybe Waffle
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-09
Inline and remove `TokenStream::opt_from_ast`.
Nicholas Nethercote
-0
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-23
Stabilize `#![feature(label_break_value)]`
Joshua Nelson
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+4
[next]