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
/
ast_traits.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-6
/
+5
2025-06-19
completely deduplicate `Visitor` and `MutVisitor`
Deadbeef
-0
/
+7
2025-05-29
remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`
Deadbeef
-0
/
+6
2025-05-10
Remove `AstDeref`.
Nicholas Nethercote
-47
/
+28
2025-04-02
Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.
Nicholas Nethercote
-14
/
+0
2025-04-02
Remove `NtExpr` and `NtLiteral`.
Nicholas Nethercote
-2
/
+0
2025-03-07
Remove `NtItem` and `NtStmt`.
Nicholas Nethercote
-4
/
+0
2025-03-01
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
Frank King
-2
/
+13
2025-02-28
Remove `NtPath`.
Nicholas Nethercote
-2
/
+0
2025-02-28
Remove `NtMeta`.
Nicholas Nethercote
-2
/
+0
2025-02-28
Remove `NtPat`.
Nicholas Nethercote
-2
/
+0
2025-02-21
Remove `NtTy`.
Nicholas Nethercote
-2
/
+0
2025-02-21
Remove `NtVis`.
Nicholas Nethercote
-2
/
+0
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-07-07
Remove `HasSpan` trait.
Nicholas Nethercote
-33
/
+0
2024-05-14
Remove `NtIdent` and `NtLifetime`.
Nicholas Nethercote
-2
/
+0
2024-03-14
Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`
Guillaume Gomez
-4
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-09-09
Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.
Nicholas Nethercote
-19
/
+19
2022-08-29
Inline `attrs`.
Nicholas Nethercote
-0
/
+1
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-37
/
+10
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-2
/
+2
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-1
/
+7
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-0
/
+436