about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2023-03-27check for write macro and write_fmt with err msgJames Dietz-0/+76
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
2023-01-12Bless tests.Mara Bos-18/+18
2023-01-11Move /src/test to /testsAlbert Larsan-0/+16460