| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Update wasm-component-ld to 0.5.11 | Alex Crichton | -2/+11 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -12/+12 |
| 2024-11-30 | Rollup merge of #133569 - paolobarbolini:ruzstd-0.7.3, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-29 | Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearth | bors | -5/+7 |
| 2024-11-29 | Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrum | bors | -1/+0 |
| 2024-11-29 | Remove `HybridBitSet`. | Nicholas Nethercote | -1/+0 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -0/+1 |
| 2024-11-28 | Update Cargo.lock | Philipp Krones | -5/+7 |
| 2024-11-28 | Bump `ruzstd` to 0.7.3 | Paolo Barbolini | -2/+2 |
| 2024-11-23 | Auto merge of #132994 - clubby789:cc-bisect, r=Kobzol | bors | -2/+2 |
| 2024-11-21 | Auto merge of #132362 - mustartt:aix-dylib-detection, r=jieyouxu | bors | -2/+3 |
| 2024-11-21 | aix: fix archive format | Henry Jiang | -2/+3 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -0/+2 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -0/+2 |
| 2024-11-18 | Update `anstream` to 0.6.18 to fix a check-cfg issue | Urgau | -2/+2 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -0/+1 |
| 2024-11-13 | Bump `cc` | clubby789 | -2/+2 |
| 2024-11-13 | Run `cargo update` and update licenses | clubby789 | -250/+256 |
| 2024-11-10 | Update minifer version to `0.3.2` | Guillaume Gomez | -5/+2 |
| 2024-11-08 | Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1/+0 |
| 2024-11-07 | Update Cargo.lock | Philipp Krones | -1/+0 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -12/+0 |
| 2024-11-04 | Rollup merge of #132579 - RalfJung:rustc-std-workspace-crates, r=Amanieu | Matthias Krüger | -0/+12 |
| 2024-11-04 | update rustc-std-workspace crates | Ralf Jung | -0/+12 |
| 2024-11-03 | compiler: Remove unused rustc_target from Cargo.tomls | Jubilee Young | -2/+0 |
| 2024-11-03 | compiler: Replace rustc_target with abi in symbol_mangling | Jubilee Young | -1/+0 |
| 2024-11-02 | compiler: Add rustc_abi to _sanitizers | Jubilee Young | -0/+1 |
| 2024-11-02 | compiler: Add rustc_abi to _monomorphize | Jubilee Young | -0/+1 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -1/+1 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _hir | Jubilee Young | -0/+1 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _borrowck | Jubilee Young | -1/+1 |
| 2024-11-01 | Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril | bors | -7/+0 |
| 2024-10-31 | Remove support for decompressing dylib metadata | bjorn3 | -7/+0 |
| 2024-10-30 | compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build | Jubilee Young | -3/+3 |
| 2024-10-30 | compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi` | Jubilee Young | -0/+2 |
| 2024-10-30 | compiletest: improve robustness of LLVM version handling | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -0/+1 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -0/+1 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -0/+9 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -0/+1 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -0/+1 |
| 2024-10-27 | compiler: Depend on rustc_abi in rustc_lint | Jubilee Young | -0/+1 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -0/+8 |
| 2024-10-27 | rustc_transmute: Directly use types from rustc_abi | Jubilee Young | -1/+1 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -0/+1 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -5/+5 |
| 2024-10-20 | Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-Simulacrum | Matthias Krüger | -7/+7 |
| 2024-10-20 | Update rustc-hash to version 2 | Noratrieb | -5/+5 |
| 2024-10-19 | Rollup merge of #131908 - aDotInTheVoid:rustdoc-gamer-hashing, r=notriddle,Gu... | Matthias Krüger | -0/+1 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -0/+1 |