summaryrefslogtreecommitdiff
path: root/tests/ui/macros
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-161-6/+9
|\
| * refactor(resolve): clean up the early error return caused by non-callbohan2023-05-101-6/+9
* | Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay2023-05-143-38/+11
* | Add ui test to reproduce non-Send panic temporaryDavid Tolnay2023-05-142-0/+46
* | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-121-0/+1
|\ \ | |/ |/|
| * Adjust tests for new drop and forget lintsUrgau2023-05-101-0/+1
* | Move testsCaio2023-05-081-0/+12
|/
* fix testsyukang2023-05-011-9/+6
* Rip it outNilstrieb2023-05-012-8/+10
* Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e...Matthias Krüger2023-04-281-2/+12
|\
| * Migrate trivially translatable `rustc_parse` diagnosticsclubby7892023-04-271-2/+12
* | Update tests.Mara Bos2023-04-261-1/+1
|/
* offset_ofDrMeepster2023-04-211-0/+9
* Move test filesCaio2023-04-204-0/+97
* Add some reasons why tests are ignored.Eric Huss2023-04-151-1/+1
* Special-case item attributes in the suggestion outputEsteban Küber2023-04-122-2/+0
* Tweak output for 'add line' suggestionEsteban Küber2023-04-122-2/+4
* compiler: print the suggestion only for local macrosLena Milizé2023-04-121-1/+1
* compiler: improve captured metavariables diagnosticLena Milizé2023-04-121-1/+3
* Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errorsbors2023-04-112-7/+19
|\
| * Migrate most of `rustc_builtin_macros` to diagnostic implsclubby7892023-04-102-7/+19
* | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwcobors2023-04-103-0/+48
|\ \ | |/ |/|
| * Rewrite added diagnostics as translatableTom Martin2023-04-071-2/+2
| * Add more complex test cases for new suggestionTom Martin2023-04-072-0/+40
| * BlessTom Martin2023-04-011-4/+6
| * Update non-derive macro error message to match suggestionTom Martin2023-03-301-6/+6
| * Add suggestion to remove derive() if invoked macro is non-deriveTom Martin2023-03-261-0/+6
* | remove invalid ignore-prettyPietro Albini2023-04-034-7/+3
* | check for write macro and write_fmt with err msgJames Dietz2023-03-272-0/+76
|/
* fix: modify the condition that `resolve_imports` stopsbohan2023-03-191-0/+83
* Suggest surrounding the macro with `{}` to interpret as a statementMu422023-03-172-0/+25
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-122-8/+1
* Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgrbors2023-03-116-4/+56
|\
| * Rollup merge of #108542 - bwmf2:expanded, r=wesleywiserMatthias Krüger2023-03-112-1/+25
| |\
| | * Add UI testbwmf22023-03-021-0/+24
| | * Fix UI testbwmf22023-03-021-1/+1
| * | Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnayMatthias Krüger2023-03-114-3/+31
| |\ \
| | * | allow negative numeric literals in `concat!`Ezra Shaw2023-01-154-3/+31
* | | | Add note when matching token with nonterminalNilstrieb2023-03-101-0/+1
|/ / /
* | | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkinMatthias Krüger2023-03-021-4/+5
|\ \ \ | |_|/ |/| |
| * | Explain compile-time vs run-time difference in env!() error messageKornel2023-02-281-4/+5
* | | Exit when there are unmatched delims to avoid noisy diagnosticsyukang2023-02-282-54/+1
|/ /
* | Expand const-if-const trait bounds correctlyMichael Goulet2023-02-071-3/+3
* | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors2023-01-261-18/+18
|\ \
| * | Bless tests.Mara Bos2023-01-121-18/+18
| |/
* | Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger2023-01-251-0/+4
|\ \
| * | Account for method call and indexing when looking for inner-most path in expr...Esteban Küber2023-01-171-0/+4
| |/
* | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill2023-01-214-0/+68
* | note -> helpMichael Goulet2023-01-173-5/+5
|/
* Move /src/test to /testsAlbert Larsan2023-01-11499-0/+16460