about summary refs log tree commit diff
path: root/tests/ui/macros/stringify.rs
AgeCommit message (Expand)AuthorLines
2025-06-30Remove let_chains featureCameron Steffen-2/+1
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-3/+2
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-2/+2
2025-04-29Add a few extra tests to `tests/ui/macros/stringify.rs`.Nicholas Nethercote-2/+18
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-0/+2
2025-01-08Rename PatKind::Lit to ExprOli Scherer-1/+1
2024-12-13Stabilize async closuresMichael Goulet-1/+0
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-08-16Overhaul token collection.Nicholas Nethercote-16/+8
2024-08-16Add some attribute `stringify!` tests.Nicholas Nethercote-2/+53
2024-06-05Print `token::Interpolated` with token stream pretty printing.Nicholas Nethercote-207/+52
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+15
2024-05-11Fix redundant parens around braced macro call in match armsDavid Tolnay-1/+1
2024-05-11Fix pretty printer statement boundaries after braced macro callDavid Tolnay-2/+2
2024-05-11Add ExprKind::MacCall statement boundary testsDavid Tolnay-0/+30
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-01-22Fix some cases in `space_between`.Nicholas Nethercote-17/+16
2023-12-18Fix parenthesization of subexprs containing statement boundaryDavid Tolnay-12/+6
2023-12-18Test parenthesization of leftmost subexprs containing stmt boundariesDavid Tolnay-0/+66
2023-12-11Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errorsMatthias Krüger-1/+20
2023-12-11Add a few cases with wonky formatting to `stringify.rs` test.Nicholas Nethercote-0/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-15/+15
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-192/+144
2023-12-08Do not parenthesize exterior struct lit inside match guardsDavid Tolnay-1/+1
2023-12-08Add if_let_guard and let_chains pretty printer testsDavid Tolnay-1/+20
2023-11-29Add `never_patterns` feature gateNadrieril-0/+5
2023-11-08More tests for token stream pretty-printing with adjacent punctuation.Nicholas Nethercote-0/+29
2023-11-08Clarify `space_between`.Nicholas Nethercote-0/+2
2023-10-24Augment `stringify.rs` test some more.Nicholas Nethercote-40/+38
2023-10-24Augment `stringify.rs` test.Nicholas Nethercote-2/+47
2023-10-24Redo `stringify.rs` test.Nicholas Nethercote-539/+412
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+1
2023-05-01Rip it outNilstrieb-2/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-4/+0
2023-02-07Expand const-if-const trait bounds correctlyMichael Goulet-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+889