about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-344/+1568
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-1/+6
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-1/+6
2024-07-11check is_ident before parse_identtrevyn-0/+10
2024-07-11And additionally enforce ? and async/const aren't mixedMichael Goulet-6/+53
2024-07-10Enforce that ? and for<...> are not combinedMichael Goulet-2/+10
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-1/+1
2024-07-10Auto merge of #127419 - trevyn:issue-125446, r=fee1-deadbors-4/+129
2024-07-08Add suggestions for possible missing `fn`, `struct`, or `enum` keywordstrevyn-4/+129
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-22/+9
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-22/+9
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-1/+3
2024-07-04Update TestsVeera-0/+92
2024-07-04Improve dead code analysismu001999-1/+3
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-12/+3
2024-06-29Avoid suggesting to add unsafe when the extern block is already unsafeSantiago Pastorino-5/+0
2024-06-28Add feature diagnostic for unsafe_extern_blocksSantiago Pastorino-0/+8
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