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
/
tests
/
ui-fulldeps
/
pprust-parenthesis-insertion.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-20
Add an attribute-related parenthesization edge case
David Tolnay
-0
/
+6
2025-06-20
Add AST pretty-printer tests involving attr on binary operation
David Tolnay
-0
/
+9
2025-06-19
Preserve Paren expression's attributes during Unparenthesize
David Tolnay
-0
/
+5
2025-06-17
Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov
Jacob Pratt
-2
/
+1
2025-06-13
Add AST pretty-printer tests involving attr precedence
David Tolnay
-0
/
+5
2025-06-13
Rollup merge of #134847 - dtolnay:asymmetrical, r=fmease
Matthias Krüger
-2
/
+2
2025-06-12
avoid `&mut P<T>` in `visit_expr` etc methods
Deadbeef
-2
/
+1
2025-05-29
remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`
Deadbeef
-2
/
+2
2025-05-03
Implement asymmetrical precedence for closures and jumps
David Tolnay
-2
/
+2
2024-12-27
Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors
David Tolnay
-0
/
+3
2024-12-27
Skip parenthesis around tuple struct field calls
David Tolnay
-1
/
+1
2024-12-27
Add pretty-printer test of tuple field function call
David Tolnay
-0
/
+3
2024-12-27
Skip parenthesis if `.` makes statement boundary unambiguous
David Tolnay
-2
/
+2
2024-12-27
Add test of dot after eager statement boundary expr
David Tolnay
-0
/
+4
2024-12-22
Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmease
Matthias Krüger
-36
/
+7
2024-12-21
Show which test case was found to be meaningless
David Tolnay
-1
/
+3
2024-12-22
Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors
Matthias Krüger
-4
/
+0
2024-12-21
Extract ui-fulldeps expression parser into module
David Tolnay
-41
/
+4
2024-12-20
Relocate dyn* test out of parenthesis insertion test
David Tolnay
-1
/
+0
2024-12-20
Support pretty-printing dyn* trait objects
David Tolnay
-3
/
+0
2024-12-20
Change comparison operators to have Fixity::None
David Tolnay
-4
/
+2
2024-12-20
Add some parenthesization test cases with operators that are not left-associa...
David Tolnay
-0
/
+8
2024-12-20
Check that pretty-printer parenthesis test operates on the whole test case
David Tolnay
-1
/
+7
2024-12-21
Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross
Matthias Krüger
-0
/
+6
2024-12-03
Visit Stmt span in MutVisitor::flat_map_stmt
David Tolnay
-8
/
+1
2024-12-03
Visit BinOp span in MutVisitor::visit_expr
David Tolnay
-7
/
+0
2024-12-02
Raise precedence of closure that has explicit return type
David Tolnay
-1
/
+1
2024-12-02
Add test of closure precedence with return type
David Tolnay
-0
/
+3
2024-12-02
Squash closures and jumps into a single precedence level
David Tolnay
-1
/
+1
2024-12-02
Add test of closure vs jump precedence
David Tolnay
-0
/
+3
2024-12-01
Add pretty-printer parenthesis insertion test
David Tolnay
-0
/
+242