about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-0/+76
2024-02-20Support async trait bounds in macrosMichael Goulet-4/+29
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-6/+11
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-305/+305
2024-02-15Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomezbors-16/+46
2024-02-15Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errorsGuillaume Gomez-6/+36
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-10/+10
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-8/+8
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-6/+36
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-10/+10
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-6/+12
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-6/+12
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-8/+8
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-3/+3
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-78/+577
2024-02-07Update testsr0cky-3/+7
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-1/+0
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-4/+10
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-4/+10
2024-02-03Rollup merge of #120531 - oli-obk:track_errors7, r=estebankMatthias Krüger-3/+20