about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2024-05-10Fix parse error message for meta itemsLeón Orell Valerian Liehr-30/+51
2024-05-09Make sure we consume a generic arg when checking mistyped turbofishMichael Goulet-0/+20
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-73/+70
2024-05-04compiletest: add enable-by-default check-cfgUrgau-2/+6
2024-05-02Stabilize exclusive_rangeRoss Smyth-73/+70
2024-04-25Fix substitution parts having a shifted underline in some casesLieselotte-1/+1
2024-04-24Fix tests and blessGary Guo-39/+38
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-0/+76
2024-04-23Rollup merge of #124200 - scrabsha:sasha/->, r=compiler-errors,fmeaseMatthias Krüger-4/+121
2024-04-22Improve handling of expr->field errorsSasha Pourcelot-4/+121
2024-04-21Move some testsCaio-0/+44