| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-18 | Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warning | Noratrieb | -1/+0 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -2/+1 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -4/+0 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -4/+0 |
| 2024-10-08 | Update cargo | Weihang Lo | -0/+3 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -1/+0 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -1/+0 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+6 |
| 2024-09-28 | Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgr | bors | -3/+0 |
| 2024-09-28 | Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-dead | Matthias Krüger | -3/+0 |
| 2024-09-28 | Auto merge of #130874 - klensy:bumpme, r=jieyouxu | bors | -2/+4 |