about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-55/+55
2024-03-26Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-...Matthias Krüger-7/+12
2024-03-25Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet...Matthias Krüger-6/+7
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-12/+12
2024-03-22Validate that we're only matching on unit struct for path patternMichael Goulet-6/+7
2024-03-23Suggest assoc ty bound on lifetime in eq constraintLeón Orell Valerian Liehr-7/+12
2024-03-22add test for #105210 assertion failure self.lines.iter().all(|r| !r.iter().an...Matthias Krüger-0/+44
2024-03-21Rewrite `parse_meta_item`.Nicholas Nethercote-0/+37
2024-03-19Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m...Matthias Krüger-0/+4907
2024-03-18Ensure stack before parsing dot-or-callJubilee Young-0/+4907
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-30/+0
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-3/+12
2024-03-17review comment: `str` -> string in messagesEsteban Küber-8/+8
2024-03-17Use shorter span for existing `'` -> `"` structured suggestionEsteban Küber-4/+4
2024-03-14Remove unneeded `f16` and `f128` parser testsTrevor Gross-104/+0
2024-03-12Fix ICE in diagnostics for parenthesized type argumentsDaniel Sedlak-0/+23
2024-03-11Rollup merge of #122152 - wutchzone:120892, r=fmeaseJubilee-0/+76
2024-03-09Improve diagnostics for parenthesized type argumentsDaniel Sedlak-0/+76
2024-03-09Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r...Matthias Krüger-0/+26
2024-03-08Stabilize associated type boundsMichael Goulet-30/+0
2024-03-07Eagerly translate HelpUseLatestEdition in parser diagnostics许杰友 Jieyou Xu (Joe)-0/+26
2024-03-07Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errorsGuillaume Gomez-0/+72
2024-03-07Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errorsGuillaume Gomez-2/+17
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-9/+9
2024-03-06Cancel parsing ever made during recoveryclubby789-2/+17
2024-03-05AST validation: Improve handling of inherent impls nested within functions an...León Orell Valerian Liehr-0/+72
2024-03-02Auto merge of #121657 - estebank:issue-119665, r=davidtwcobors-21/+37
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+104
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-21/+37
2024-02-28Add a basic test for `f16` and `f128`Trevor Gross-0/+104
2024-02-28Use `LitKind::Err` for floats with unsupported bases.Nicholas Nethercote-66/+74
2024-02-28Reformat `float-field.rs` test.Nicholas Nethercote-113/+142
2024-02-26Properly emit `expected ;` on `#[attr] expr`Lieselotte-2/+43
2024-02-22Deduplicate some logic and reword outputEsteban Küber-1/+1
2024-02-22Make confusable suggestions `verbose`Esteban Küber-4/+5
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+1
2024-05-23Rollup merge of #123623 - surechen:fix_123261, r=estebankMatthias Krüger-19/+19
2024-05-22Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errorsLeón Orell Valerian Liehr-282/+101
2024-05-22For OutsideLoop we should not suggest add 'block label in if block, or we wii...surechen-19/+19
2024-05-21Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=NilstriebMatthias Krüger-0/+22
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+22
2024-05-20Fix parsing of erroneously placed semicolonsardi-4/+33
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-12Disallow cast with trailing braced macro in let-elseDavid Tolnay-2/+16
2024-05-12Add test of trailing brace in a cast expressionDavid Tolnay-1/+27
2024-05-12Clean up unneeded warnings from let-else syntax testDavid Tolnay-290/+69
2024-05-11Remove MacCall special case from recovery after missing 'if' after 'else'David Tolnay-6/+4
2024-05-11Add macro calls to else-no-if parser testDavid Tolnay-5/+83
2024-05-11Add parser tests for statement boundary insertionDavid Tolnay-0/+104
2024-05-11Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+20