about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-0/+23
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+3
2021-09-24Give better error for `macro_rules! name!`Nixon Enraght-Moony-0/+24
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-0/+34
2021-09-15Move some tests to more reasonable directoriesCaio-0/+37
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+25
2021-08-28Update testsinquisitivecrystal-1/+2
2021-08-23Improve wording of macro-not-found-but-name-exists note.Mara Bos-2/+2
2021-08-23Show what things are, but also what they are not.Mara Bos-7/+7
2021-08-23Clarify what attribute and derive macros look like.Mara Bos-3/+3
2021-08-23Say what things are, instead of what they are not.Mara Bos-28/+46
2021-08-23Silence confusing 'unused import' warnings.Mara Bos-39/+18
2021-08-23Update tests.Mara Bos-1/+6
2021-08-23Add tests for macro-not-found diagnostics.Mara Bos-0/+183
2021-08-22Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebankGuillaume Gomez-0/+48
2021-08-22Suggest importing the right kind of macro.Mara Bos-0/+48
2021-08-17Add needs-asm-support to more testsJosh Stone-1/+1
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-29/+30
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-4/+4
2021-08-11Modify structured suggestion outputEsteban Küber-18/+18
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-4/+4
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-3/+3
2021-08-02Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-seYuki Okushi-0/+10
2021-07-31Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkovYuki Okushi-3/+59
2021-07-27Update stderrAaron Hill-1/+11
2021-07-27Prohibit `#[default]` in invalid placesJacob Pratt-26/+94
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-20/+156
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-3/+49
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-07-05Add test to prevent regressionAris Merchant-0/+10
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