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
/
state
Age
Commit message (
Expand
)
Author
Lines
2022-11-28
Keep track of the start of the argument block of a closure
Sarthak Singh
-0
/
+1
2022-11-28
Remove `Lit::from_included_bytes`.
Nicholas Nethercote
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-4
/
+4
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-1
/
+1
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-8
/
+13
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-3
/
+3
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+4
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-09-03
Fix global_asm macro pretty printing
Michael Goulet
-0
/
+2
2022-08-11
Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot
Matthias Krüger
-2
/
+2
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-5
/
+9
2022-08-09
Stringify non-shorthand visibility correctly
Jacob Pratt
-2
/
+2
2022-07-12
Parse closure binders
Maybe Waffle
-0
/
+11
2022-06-16
Fix pretty printing of empty type bound lists in where-clause
David Tolnay
-5
/
+23
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-2
/
+1
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-4
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-2
/
+2
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-1
/
+13
2022-03-15
Parse inner attributes on inline const block
David Tolnay
-3
/
+14
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-4
/
+34
2022-02-07
Pretty print ItemKind::Use in rustfmt style
David Tolnay
-15
/
+35
2022-02-03
Change struct expr pretty printing to match rustfmt style
David Tolnay
-31
/
+80
2022-01-30
Fix some double indents on exprs containing blocks
David Tolnay
-10
/
+18
2022-01-27
try apply `rustc_pass_by_value` to `Span`
lcnr
-1
/
+1
2022-01-18
Move item-related pretty printing functions to module
David Tolnay
-0
/
+644
2022-01-18
Move expr-related pretty printing functions to module
David Tolnay
-0
/
+571
[prev]