summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-23/+17
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-23/+17
2022-08-23parser will not give wrong help message for 'public'yukang-0/+50
2022-08-23Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-ite...Matthias Krüger-0/+205
2022-08-22Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errorsDylan DPC-0/+218
2022-08-21Rework point-at-argMichael Goulet-2/+2
2022-08-20Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger-0/+28
2022-08-20Rollup merge of #100750 - akabinds:akabinds/improved-invalid-function-qual-er...Matthias Krüger-0/+80
2022-08-18added improved diagnostic for a function defined with an invalid qualifierakabinds-0/+80
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-1/+1
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-0/+28
2022-08-15suggest adding a missing semicolon before an itemTakayuki Maeda-0/+205
2022-08-14Rollup merge of #100253 - obeis:issue-100197, r=cjgillotMatthias Krüger-0/+20
2022-08-14Rollup merge of #100115 - obeis:issue-99910, r=cjgillotDylan DPC-0/+30
2022-08-13Rollup merge of #100446 - TaKO8Ki:suggest-removing-semicolon-after-impl-trait...Michael Goulet-0/+29
2022-08-13Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-deadMichael Goulet-0/+44
2022-08-13use `span_suggestion` instead of `span_suggestion_verbose`Takayuki Maeda-7/+4
2022-08-13give a helpful diagnostic even when the next struct field has an attributeyukang-0/+44
2022-08-12suggest removing a semicolon after impl/trait itemsTakayuki Maeda-0/+32
2022-08-11suggest const or static for global variablechenyukang-0/+14
2022-08-10suggest a missing semicolon before an arrayTakayuki Maeda-0/+53
2022-08-09Add ui test for #100197Obei Sideg-0/+20
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-10/+10
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-10/+10
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-2/+2
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-12/+21
2022-08-04Add ui test for #99910Obei Sideg-0/+30
2022-08-03Rollup merge of #99786 - obeis:issue-99625, r=compiler-errorsMatthias Krüger-0/+34
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-2/+2
2022-07-30Rollup merge of #99903 - gimbles:pub, r=davidtwcoDylan DPC-0/+29
2022-07-29add a silly test for keywords in trait bounds recoveryMaybe Waffle-0/+218
2022-07-29Add diagnostic when using public instead of pubGimgim-0/+29
2022-07-29Add ui test for #99625Obei Sideg-0/+34
2022-07-29dont call type ascription 'cast'Michael Goulet-67/+67
2022-07-23Do not suggest adding `;` when `,` is also a choiceMichael Goulet-12/+21
2022-07-20Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obkDylan DPC-16/+34
2022-07-20take opaq typesouz-a-16/+34
2022-07-20Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebankDylan DPC-0/+5
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-0/+5
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-9/+32
2022-07-13Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkovDylan DPC-10/+19
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-21/+11
2022-07-12--bless testsMaybe Waffle-9/+42
2022-07-10explain doc comments in macros a bitMichael Goulet-2/+8
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-1/+1
2022-07-07diagnostics: suggest naming a field after failing to parseMichael Howell-5/+14
2022-07-07diagnostics: mention the `:` token when struct fields fail to parseMichael Howell-7/+7
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-2/+2