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_pretty
/
src
/
pprust
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-12
Introduce `-Zmacro-stats`.
Nicholas Nethercote
-0
/
+12
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-1
/
+3
2025-04-02
Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.
Nicholas Nethercote
-5
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2023-06-15
Fix suggestion for E0404 not dealing with multiple generics
许杰友 Jieyou Xu (Joe)
-0
/
+4
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-31
/
+1
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-1
/
+31
2021-12-27
Remove &self from PrintState::to_string
David Tolnay
-2
/
+2
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+9
2021-08-25
Convert some functions to return Cow<'static,str> instead of String to reduce...
klensy
-2
/
+4
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-24
/
+0
2021-01-08
rustc_ast_pretty: Remove `PrintState::insert_extra_parens`
Vadim Petrochenkov
-5
/
+0
2020-10-11
Allow skipping extra paren insertion during AST pretty-printing
Aaron Hill
-0
/
+5
2020-10-11
Move pprust code to a 'state' submodule
Aaron Hill
-0
/
+99