| Age | Commit message (Expand) | Author | Lines |
| 2025-07-24 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -6/+7 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -2/+22 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -139/+37 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -0/+2 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -2/+22 |
| 2025-06-13 | Require generic params for const generic params | Oli Scherer | -0/+35 |
| 2025-06-12 | Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er... | Matthias Krüger | -34/+77 |
| 2025-06-11 | stabilize gai | Boxy | -139/+37 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -8/+8 |
| 2025-06-07 | rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wording | Martin Nordholts | -34/+77 |
| 2025-06-06 | Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiser | Guillaume Gomez | -9/+21 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -14/+13 |
| 2025-06-04 | Verbose suggestion to make param `const` | Esteban Küber | -9/+21 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -14/+13 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -11/+11 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -48/+46 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -40/+3 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -53/+364 |
| 2025-05-22 | Review Comments | Boxy | -0/+2 |
| 2025-05-22 | Return correct error term kind on projection errors | Boxy | -0/+56 |
| 2025-05-21 | Fix tests | Boxy | -53/+362 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -74/+74 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -10/+5 |
| 2025-04-30 | Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnr | Matthias Krüger | -0/+23 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -33/+39 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -0/+23 |
| 2025-04-24 | check types of const param default | lcnr | -0/+38 |
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -0/+2 |
| 2025-04-13 | Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkov | Chris Denton | -0/+39 |
| 2025-04-12 | Add regression test for #127424 | reddevilmidzy | -0/+39 |
| 2025-04-10 | Allow parenthesis around inferred array lengths | Boxy | -1/+72 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -15/+15 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -15/+15 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -23/+23 |
| 2025-04-03 | Pass correct param-env to error_implies | Michael Goulet | -0/+64 |
| 2025-03-15 | Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwU | Matthias Krüger | -0/+69 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -25/+0 |
| 2025-03-14 | Check type of const param correctly in MIR typeck | Michael Goulet | -0/+69 |
| 2025-03-12 | Disentangle ForwardGenericParamBan and ConstParamTy ribs | Michael Goulet | -45/+55 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -0/+80 |
| 2025-03-11 | Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU | Matthias Krüger | -0/+21 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -123/+23 |
| 2025-03-09 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -0/+59 |
| 2025-03-09 | Do not write user type annotation for const param value path | Michael Goulet | -0/+21 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -0/+155 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -6/+6 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -44/+215 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -12/+6 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -44/+215 |