| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Rollup merge of #134973 - ericlehong:fix-typo, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2024-12-31 | Rollup merge of #134968 - Kobzol:tidy-bless-log, r=Noratrieb | Trevor Gross | -0/+3 |
| 2024-12-31 | Print how to rebless Python formatting in tidy | Jakub Beránek | -0/+3 |
| 2024-12-31 | Fix typos | ericlehong | -2/+2 |
| 2024-12-30 | Windows: Enable issue 70093 link tests | Chris Denton | -2/+0 |
| 2024-12-29 | Add tidy check for list of proc-macro crate transitive dependencies | clubby789 | -4/+75 |
| 2024-12-28 | Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd | Stuart Cook | -1/+0 |
| 2024-12-28 | tests: migrate `branch-protection-check-IBT` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-28 | tests: migrate `libs-through-symlink` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -4/+3 |
| 2024-12-23 | tests: migrate `incr-add-rust-src-component` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -2/+2 |
| 2024-12-09 | Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxu | León Orell Valerian Liehr | -6/+6 |
| 2024-12-07 | Move more tests into `tests/ui/link-native-libs` | Zalathar | -6/+6 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -4/+0 |
| 2024-12-06 | Cargo decided to add serde to cg_clif's lockfile despite serde support in Cra... | bjorn3 | -0/+2 |
| 2024-12-05 | Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan | Guillaume Gomez | -85/+22 |
| 2024-12-05 | Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxu | León Orell Valerian Liehr | -12/+12 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -1/+0 |
| 2024-12-05 | Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu" | Jieyou Xu | -12/+12 |
| 2024-12-04 | Exclude additional subtrees in `ruff` config | Jakub Beránek | -0/+6 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -1/+0 |
| 2024-12-03 | tidy: `println!` -> `eprintln!` | clubby789 | -12/+12 |
| 2024-12-03 | Remove dependency on `black` | Jakub Beránek | -71/+0 |
| 2024-12-03 | Replace `black` with `ruff` for formatting Python code | Jakub Beránek | -11/+13 |
| 2024-12-03 | Fix copy-pasted tool name | Jakub Beránek | -1/+1 |
| 2024-12-03 | Fix typo | Jakub Beránek | -2/+2 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -1/+1 |
| 2024-12-01 | Run `cargo update` and update licenses | clubby789 | -2/+2 |
| 2024-11-26 | Pacify tidy. | Camille GILLOT | -1/+0 |
| 2024-11-24 | tidy: Distinguish between two different meanings of "style file" | Zalathar | -9/+13 |
| 2024-11-17 | Auto merge of #125949 - erikdesjardins:nocomponent, r=jieyouxu | bors | -34/+0 |
| 2024-11-13 | compiletest: known-bug / crashes: allow for an "auxiliary" directory to conta... | Matthias Krüger | -2/+16 |
| 2024-11-13 | Auto merge of #132556 - clubby789:cargo-update, r=Mark-Simulacrum | bors | -0/+3 |
| 2024-11-13 | Run `cargo update` and update licenses | clubby789 | -0/+3 |
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -1/+1 |
| 2024-11-05 | Rollup merge of #132524 - ismailarilik:chore/style/sync-submodule-exclusion-l... | Matthias Krüger | -1/+0 |
| 2024-11-03 | Remove outdated tidy license fixmes | Urgau | -14/+0 |
| 2024-11-02 | Update tidy license exceptions and allowed dependencies | bjorn3 | -5/+2 |
| 2024-11-02 | chore(style): sync submodule exclusion list between tidy and rustfmt | ismailarilik | -1/+0 |
| 2024-11-01 | Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril | bors | -3/+0 |
| 2024-10-31 | Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser | bors | -0/+1 |
| 2024-10-31 | Remove support for compressed dylib metadata from rust-analyzer | bjorn3 | -1/+0 |
| 2024-10-31 | Remove support for decompressing dylib metadata | bjorn3 | -2/+0 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -1/+0 |
| 2024-10-26 | Update compiler-builtins to 0.1.136 | Trevor Gross | -0/+1 |
| 2024-10-22 | tests/run-make: port `issue-84395-lto-embed-bitcode` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-10-22 | Move tests | Michael Goulet | -10/+10 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -1/+1 |
| 2024-10-20 | Update rustc-hash to version 2 | Noratrieb | -1/+1 |