| Age | Commit message (Expand) | Author | Lines |
| 2025-09-11 | Less greedily parse `[const]` bounds | León Orell Valerian Liehr | -0/+25 |
| 2025-09-08 | Only consider auto traits empty for the purposes of omitting vptrs from subtr... | Zachary S | -0/+161 |
| 2025-08-21 | Gate const trait syntax | León Orell Valerian Liehr | -3/+26 |
| 2025-08-14 | Revert "Use DeepRejectCtxt in assemble_inherent_candidates_from_param" | Michael Goulet | -46/+0 |
| 2025-08-01 | Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxu | Ralf Jung | -0/+50 |
| 2025-07-31 | comments | Kivooeo | -150/+4 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -0/+125 |
| 2025-07-30 | handle region dependent goals due to infer vars | lcnr | -0/+52 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -3/+3 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -0/+66 |
| 2025-07-27 | Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obk | Matthias Krüger | -25/+5 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -29/+42 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -16/+17 |
| 2025-07-25 | Check statics' type in type_of. | Camille GILLOT | -25/+5 |
| 2025-07-25 | Update ui tests with new macro early erroring | Guillaume Gomez | -29/+42 |
| 2025-07-25 | comments | Kivooeo | -22/+19 |
| 2025-07-25 | move 28 tests | Kivooeo | -0/+69 |
| 2025-07-25 | uniquify root goals during HIR typeck | lcnr | -0/+73 |
| 2025-07-24 | Rehome tests/ui/issues/ tests [1/?] | Oneirical | -0/+97 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -8/+8 |
| 2025-07-24 | moved 35 tests to organized locations | Kivooeo | -0/+196 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -16/+17 |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -117/+12 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -117/+12 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -40/+2 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -205/+67 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -21/+25 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -30/+0 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -49/+4 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -122/+3 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -1/+1 |
| 2025-07-18 | HIR ty lowering: Validate relaxed bounds in trait object types | León Orell Valerian Liehr | -2/+27 |
| 2025-07-18 | HIR ty lowering: Simplify signature of `lower_poly_trait_ref` | León Orell Valerian Liehr | -6/+37 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -21/+24 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -0/+1 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -139/+137 |
| 2025-07-17 | Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr | León Orell Valerian Liehr | -10/+2 |
| 2025-07-17 | Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -0/+32 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -10/+2 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -8/+8 |
| 2025-07-15 | Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmease | Samuel Tardieu | -2/+26 |
| 2025-07-14 | Preserve constness in trait objects up to hir ty lowering | Oli Scherer | -2/+26 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -29/+29 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -5/+5 |
| 2025-07-13 | Imply always-const host effects the same as any other item bound | Michael Goulet | -0/+19 |
| 2025-07-13 | Dont collect assoc ty item bounds from trait where clause for host effect pre... | Michael Goulet | -0/+13 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -29/+29 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -5/+5 |
| 2025-07-13 | Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead | Matthias Krüger | -32/+2 |
| 2025-07-13 | Rollup merge of #143301 - Kivooeo:tf26, r=tgross35 | Matthias Krüger | -0/+50 |