summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-08-04Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-9/+7
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-7/+9
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-76/+0
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-49/+50
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-7/+9
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-4/+29
2024-06-04Fail when using safe/unsafe items inside unadorned extern blocksSantiago Pastorino-3/+32
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-28/+28
2024-06-04Allow using unsafe on functions inside extern blocksSantiago Pastorino-44/+6
2024-06-04Allow unsafe extern on all editionsSantiago Pastorino-23/+8
2024-06-04Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnrbors-9/+0
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-3/+15
2024-06-01Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_clause, r=c...bors-2/+23
2024-06-01Reject CVarArgs in parse_ty_for_where_clauseLeón Orell Valerian Liehr-2/+23
2024-06-01Simplify IntVarValue/FloatVarValueMichael Goulet-9/+0
2024-05-28Allow type_of to return partially non-error types if the type was already tai...Oli Scherer-3/+15
2024-05-26Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...Jubilee-85/+35
2024-04-16Update TestsVeera-85/+35
2024-04-12Rollup merge of #123847 - eggyal:issue-123844, r=fmeaseMatthias Krüger-36/+0
2024-04-12Suppress erroneous suggestionAlan Egerton-36/+0
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-6/+6
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-6/+6
2024-04-07Remove useless configs in testsUrgau-30/+0
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-9/+9
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