| Age | Commit message (Expand) | Author | Lines |
| 2025-03-18 | Merge from rustc | Jieyou Xu | -1382/+1612 |
| 2025-03-18 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-03-17 | Teach rustfmt to handle postfix yield | Eric Holk | -21/+21 |
| 2025-03-17 | [bootstrap] Distribute split debuginfo if present | Wesley Wiser | -99/+255 |
| 2025-03-17 | Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise... | bors | -19/+64 |
| 2025-03-17 | Rollup merge of #138556 - charmitro:already-remapped-filename, r=GuillaumeGom... | Matthias Krüger | -2/+2 |
| 2025-03-17 | Rollup merge of #138533 - Kobzol:try-job-auto-tests, r=marcoieni | Matthias Krüger | -19/+26 |
| 2025-03-17 | Rollup merge of #138531 - Kobzol:test-diff-try-build, r=marcoieni | Matthias Krüger | -470/+515 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -218/+227 |
| 2025-03-17 | Small review improvements | Jakub Beránek | -2/+2 |
| 2025-03-17 | Use llvm_runtimes for compiler-rt | David Tenty | -1/+4 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -217/+226 |
| 2025-03-17 | Auto merge of #138611 - matthiaskrgr:rollup-hmjbqva, r=matthiaskrgr | bors | -88/+86 |
| 2025-03-17 | Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap... | bors | -513/+549 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -4/+4 |
| 2025-03-17 | Rollup merge of #138577 - aDotInTheVoid:deprecate-deprecations, r=GuillaumeGomez | Matthias Krüger | -10/+13 |
| 2025-03-17 | Rollup merge of #138412 - cuviper:licenses, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -45/+45 |
| 2025-03-17 | Rollup merge of #133870 - nbdd0121:asm, r=traviscross,nnethercote | Matthias Krüger | -32/+27 |
| 2025-03-17 | fix download-llvm logic for subtree sync branches | Ralf Jung | -1/+9 |
| 2025-03-17 | Fix miri | bjorn3 | -19/+64 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -1/+5 |
| 2025-03-17 | adjust comment | Giang Dao | -22/+8 |
| 2025-03-17 | wix: allow to skip more components | klensy | -34/+78 |
| 2025-03-17 | fix missing rustfmt for apple darwin | Giang Dao | -3/+9 |
| 2025-03-17 | fix missing rustfmt and clippy for msi | Giang Dao | -2/+70 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -32/+27 |
| 2025-03-17 | Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-03-17 | Rollup merge of #138586 - jyn514:doc-register-tool, r=jieyouxu | Jacob Pratt | -0/+55 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -2/+0 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -1/+1 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -2/+9 |
| 2025-03-17 | Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-03-17 | update change entry for #137147 | onur-ozkan | -1/+1 |
| 2025-03-17 | make profile_user_dist test backward compatible | bit-aloo | -7/+9 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-make | bit-aloo | -280/+280 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:tools | bit-aloo | -9/+17 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:unstable-book | bit-aloo | -1/+1 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:rustc | bit-aloo | -57/+57 |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:doc:rustc-dev-guide | bit-aloo | -56/+56 |
| 2025-03-17 | change config.toml to bootstrap.toml for bootstrap module | bit-aloo | -101/+127 |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+55 |
| 2025-03-16 | Rollup merge of #136816 - yotamofek:pr/notable-traits-button-cleanup, r=aDotI... | Jacob Pratt | -21/+11 |
| 2025-03-16 | expand ${workspaceFolder} in sample vim config | jyn | -1/+25 |
| 2025-03-16 | Fix ICE: attempted to remap an already remapped filename | Charalampos Mitrodimas | -2/+2 |
| 2025-03-16 | rustdoc-json: Don't also include `#[deprecated]` in `Item::attrs` | Alona Enraght-Moony | -2/+9 |
| 2025-03-17 | Fix `is_relevant_impl`. | Nicholas Nethercote | -1/+1 |
| 2025-03-16 | rustdoc: Rename `Item::attributes` param to `is_json` | Alona Enraght-Moony | -8/+4 |
| 2025-03-16 | Add a note to rustc-dev-guide | Jakub Beránek | -0/+2 |
| 2025-03-16 | Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieu | bors | -12/+65 |