about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2022-08-02Improve position named arguments lint underline and formatting namesPreston From-104/+220
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-24/+864
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-24/+864
2022-07-24Move write! and writeln! temporaries test to check-failDavid Tolnay-16/+93
2022-07-24Regression in issue 99684 fixedDavid Tolnay-31/+1
2022-07-24Add regression test minimized from async-std writeDavid Tolnay-0/+67
2022-07-19better error for bad depth on macro metavar exprMichael Goulet-8/+27
2022-07-19Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-SimulacrumMatthias Krüger-19/+55
2022-07-19Mention first and last macro in backtraceMichael Goulet-15/+15
2022-07-18Revert "Stabilize $$ in Rust 1.63.0"Christopher Durham-19/+55
2022-07-16Rollup merge of #99213 - davidtwco:translation-migrate-passes, r=compiler-errorsMatthias Krüger-2/+2
2022-07-15Fix ICE in named_arguments_used_positionally lintMichael Goulet-0/+17
2022-07-15passes: migrate half of `check_attr`David Wood-2/+2
2022-07-13Emit warning when named arguments are used positionally in formatPreston From-0/+199
2022-07-01Shorten def_span for more items.Camille GILLOT-6/+2
2022-06-28Rollup merge of #98337 - c410-f3r:assert-compiler, r=oli-obkDylan DPC-38/+179
2022-06-23Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwcoMichael Goulet-1/+10
2022-06-21Add UI test for `cfg!(foo, bar)`beetrees-1/+10
2022-06-21[RFC 2011] Optimize non-consuming operatorsCaio-38/+179
2022-06-21Move some tests to more reasonable directoriesCaio-0/+30
2022-06-21Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obkbors-0/+42
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-06-15[RFC 2011] Expand expressions where possibleCaio-0/+42
2022-06-15[RFC 2011] Minimal initial implementationCaio-15/+379
2022-06-13Move testsCaio-0/+26
2022-06-07Stabilize $$ in Rust 1.63.0Caio-55/+19
2022-06-02Bless tests.Camille GILLOT-16/+1
2022-05-23Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillotDylan DPC-3/+1
2022-05-22Add test of temporaries inside format_args of core/std macrosDavid Tolnay-0/+70
2022-05-22Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkovJack Huey-0/+17
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-3/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-10/+9
2022-05-20Move testsCaio-0/+17
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