about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
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-02Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisabors-2/+70
2022-01-01Fix unclosed boxes in pretty printing of TraitAliasDavid Tolnay-1/+1
2022-01-01Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkovMatthias Krüger-0/+19
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-31[rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E...David Renshaw-0/+19
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-27Clarify that repeat count must be positiveSmitty-8/+8
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
2021-12-18Support [x; n] expressions in concat_bytes!Smitty-2/+70
2021-12-12Address review feedbackAmanieu d'Antras-37/+36
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-13/+16
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-12-06Implement concat_bytes!Smitty-0/+180
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-2/+2
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-11-29Bless duplicate testDylan MacKenzie-3/+9
2021-11-29Bless tests with new suggestionDylan MacKenzie-3/+9
2021-11-18Check for duplicate attributes.Eric Huss-1/+2
2021-11-14Move some tests to more reasonable directoriesCaio-0/+162
2021-11-06Move some tests to more reasonable directoriesCaio-0/+426
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-19/+38
2021-10-22Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebankYuki Okushi-0/+52
2021-10-15Bless testsCameron Steffen-85/+85
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-0/+5
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-0/+23
2021-10-01Give better error for `macro_rules name`Nixon Enraght-Moony-0/+52
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+3
2021-09-24Give better error for `macro_rules! name!`Nixon Enraght-Moony-0/+24
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-0/+34
2021-09-15Move some tests to more reasonable directoriesCaio-0/+37
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+25
2021-08-28Update testsinquisitivecrystal-1/+2
2021-08-23Improve wording of macro-not-found-but-name-exists note.Mara Bos-2/+2
2021-08-23Show what things are, but also what they are not.Mara Bos-7/+7