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
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-30
Introduce `ByteSymbol`.
Nicholas Nethercote
-2
/
+6
2025-06-24
Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross
Jubilee
-0
/
+4
2025-06-20
Insert parentheses around binary operation with attribute
David Tolnay
-12
/
+38
2025-06-15
Implement pinned borrows, part of `pin_ergonomics`
Frank King
-0
/
+4
2025-05-03
Implement asymmetrical precedence for closures and jumps
David Tolnay
-53
/
+54
2025-05-03
Avoid an indent for labelled loops.
Nicholas Nethercote
-2
/
+2
2025-05-03
Remove fake `BoxMarker`s.
Nicholas Nethercote
-10
/
+1
2025-04-28
Introduce `BoxMarker` to pretty-printing.
Nicholas Nethercote
-63
/
+65
2025-04-27
Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau
Matthias Krüger
-4
/
+6
2025-04-26
Improve HIR pretty-printing of if/else some more.
Nicholas Nethercote
-1
/
+1
2025-04-25
Improve pretty printing of if/else.
Nicholas Nethercote
-3
/
+5
2025-04-25
Fix some pretty printing indents.
Nicholas Nethercote
-2
/
+2
2025-04-24
Fix pretty printing of never pattern match arms.
Nicholas Nethercote
-0
/
+1
2025-04-03
Tighten up assignment operator representations.
Nicholas Nethercote
-2
/
+1
2025-04-03
Use `BinOpKind` instead of `BinOp` for function args where possible.
Nicholas Nethercote
-6
/
+6
2025-03-18
Refactor YieldKind so postfix yield must have an expression
Eric Holk
-4
/
+2
2025-03-18
Apply suggestions from code review
Eric Holk
-1
/
+1
2025-03-14
Preserve yield position during pretty printing
Eric Holk
-2
/
+12
2025-03-06
Use closure parse code
Santiago Pastorino
-0
/
+1
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+8
2025-02-27
Introduce `AssocOp::Binary`.
Nicholas Nethercote
-4
/
+3
2024-12-27
Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors
David Tolnay
-1
/
+3
2024-12-27
Skip parenthesis around tuple struct field calls
David Tolnay
-1
/
+3
2024-12-27
Skip parenthesis if `.` makes statement boundary unambiguous
David Tolnay
-11
/
+17
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+19
2024-11-30
Eliminate magic numbers from expression precedence
David Tolnay
-25
/
+24
2024-11-30
Eliminate PREC_FORCE_PAREN
David Tolnay
-4
/
+4
2024-11-30
Eliminate precedence arithmetic from rustc_ast_pretty
David Tolnay
-25
/
+16
2024-11-29
Eliminate rustc_ast_pretty's print_expr_maybe_paren
David Tolnay
-31
/
+87
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+8
2024-07-02
Rollup merge of #126883 - dtolnay:breakvalue, r=fmease
Matthias Krüger
-2
/
+6
2024-07-01
Parenthesize break values containing leading label
David Tolnay
-2
/
+6
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-23
Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS
David Tolnay
-7
/
+7
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-3
/
+2
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-2
/
+3
2024-05-11
Fix redundant parens around braced macro call in match arms
David Tolnay
-1
/
+1
2024-05-03
AST pretty: Use `builtin_syntax` for type ascription
León Orell Valerian Liehr
-7
/
+8
2024-04-29
Pretty-print parenthesis around binary in postfix match
Sasha Pourcelot
-1
/
+1
2024-04-19
Give a name to each distinct manipulation of pretty-printer FixupContext
David Tolnay
-132
/
+21
2024-04-19
Move pretty-printer FixupContext to a module
David Tolnay
-72
/
+1
2024-03-27
chore: fix some comments
xiaoxiangxianzi
-1
/
+1
2024-03-06
Add MatchKind member to the Match expr for pretty printing & fmt
Ross Smyth
-5
/
+15
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-0
/
+5
2023-12-27
Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin
bors
-41
/
+283
2023-12-19
Plumb awaitness of for loops
Eric Holk
-3
/
+7
2023-12-18
Fix parenthesization of subexprs containing statement boundary
David Tolnay
-41
/
+283
[next]