about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2025-07-18Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errorsMatthias Krüger-17/+7
2025-07-18Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukangMatthias Krüger-55/+45
2025-07-18Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusionxizheyin-69/+33
2025-07-18Reword diagnostics about relaxed bounds in invalid contextsLeón Orell Valerian Liehr-17/+7
2025-07-16Rollup merge of #143921 - oli-obk:const-index, r=fee1-deadSamuel Tardieu-26/+15
2025-07-15Rollup merge of #143905 - xizheyin:143828, r=compiler-errorsSamuel Tardieu-9/+160
2025-07-15constify `Index` trait and its slice implsOli Scherer-26/+15
2025-07-15Recover and suggest use `;` to construct array typexizheyin-47/+124
2025-07-14Add test array-type-no-semi.rsxizheyin-0/+74
2025-07-13cleaned up some testsKivooeo-0/+8
2025-07-13moved testsKivooeo-0/+34
2025-07-11Rollup merge of #143302 - Kivooeo:tf27, r=tgross35Matthias Krüger-0/+15
2025-07-10cleaned up some testsKivooeo-1/+5
2025-07-10Rollup merge of #143298 - Kivooeo:tf23, r=tgross35Trevor Gross-0/+59
2025-07-07Add ui test unnessary-error-issue-138401.rsxizheyin-0/+26
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-1/+1
2025-07-05Move macro tests in `parser` into `macro` directoryJosh Triplett-0/+0
2025-07-04Rollup merge of #143299 - Kivooeo:tf24, r=tgross35Jubilee-0/+13
2025-07-04Rollup merge of #143202 - Kivooeo:tf18, r=tgross35Jubilee-0/+34
2025-07-05cleaned up some testsKivooeo-8/+14
2025-07-05cleaned up some testsKivooeo-3/+7
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+78
2025-07-02Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkovMatthias Krüger-6/+6
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-3/+3
2025-07-01Remove support for dyn*Michael Goulet-3/+3
2025-07-01moved testsKivooeo-0/+11
2025-07-01Rollup merge of #143210 - Kivooeo:tf19, r=tgross35Guillaume Gomez-0/+20
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-2/+12
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-10/+19
2025-07-01moved testsKivooeo-0/+9
2025-07-01cleaned up some testsKivooeo-2/+25
2025-07-01moved test filesKivooeo-0/+11
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-1/+12
2025-07-01moved testsKivooeo-0/+53
2025-06-30Rollup merge of #143195 - Kivooeo:tf17, r=tgross35dianqk-0/+19
2025-06-30cleaned up some testsKivooeo-0/+6
2025-06-30cleaned up some testsKivooeo-4/+10
2025-06-29moved & deleted some testsKivooeo-0/+14
2025-06-29moved testsKivooeo-0/+13
2025-06-29Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxuGuillaume Gomez-0/+37
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-2/+2
2025-06-28cleaned up some testsKivooeo-0/+37
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-16/+16
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-1/+12
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-6/+6
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-16/+16
2025-06-24Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r...Matthias Krüger-9/+17
2025-06-24mbe: Clean up code with non-optional `NonterminalKind`Trevor Gross-9/+17
2025-06-22Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errorsGuillaume Gomez-9/+9
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-19/+3