| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -12/+6 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -8/+68 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -3/+20 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -10/+10 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -30/+20 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -41/+41 |
| 2025-02-11 | Lower fn items as ZST valtrees and delay a bug | Michael Goulet | -0/+32 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -61/+90 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -6/+6 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -20/+14 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -20/+14 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -7/+7 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -6/+6 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+41 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -7/+7 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -0/+12 |
| 2025-01-23 | Bless and add tests | Boxy | -9/+7 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -37/+44 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -4/+4 |