| Age | Commit message (Expand) | Author | Lines |
| 2025-02-23 | compiletest: disambiguate between root build dir vs test suite specific build... | 许杰友 Jieyou Xu (Joe) | -38/+51 |
| 2025-02-23 | Include private items in completions for local crates | Tim Hutt | -1/+4 |
| 2025-02-23 | add FIXME note on `Builder::compiler_for` | onur-ozkan | -0/+3 |
| 2025-02-23 | avoid `compiler_for` for dist tools and force the current compiler | onur-ozkan | -47/+11 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -501/+485 |
| 2025-02-23 | Fix codegen of parser inline tests runner | niller-g | -61/+59 |
| 2025-02-23 | Fix parser inline tests codegen panics | niller-g | -13/+10 |
| 2025-02-23 | Auto merge of #137466 - jhpratt:rollup-spyi02y, r=jhpratt | bors | -34/+571 |
| 2025-02-23 | Rollup merge of #137382 - Shourya742:2025-02-21-add-vendor-step-doc, r=Kobzol | Jacob Pratt | -0/+18 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -5/+5 |
| 2025-02-23 | Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser | Jacob Pratt | -29/+548 |
| 2025-02-23 | downgrade bootstrap `cc` | onur-ozkan | -3/+5 |
| 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 |