about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2023-05-19Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3bors-4/+83
2023-05-16Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb-6/+9
2023-05-15Add test coverage of more varieties of panic temporariesDavid Tolnay-4/+83
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-38/+11
2023-05-14Add ui test to reproduce non-Send panic temporaryDavid Tolnay-0/+46
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+1
2023-05-10refactor(resolve): clean up the early error return caused by non-callbohan-6/+9
2023-05-08Move testsCaio-0/+12
2023-05-01fix testsyukang-9/+6
2023-05-01Rip it outNilstrieb-8/+10
2023-04-28Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger-2/+12
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-2/+12
2023-04-26Update tests.Mara Bos-1/+1
2023-04-21offset_ofDrMeepster-0/+9
2023-04-20Move test filesCaio-0/+97
2023-04-15Add some reasons why tests are ignored.Eric Huss-1/+1
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-2/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-2/+4
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-1/+1
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-04-11Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors-7/+19
2023-04-10Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors-0/+48
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-7/+19
2023-04-07Rewrite added diagnostics as translatableTom Martin-2/+2
2023-04-07Add more complex test cases for new suggestionTom Martin-0/+40
2023-04-03remove invalid ignore-prettyPietro Albini-7/+3
2023-04-01BlessTom Martin-4/+6
2023-03-30Update non-derive macro error message to match suggestionTom Martin-6/+6
2023-03-27check for write macro and write_fmt with err msgJames Dietz-0/+76
2023-03-26Add suggestion to remove derive() if invoked macro is non-deriveTom Martin-0/+6
2023-03-19fix: modify the condition that `resolve_imports` stopsbohan-0/+83
2023-03-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-0/+25
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-8/+1
2023-03-11Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgrbors-4/+56
2023-03-11Rollup merge of #108542 - bwmf2:expanded, r=wesleywiserMatthias Krüger-1/+25
2023-03-11Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnayMatthias Krüger-3/+31
2023-03-10Add note when matching token with nonterminalNilstrieb-0/+1
2023-03-02Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkinMatthias Krüger-4/+5
2023-03-02Add UI testbwmf2-0/+24
2023-03-02Fix UI testbwmf2-1/+1
2023-02-28Explain compile-time vs run-time difference in env!() error messageKornel-4/+5
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-54/+1
2023-02-07Expand const-if-const trait bounds correctlyMichael Goulet-3/+3
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-18/+18
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+4
2023-01-21Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill-0/+68
2023-01-17note -> helpMichael Goulet-5/+5
2023-01-17Account for method call and indexing when looking for inner-most path in expr...Esteban Küber-0/+4
2023-01-15allow negative numeric literals in `concat!`Ezra Shaw-3/+31