about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-06-26Fix bad replacement for unsafe extern block suggestionyukang-12/+20
2024-06-22compiler: Mention C-unwind in C-variadic errorJubilee Young-42/+42
2024-06-22Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errorsMatthias Krüger-1/+12
2024-06-22Make `effects` an incomplete featureDeadbeef-1/+12
2024-06-22Rollup merge of #126723 - estebank:dot-dot-dot, r=NadrierilGuillaume Gomez-1/+1
2024-06-21Rollup merge of #126811 - compiler-errors:tidy-ftl, r=estebankJubilee-1/+1
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-06-21Do not allow safe usafe on static and fn itemsSantiago Pastorino-15/+15
2024-06-21Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebankMatthias Krüger-82/+151
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-1/+1
2024-06-19Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...bors-6/+6
2024-06-19Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`.Nicholas Nethercote-6/+6
2024-06-19Improve conflict marker recoveryardi-82/+151
2024-06-17Rework precise capturing syntaxMichael Goulet-3/+3
2024-06-11Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril许杰友 Jieyou Xu (Joe)-2/+2
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-03Spruce up the diagnostics of some early lintsLeón Orell Valerian Liehr-2/+2
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