summary refs log tree commit diff
path: root/src/test/ui/macros/stringify.rs
AgeCommit message (Expand)AuthorLines
2022-02-03Bless all pretty printer tests and ui testsDavid Tolnay-10/+10
2022-01-16Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasperMatthias Krüger-1/+1
2022-01-06Rollup merge of #92417 - dtolnay:printimpl, r=jackh726Matthias Krüger-1/+7
2022-01-03Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoeristerMatthias Krüger-4/+4
2022-01-01Fix unclosed boxes in pretty printing of TraitAliasDavid Tolnay-1/+1
2022-01-01Rollup merge of #92420 - dtolnay:patrange, r=Mark-SimulacrumMatthias Krüger-4/+4
2022-01-01Rollup merge of #92412 - dtolnay:tryspace, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-12-29Fix whitespace in pretty printed PatKind::RangeDavid Tolnay-4/+4
2021-12-29Fix spacing in pretty printed PatKind::Struct with no fieldsDavid Tolnay-4/+4
2021-12-29Fix spacing of pretty printed const item without bodyDavid Tolnay-3/+3
2021-12-29Fix spacing and ordering of words in pretty printed ImplDavid Tolnay-2/+2
2021-12-29Add a pretty printer test of impl<T> const TraitDavid Tolnay-0/+6
2021-12-29Fix double space in pretty printed TryBlockDavid Tolnay-1/+1
2021-12-29Rollup merge of #92372 - dtolnay:fntype, r=jackh726Matthias Krüger-1/+1
2021-12-28Print space after formal generic params in fn typeDavid Tolnay-1/+1
2021-12-28Remove pretty printer space inside block with only outer attrsDavid Tolnay-1/+1
2021-12-23Fix tidy line length lint in stringify testsDavid Tolnay-4/+16
2021-12-23Format with rust-lang/rust's rustfmt settingsDavid Tolnay-41/+14
2021-12-23Add a test suite for stringify macroDavid Tolnay-0/+894