| Age | Commit message (Expand) | Author | Lines |
| 2025-02-23 | Auto merge of #137215 - onur-ozkan:rustc-tool-build-stages, r=jieyouxu,Kobzol | bors | -263/+340 |
| 2025-02-23 | return `impl fmt::Display` in more places instead of writing to strings | Yotam Ofek | -2274/+2476 |
| 2025-02-23 | bootstrap: add module docs for core:metadata | bit-aloo | -0/+7 |
| 2025-02-23 | Auto merge of #137446 - matthiaskrgr:rollup-16moy6v, r=matthiaskrgr | bors | -13/+12 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -1/+0 |
| 2025-02-23 | Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b... | Matthias Krüger | -1/+1 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -8/+11 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-02-22 | Auto merge of #137189 - Kobzol:update-host-llvm, r=nikic | bors | -1/+1 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -5/+5 |
| 2025-02-22 | Merge pull request #19182 from ShoyuVanilla/issue-19177 | Chayim Refael Friedman | -7/+47 |
| 2025-02-22 | Auto merge of #137427 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-22 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-22 | Rename feature into `Word wrap source code` | Guillaume Gomez | -20/+20 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -0/+8 |
| 2025-02-22 | Allow "package/feature" format feature flag | Shirayama Kazatsuyu | -1/+3 |
| 2025-02-22 | Rollup merge of #137362 - Kobzol:run-make-support-bootstrap, r=jieyouxu | Matthias Krüger | -0/+8 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -18/+22 |
| 2025-02-22 | Merge pull request #19203 from lnicola/rust-src-path | Laurențiu Nicola | -8/+6 |
| 2025-02-22 | Switch back to RUST_SRC_PATH | Laurențiu Nicola | -8/+6 |
| 2025-02-21 | toc for other editors | Josh Rotenberg | -0/+2 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -98/+77 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -6/+3 |
| 2025-02-21 | update enzyme submodule and users | Manuel Drehwald | -5/+2 |
| 2025-02-21 | fix build regressions | Manuel Drehwald | -7/+17 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -2/+5 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -6/+6 |
| 2025-02-22 | Rollup merge of #136474 - jieyouxu:src-base, r=clubby789 | Matthias Krüger | -98/+77 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -145/+100 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -116/+121 |
| 2025-02-21 | Rollup merge of #137392 - klensy:unused, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-21 | Rollup merge of #137367 - workingjubilee:remove-stray-line, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-02-21 | Rollup merge of #137350 - nnethercote:remove-Map-3, r=Zalathar | Matthias Krüger | -109/+97 |
| 2025-02-21 | Rollup merge of #137336 - riverbl:stabilise-os-str-display, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-02-21 | Rollup merge of #132876 - lolbinarycat:rustdoc-document-hidden-items, r=Guill... | Matthias Krüger | -4/+23 |
| 2025-02-22 | bootstrap: pass `--src-root` and `--src-test-suite-root` instead of `--src-base` | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2025-02-22 | compiletest: introduce and use `--src-root` and `--src-test-suite-root` | 许杰友 Jieyou Xu (Joe) | -97/+74 |
| 2025-02-21 | bootstrap: add doc for vendor build step | bit-aloo | -0/+18 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -1/+0 |
| 2025-02-21 | Add tests | bjorn3 | -0/+40 |
| 2025-02-21 | fix | andylokandy | -1/+1 |
| 2025-02-21 | feat: update insta inline snapshot when clicks 'Update Test' runnable | andylokandy | -16/+13 |
| 2025-02-21 | Fix review comments | bjorn3 | -7/+7 |
| 2025-02-21 | convert all_macro_rules from hashmap to hashset | klensy | -1/+1 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-02-21 | Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=com... | Matthias Krüger | -1/+1 |
| 2025-02-21 | Implement vpmaxq_u8 on aarch64 | bjorn3 | -13/+83 |
| 2025-02-21 | Do not exempt nonexistent platforms from platform policy | Jubilee Young | -1/+0 |
| 2025-02-21 | Add build step log for `run-make-support` | Jakub Beránek | -0/+8 |
| 2025-02-20 | rust-analyzer: use new function in (incorrect) layout computation | Jubilee Young | -1/+1 |