about summary refs log tree commit diff
path: root/tests/ui-fulldeps/pprust-parenthesis-insertion.rs
AgeCommit message (Expand)AuthorLines
2025-06-20Add an attribute-related parenthesization edge caseDavid Tolnay-0/+6
2025-06-20Add AST pretty-printer tests involving attr on binary operationDavid Tolnay-0/+9
2025-06-19Preserve Paren expression's attributes during UnparenthesizeDavid Tolnay-0/+5
2025-06-17Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkovJacob Pratt-2/+1
2025-06-13Add AST pretty-printer tests involving attr precedenceDavid Tolnay-0/+5
2025-06-13Rollup merge of #134847 - dtolnay:asymmetrical, r=fmeaseMatthias Krüger-2/+2
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-2/+1
2025-05-29remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`Deadbeef-2/+2
2025-05-03Implement asymmetrical precedence for closures and jumpsDavid Tolnay-2/+2
2024-12-27Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errorsDavid Tolnay-0/+3
2024-12-27Skip parenthesis around tuple struct field callsDavid Tolnay-1/+1
2024-12-27Add pretty-printer test of tuple field function callDavid Tolnay-0/+3
2024-12-27Skip parenthesis if `.` makes statement boundary unambiguousDavid Tolnay-2/+2
2024-12-27Add test of dot after eager statement boundary exprDavid Tolnay-0/+4
2024-12-22Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmeaseMatthias Krüger-36/+7
2024-12-21Show which test case was found to be meaninglessDavid Tolnay-1/+3
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-4/+0
2024-12-21Extract ui-fulldeps expression parser into moduleDavid Tolnay-41/+4
2024-12-20Relocate dyn* test out of parenthesis insertion testDavid Tolnay-1/+0
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-3/+0
2024-12-20Change comparison operators to have Fixity::NoneDavid Tolnay-4/+2
2024-12-20Add some parenthesization test cases with operators that are not left-associa...David Tolnay-0/+8
2024-12-20Check that pretty-printer parenthesis test operates on the whole test caseDavid Tolnay-1/+7
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-0/+6
2024-12-03Visit Stmt span in MutVisitor::flat_map_stmtDavid Tolnay-8/+1
2024-12-03Visit BinOp span in MutVisitor::visit_exprDavid Tolnay-7/+0
2024-12-02Raise precedence of closure that has explicit return typeDavid Tolnay-1/+1
2024-12-02Add test of closure precedence with return typeDavid Tolnay-0/+3
2024-12-02Squash closures and jumps into a single precedence levelDavid Tolnay-1/+1
2024-12-02Add test of closure vs jump precedenceDavid Tolnay-0/+3
2024-12-01Add pretty-printer parenthesis insertion testDavid Tolnay-0/+242