| Age | Commit message (Expand) | Author | Lines |
| 2025-01-27 | Flip the `rustc-rayon`/`indexmap` dependency order | Josh Stone | -3/+3 |
| 2025-01-25 | Shorten linker output even more when `--verbose` is not present | jyn | -0/+1 |
| 2025-01-23 | Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-01-22 | Rollup merge of #135850 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -21/+20 |
| 2025-01-21 | Update the `wasm-component-ld` tool | Alex Crichton | -21/+20 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -11/+138 |
| 2025-01-20 | remove unnecessary collection | lcnr | -1/+0 |
| 2025-01-19 | cargo update | github-actions | -27/+32 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -0/+1 |
| 2025-01-12 | cargo update | github-actions | -97/+113 |
| 2025-01-10 | mir_build: check annotated functions w/out callers | David Wood | -0/+1 |
| 2025-01-09 | Update Cargo.lock | Philipp Krones | -4/+4 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -1/+0 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -1/+0 |
| 2025-01-06 | Rollup merge of #135146 - Zalathar:anyhow-backtrace, r=jieyouxu | Matthias Krüger | -3/+0 |
| 2025-01-06 | Don't enable anyhow's `backtrace` feature in opt-dist | Zalathar | -3/+0 |
| 2025-01-05 | Rollup merge of #135115 - Zalathar:dwarf-const, r=workingjubilee | Jacob Pratt | -0/+1 |
| 2025-01-05 | Use gimli to get the values of DWARF constants needed by codegen | Zalathar | -0/+1 |
| 2025-01-05 | cargo update | github-actions | -43/+44 |
| 2025-01-03 | Bump cc in the compiler | Chris Denton | -2/+2 |
| 2024-12-30 | Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkan | bors | -7/+21 |
| 2024-12-29 | Add tidy check for list of proc-macro crate transitive dependencies | clubby789 | -7/+21 |
| 2024-12-29 | Rollup merge of #134869 - clubby789:cc-bump, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-12-29 | Bump compiler cc | clubby789 | -2/+2 |
| 2024-12-29 | cargo update | github-actions | -51/+51 |
| 2024-12-22 | cargo update | github-actions | -51/+42 |
| 2024-12-21 | Auto merge of #134505 - jieyouxu:boop-compiler-cc, r=clubby789,jieyouxu | bors | -2/+2 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -0/+1 |
| 2024-12-19 | Bump compiler `cc` to 1.2.5 | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-19 | build: Update libc version | Sergio Gasquez | -2/+2 |
| 2024-12-18 | Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu | bors | -113/+132 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -20/+39 |
| 2024-12-17 | compiler & tools dependencies: | clubby789 | -113/+132 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -1/+0 |
| 2024-12-16 | Fix logical error with what text is considered whitespace. | Harrison Kaiser | -0/+1 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -1/+0 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -20/+39 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -1/+3 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -1/+0 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -239/+333 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -0/+1 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -1/+0 |
| 2024-12-08 | update lockfile | Ralf Jung | -1/+0 |
| 2024-12-08 | Downgrade cc | clubby789 | -2/+2 |
| 2024-12-08 | deps: Update psm | Maksim Bondarenkov | -2/+2 |
| 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-12-01 | Run `cargo update` and update licenses | clubby789 | -243/+337 |
| 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 |