| Age | Commit message (Expand) | Author | Lines |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -5/+5 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -10/+10 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -27/+56 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -2/+9 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -364/+818 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -2/+9 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -364/+818 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -84/+83 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -2/+2 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -2/+5 |
| 2024-07-11 | Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errors | bors | -32/+7 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -32/+7 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 |
| 2024-07-09 | Automatically taint when reporting errors from ItemCtxt | Oli Scherer | -245/+66 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -0/+2 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -0/+2 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -2/+10 |
| 2024-07-03 | Rollup merge of #127245 - BoxyUwU:gce_hang_test, r=Nilstrieb | Jacob Pratt | -0/+32 |
| 2024-07-02 | add test | Boxy | -0/+32 |
| 2024-07-02 | Add test | Boxy | -0/+69 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -79/+267 |
| 2024-07-01 | Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler... | bors | -12/+53 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -12/+53 |
| 2024-06-30 | Update test comment | Boxy | -10/+14 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -58/+16 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -261/+1 |
| 2024-06-28 | Failing test for computing drop shim that has const param | Michael Goulet | -0/+278 |
| 2024-06-28 | bless tests part 1 | Deadbeef | -58/+15 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+1 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -79/+267 |
| 2024-06-25 | Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -0/+1 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+12 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -36/+36 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -51/+250 |
| 2024-06-18 | Mark assoc tys live only if the trait is live | mu001999 | -0/+1 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -1/+1 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -8/+8 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -41/+7 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -1/+1 |
| 2024-06-12 | Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errors | Guillaume Gomez | -0/+31 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -8/+8 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -15/+29 |
| 2024-06-10 | Correct parent for nested anon consts | Boxy | -0/+31 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -1/+4 |
| 2024-06-05 | Update Tests | Veera | -41/+7 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -38/+270 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -1/+4 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -1/+13 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -4/+31 |
| 2024-06-04 | bless privacy tests (only diagnostic duplication) | Oli Scherer | -1/+13 |