| Age | Commit message (Expand) | Author | Lines |
| 2025-03-30 | Suggest switching underscores for dashes | mejrs | -1/+16 |
| 2025-03-30 | Remove duplicate c-variadic.md | mejrs | -7/+5 |
| 2025-03-30 | Update tidy exceptions | bjorn3 | -0/+4 |
| 2025-03-26 | Auto merge of #138974 - Zalathar:rollup-568cpmy, r=Zalathar | bors | -1/+0 |
| 2025-03-25 | Incorporate issue-111692.rs into the larger test file and add more test cases | León Orell Valerian Liehr | -1/+0 |
| 2025-03-24 | happy tidy | klensy | -1/+0 |
| 2025-03-21 | cleaned and organized 3 tests in `./tests/ui/issues` | Spencer | -4/+1 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -1/+0 |
| 2025-03-18 | Revert "Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retriev... | Ralf Jung | -2/+0 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -0/+2 |
| 2025-03-13 | Alphabetize the root workspace members | Josh Stone | -0/+2 |
| 2025-03-13 | Add `src/tools/x` to the main workspace | Josh Stone | -1/+0 |
| 2025-03-12 | remove rls specific parts from tidy and build-manifest | onur-ozkan | -2/+0 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -1/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+0 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -6/+34 |
| 2025-03-10 | Auto merge of #138200 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2025-03-10 | Support locking versions in permitted rustc deps | Chris Denton | -7/+34 |
| 2025-03-10 | Allow wit-bindgen-rt as compiler dependency | Chris Denton | -0/+1 |
| 2025-03-09 | Rollup merge of #137885 - klensy:tidy-triagebot, r=jieyouxu | Matthias Krüger | -0/+97 |
| 2025-03-07 | Update cargo | Weihang Lo | -1/+0 |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -1/+1 |
| 2025-03-05 | Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -107/+0 |
| 2025-03-05 | tidy: add check to verify paths in triagebot.toml | klensy | -0/+97 |
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -4/+17 |
| 2025-03-02 | tidy: remove legacy `Makefile` checks | 许杰友 Jieyou Xu (Joe) | -107/+0 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -1/+0 |
| 2025-02-21 | Do not exempt nonexistent platforms from platform policy | Jubilee Young | -1/+0 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -0/+1 |
| 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 | Add `literal-escaper` and `rustc-std-workspace-std` to the allowed rustc deps... | Guillaume Gomez | -0/+2 |
| 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 |