about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
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
2021-02-16Document that `assert!` format arguments are evaluated lazilyTeddy Katz-0/+11
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-22/+22
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-0/+2
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-1/+1
2021-01-31Move some tests to more reasonable directoriesCaio-0/+14
2021-01-18Rollup merge of #81071 - osa1:fix_81006, r=estebankAshley Mannix-0/+24
2021-01-17rustc_parse_format: Fix character indices in find_skipsÖmer Sinan Ağacan-0/+24
2021-01-17Force vec! to expressions onlyDániel Buga-0/+20
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+77
2021-01-13Update tests for extern block lintingMark Rousskov-4/+10