about summary refs log tree commit diff
path: root/tests/ui/macros/stringify.rs
AgeCommit message (Expand)AuthorLines
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