summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-3/+5
2021-07-16fix ui testsJane Lusby-1/+1
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-0/+2
2021-07-06Add s to non_fmt_panicRyan Levick-7/+12
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-4/+4
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+14
2021-06-25Fix new broken testsRyan Levick-12/+12
2021-06-24Don't lint :pat when re-parsing a macro from another crate.Mara Bos-5/+23
2021-06-22Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakisYuki Okushi-12/+41
2021-06-21Do not set depth to 0 in fully_expand_fragmentDeadbeef-0/+30
2021-06-10Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible linthi-rustin-12/+41
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-2/+2
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-0/+32
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-7/+7
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-5/+5
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-54/+54
2021-05-12Update stderrAaron Hill-23/+8
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-43/+41
2021-04-27remove pat2021mark-27/+25
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-121/+0
2021-04-15update testmark-4/+4
2021-04-15rename pat2015 to pat_parammark-15/+15
2021-04-15Run buffered lints attached to anon constsAaron Hill-0/+34
2021-04-15Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakisDylan DPC-0/+113
2021-04-14test: add reasonable casehi-rustin-2/+2
2021-04-14test: add more caseshi-rustin-3/+69
2021-04-14add macro-or-patterns-2021 testhi-rustin-0/+47
2021-04-12Fix lookahead with None-delimited groupAaron Hill-0/+15
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-20/+20
2021-04-06Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwcoYuki Okushi-0/+31
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-7/+5
2021-04-03expand: Do not ICE when a legacy AST-based macro attribute produces and empty...Vadim Petrochenkov-0/+31
2021-04-02address commentshi-rustin-12/+12
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-0/+84
2021-03-28Rollup merge of #83348 - osa1:issue83344, r=jackh726Yuki Okushi-0/+14
2021-03-27format macro argument parsing fixÖmer Sinan Ağacan-0/+14
2021-03-27Rollup merge of #83343 - osa1:issue83340, r=jackh726Yuki Okushi-0/+16
2021-03-23Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplettYuki Okushi-1/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+0
2021-03-22rename :pat2018 -> :pat215mark-1/+1
2021-03-21Simplify and fix byte skipping in format! string parserÖmer Sinan Ağacan-0/+16
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+18
2021-03-19update testsmark-1/+0
2021-03-13Add regression testshyd-dev-0/+29
2021-02-23Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakisDylan DPC-0/+121
2021-02-21Suggest `return`ing tail expressions that match return typeEsteban Küber-0/+5
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+121
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-0/+94
2021-02-16Move some tests to more reasonable directoriesCaio-0/+94
2021-02-16Ensure debug_assert! tests get runTeddy Katz-0/+1