summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-1/+1
2022-10-25Pinning tests for some macro_rules things discussed in the lang meetingScott McMurray-0/+28
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-1/+1
2022-10-16Account for hygiene when suggesting typos.Camille GILLOT-1/+1
2022-10-11Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwcoMatthias Krüger-0/+70
2022-10-11fix #102878Takayuki Maeda-0/+70
2022-10-08Stabilize half_open_range_patternsUrgau-1/+0
2022-10-05Delay function resolution error until typeckMichael Goulet-22/+22
2022-10-03Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated...Matthias Krüger-1/+32
2022-10-01bless ui testsMaybe Waffle-14/+14
2022-09-27Update tests.Mara Bos-141/+141
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-1/+1
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-22Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandryYuki Okushi-0/+3
2022-09-19Adding needs-unwind to nicer-assert-messages compiler ui testsAndrew Pollack-0/+3
2022-09-15Future-proof against loose bounds if default variant is non-exhaustive.Daniel Henry-Mantilla-1/+32
2022-09-13Emit an error instead of reconstructing token stream.Camille GILLOT-1/+8
2022-09-13Manually cleanup token stream when macro expansion aborts.Camille GILLOT-0/+41
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+0
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-0/+7
2022-08-09Stringify non-shorthand visibility correctlyJacob Pratt-2/+3
2022-08-09Rollup merge of #100228 - luqmana:suggestion-ice, r=estebankDylan DPC-0/+49
2022-08-07Add UI test for #100199Luqman Aden-0/+49
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-0/+2
2022-08-02Improve position named arguments lint underline and formatting namesPreston From-104/+220
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-24/+864
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-24/+864
2022-07-24Move write! and writeln! temporaries test to check-failDavid Tolnay-16/+93
2022-07-24Regression in issue 99684 fixedDavid Tolnay-31/+1
2022-07-24Add regression test minimized from async-std writeDavid Tolnay-0/+67
2022-07-19better error for bad depth on macro metavar exprMichael Goulet-8/+27
2022-07-19Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-SimulacrumMatthias Krüger-19/+55
2022-07-19Mention first and last macro in backtraceMichael Goulet-15/+15
2022-07-18Revert "Stabilize $$ in Rust 1.63.0"Christopher Durham-19/+55
2022-07-16Rollup merge of #99213 - davidtwco:translation-migrate-passes, r=compiler-errorsMatthias Krüger-2/+2
2022-07-15Fix ICE in named_arguments_used_positionally lintMichael Goulet-0/+17
2022-07-15passes: migrate half of `check_attr`David Wood-2/+2
2022-07-13Emit warning when named arguments are used positionally in formatPreston From-0/+199
2022-07-01Shorten def_span for more items.Camille GILLOT-6/+2
2022-06-28Rollup merge of #98337 - c410-f3r:assert-compiler, r=oli-obkDylan DPC-38/+179
2022-06-23Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwcoMichael Goulet-1/+10
2022-06-21Add UI test for `cfg!(foo, bar)`beetrees-1/+10
2022-06-21[RFC 2011] Optimize non-consuming operatorsCaio-38/+179
2022-06-21Move some tests to more reasonable directoriesCaio-0/+30
2022-06-21Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obkbors-0/+42
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-06-15[RFC 2011] Expand expressions where possibleCaio-0/+42
2022-06-15[RFC 2011] Minimal initial implementationCaio-15/+379
2022-06-13Move testsCaio-0/+26
2022-06-07Stabilize $$ in Rust 1.63.0Caio-55/+19