| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxu | Ralf Jung | -0/+21 |
| 2025-07-31 | comments | Kivooeo | -0/+15 |
| 2025-07-29 | Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercote | Stuart Cook | -2/+2 |
| 2025-07-29 | Add a regression test for an ICE with the `generic_const_exprs` feature attri... | Jacob Adam | -0/+42 |
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -2/+2 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -44/+80 |
| 2025-07-25 | Update ui tests with new macro early erroring | Guillaume Gomez | -44/+80 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+34 |
| 2025-07-24 | moved 35 tests to organized locations | Kivooeo | -0/+6 |
| 2025-07-23 | Auto merge of #144233 - cjgillot:unsat-mir, r=oli-obk | bors | -9/+17 |
| 2025-07-20 | Consider parent predicates in ImpossiblePredicates pass. | Camille GILLOT | -9/+17 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -0/+16 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -4/+4 |
| 2025-07-14 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -6/+7 |
| 2025-07-13 | Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2025-07-13 | Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2025-07-12 | Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr | bors | -7/+11 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -7/+11 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -1/+1 |
| 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-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 |