summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2024-08-15Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU"Boxy-83/+84
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-4/+1
2024-08-03Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-2/+0
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-84/+83
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-2/+2
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-2/+5
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-32/+7
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-32/+7
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-07-09Automatically taint when reporting errors from ItemCtxtOli Scherer-245/+66
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-0/+2
2024-07-04Improve dead code analysismu001999-0/+2
2024-07-04Better suggestion span for missing type parameterEsteban Küber-2/+10
2024-07-03Rollup merge of #127245 - BoxyUwU:gce_hang_test, r=NilstriebJacob Pratt-0/+32
2024-07-02add testBoxy-0/+32
2024-07-02Add testBoxy-0/+69
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-79/+267
2024-07-01Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler...bors-12/+53
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-12/+53
2024-06-30Update test commentBoxy-10/+14
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-58/+16
2024-06-28Don't inline drop shims with unsubstituted generic consts in MIR inlinerMichael Goulet-261/+1
2024-06-28Failing test for computing drop shim that has const paramMichael Goulet-0/+278
2024-06-28bless tests part 1Deadbeef-58/+15
2024-06-28implement new effects desugaringDeadbeef-0/+1
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-79/+267
2024-06-25Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-0/+1
2024-06-22Make `effects` an incomplete featureDeadbeef-1/+12
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-36/+36
2024-06-19Taint infcx when reporting errorsOli Scherer-51/+250
2024-06-18Mark assoc tys live only if the trait is livemu001999-0/+1
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-1/+1
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-8/+8
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-41/+7
2024-06-13Tweak output of import suggestionsEsteban Küber-1/+1
2024-06-12Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errorsGuillaume Gomez-0/+31
2024-06-12Spell out other trait diagnosticAlex Macleod-8/+8
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-15/+29
2024-06-10Correct parent for nested anon constsBoxy-0/+31
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-1/+4
2024-06-05Update TestsVeera-41/+7
2024-06-05Bless tests and handle tests/crashesBoxy-38/+270
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-1/+4
2024-06-04Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obkMichael Goulet-1/+13
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-4/+31
2024-06-04bless privacy tests (only diagnostic duplication)Oli Scherer-1/+13
2024-06-04Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU许杰友 Jieyou Xu (Joe)-18/+2
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-15/+25
2024-06-03Mark all missing generic args as errorsOli Scherer-18/+2