summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-11/+1
2022-05-13Rollup merge of #96948 - ludfo774:macro-trailing-comma-test, r=joshtriplettMatthias Krüger-0/+6
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-1/+10
2022-05-11Add test of matches macro for trailing commasludfo774-0/+6
2022-05-08Move some tests to more reasonable placesCaio-0/+21
2022-05-05Allow unused rules in the testsuite where the lint triggersest31-1/+10
2022-05-03Tweak wordingEsteban Kuber-2/+2
2022-05-03When suggesting to import an item, also suggest changing the path if appropriateEsteban Küber-1/+6
2022-05-01Move some tests to more reasonable placesCaio-0/+13
2022-04-27Make [e]println macros eagerly drop temporaries (for backport)David Tolnay-1/+1
2022-04-21Move some tests to more reasonable directoriesCaio-0/+28
2022-04-16Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este...bors-1/+11
2022-04-16Implementation for 65853Jack Huey-1/+11
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-30/+29
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-7/+102
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-30/+29
2022-04-07[macro_metavar_expr] Add tests to ensure the feature requirementCaio-1/+117
2022-04-01Fix `thread_local!` macro to be compatible with `no_implicit_prelude`niluxv-0/+8
2022-03-30Clarify comments about doc comments in macros.Nicholas Nethercote-2/+3
2022-03-28Ignore doc comments in a declarative macro matcher.Nicholas Nethercote-0/+13
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-1/+1
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-1/+1
2022-03-11Implement macro meta-variable expressionCaio-83/+689
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-0/+578
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-2/+2
2022-03-09Implement macro meta-variable expressionsCaio-0/+578
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-6/+6
2022-03-03Cleanup feature gates.Camille GILLOT-14/+13
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-0/+70
2022-02-03Bless all pretty printer tests and ui testsDavid Tolnay-10/+10
2022-01-31Take in account the unreachable! macro in the non_fmt_panic lintLoïc BRANSTETT-0/+31
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+39
2022-01-18Rollup merge of #91150 - dtolnay:qpath, r=davidtwcoMatthias Krüger-1/+13
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-36/+34
2022-01-16Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasperMatthias Krüger-1/+1
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-36/+34
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