about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-or-patterns-back-compat.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-39/+0
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-1/+1
2021-06-25Fix new broken testsRyan Levick-4/+4
2021-06-24Don't lint :pat when re-parsing a macro from another crate.Mara Bos-0/+6
2021-06-10Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible linthi-rustin-4/+13
2021-04-27remove pat2021mark-1/+0
2021-04-15rename pat2015 to pat_parammark-3/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-04-02address commentshi-rustin-4/+4
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-0/+26