| Age | Commit message (Expand) | Author | Lines |
| 2025-02-19 | Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwco | Matthias Krüger | -1/+0 |
| 2025-02-18 | Suggest using :: instead of . in more cases. | Zachary S | -1/+0 |
| 2025-02-17 | Fix what looks like an inverted message | Eric Huss | -1/+1 |
| 2025-02-17 | Move error_index_generator to the rustbook workspace | Eric Huss | -1/+0 |
| 2025-02-14 | Update cargo | Weihang Lo | -0/+1 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -0/+6 |
| 2025-02-10 | Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul... | Jubilee | -4/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -19/+25 |
| 2025-02-05 | Removed dependency on the field-offset crate. | David Venhoek | -4/+0 |
| 2025-02-05 | Rollup merge of #136536 - DuskyElf:master, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -16/+1 |
| 2025-02-05 | Rollup merge of #135572 - jieyouxu:migrate-split-debuginfo, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-02-04 | Rename and Move some UI tests to more suitable subdirs | DuskyElf | -16/+1 |
| 2025-02-04 | Rollup merge of #136334 - ricci009:primitivers, r=tgross35 | Jacob Pratt | -1/+2 |
| 2025-02-04 | Rollup merge of #135844 - yaahc:tidy-feature-status-dump, r=jieyouxu | Jacob Pratt | -0/+7 |
| 2025-02-03 | primitive type migration from mod.rs to primitives.rs | ricci009 | -1/+2 |
| 2025-02-03 | Rollup merge of #136299 - lqd:polonius-next-episode-9, r=jackh726 | Matthias Krüger | -1/+0 |
| 2025-02-01 | tests: port `split-debuginfo` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-31 | merge duplicate issue-46589 tests | Rémy Rakic | -1/+0 |
| 2025-01-31 | tests: port `symbol-mangling-hashed` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-30 | Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc | Matthias Krüger | -1/+1 |
| 2025-01-29 | Fix tidy errors | Guillaume Gomez | -1/+1 |
| 2025-01-29 | tests: port `translation` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -1/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -1/+1 |
| 2025-01-26 | tidy: add `build-metrics`-gated feature status serialization | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -0/+1 |
| 2025-01-25 | Rollup merge of #135985 - Zalathar:whats-upvar, r=lqd | Matthias Krüger | -1/+0 |
| 2025-01-24 | Rollup merge of #135950 - Kobzol:tidy-python-improvements, r=onur-ozkan | Matthias Krüger | -56/+85 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -2/+1 |
| 2025-01-24 | Rename test to `unresolvable-upvar-issue-87987.rs` | Zalathar | -1/+0 |
| 2025-01-24 | Update Python 3 versions in tidy | Jakub Beránek | -2/+10 |
| 2025-01-24 | Make virtualenv creation in tidy more robust | Jakub Beránek | -6/+24 |
| 2025-01-24 | Refactor Python linting and formatting in tidy | Jakub Beránek | -48/+51 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -1/+0 |
| 2025-01-23 | Give E0223 similar-item suggestion test more descriptive name. | Zachary S | -1/+0 |
| 2025-01-23 | tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-01-23 | Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratrieb | bors | -1/+0 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-22 | Rollup merge of #135557 - estebank:wtf8, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -1/+1 |
| 2025-01-22 | tests: port `jobserver-error.rs` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-22 | Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgr | bors | -1/+0 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -1/+1 |
| 2025-01-21 | Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-01-21 | Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum | bors | -0/+1 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -6/+1 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -6/+1 |
| 2025-01-21 | tidy | klensy | -0/+1 |
| 2025-01-21 | tests: delete `cat-and-grep-sanity-check` | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-01-18 | Rollup merge of #135421 - cod10129:warn-tidy-ignore, r=onur-ozkan | Matthias Krüger | -28/+66 |