| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -4/+4 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -123/+251 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -3/+3 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -123/+251 |
| 2024-08-18 | Fix order of normalization and recursion in const folding. | Luca Versari | -0/+25 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -0/+18 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -10/+10 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -1/+201 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -10/+10 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -1/+201 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -1/+1 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -4/+1 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -1/+0 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -2/+0 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -4/+0 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -6/+16 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -0/+134 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -2/+0 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -2/+0 |
| 2024-07-23 | Suppress lint type_alias_bounds for ty aliases containing const projections u... | León Orell Valerian Liehr | -0/+134 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -56/+27 |
| 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 |