about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-1/+3
2025-06-20Recover from semicolon field separatorCameron Steffen-9/+9
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-4/+10
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-0/+77
2025-06-14Marks ADT live if it appears in patternMu001999-1/+3
2025-06-13Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmannJubilee-117/+187
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-219/+117
2025-06-13Add failing testsJonathan Brouwer-3/+175
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-17/+8
2025-06-11Add expectation for `{` when parsing lone coroutine qualifiersLukas Wirth-7/+7
2025-06-11stabilize gaiBoxy-4/+10
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-16/+24
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-6/+2
2025-06-03Add missing 2015 edition directivesLukas Wirth-16/+24
2025-05-30Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiserJubilee-0/+74
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-18/+143
2025-05-16Fix the issue of typo of comma in arm parsingyukang-0/+74
2025-05-14Improve ternary operator recoveryJamie-5/+23
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-6/+6
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-52/+45
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-52/+45
2025-05-04Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxubors-10/+5
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+105
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-10/+5