| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -12/+16 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -19/+19 |
| 2025-08-11 | Factor out InherentImplCannotUnsafe | Cameron Steffen | -0/+2 |
| 2025-08-10 | Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -0/+142 |
| 2025-08-09 | comments | Kivooeo | -0/+31 |
| 2025-08-08 | Rollup merge of #144649 - estebank:issue-144602, r=lcnr | Trevor Gross | -0/+4 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -2/+4 |
| 2025-08-08 | Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkov | Stuart Cook | -4/+4 |
| 2025-08-08 | Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxu | Stuart Cook | -0/+57 |
| 2025-08-07 | Account for bare tuples in field searching logic | Esteban Küber | -0/+4 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -2/+4 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -4/+4 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -2/+2 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -3/+26 |
| 2025-08-06 | Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-dead | Jakub Beránek | -0/+73 |
| 2025-08-06 | Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxu | Jakub Beránek | -0/+110 |
| 2025-08-05 | comments | Kivooeo | -164/+16 |
| 2025-08-05 | moved 35 tests to organized locations | Kivooeo | -0/+205 |
| 2025-08-05 | Add regression tests for seemingly fixed issues | Shoyu Vanilla | -0/+73 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -3/+26 |
| 2025-08-05 | Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead | Samuel Tardieu | -26/+85 |
| 2025-08-04 | Rehome tests/ui/issues/ tests [3/?] | Oneirical | -0/+110 |
| 2025-08-04 | Tweak auto trait errors | Esteban Küber | -2/+2 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -26/+85 |
| 2025-08-03 | Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errors | bors | -0/+81 |
| 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 | add tests | lcnr | -0/+81 |
| 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-25 | moved 34 tests to organized locations | Kivooeo | -0/+111 |
| 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 |