| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | Check assoc consts and tys later like assoc fns | Mu001999 | -0/+1 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -1/+1 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -25/+3 |
| 2025-07-09 | Port `#[type_const]` to the new attribute system | Pavel Grigorenko | -7/+11 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -1/+1 |
| 2025-07-07 | Point to correct argument in Func Call when Self type fails trait bound | xizheyin | -1/+1 |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -0/+8 |
| 2025-07-03 | gai: remove typo from test file, and add a reference id | Tshepang Mbambo | -0/+1 |
| 2025-06-30 | Avoid looking at HIR for trait and impl items | Oli Scherer | -1/+1 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -23/+58 |
| 2025-06-27 | Rollup merge of #143106 - yotamofek:pr/gce/non-local-ice, r=BoxyUwU | Matthias Krüger | -0/+20 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -4/+3 |
| 2025-06-27 | gce: don't ICE on non-local const | Yotam Ofek | -0/+20 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -10/+20 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -4/+40 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -4/+40 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -4/+3 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -5/+11 |
| 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 |