| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Disable incremental on release builds | Lukas Wirth | -1/+0 |
| 2025-02-24 | slightly extend comment | Ralf Jung | -1/+2 |
| 2025-02-24 | add missing float non-determinism tests and skip some on i686-pc-windows-msvc... | Ralf Jung | -10/+24 |
| 2025-02-24 | Merge pull request #19217 from lnicola/event-name | Laurențiu Nicola | -6/+6 |
| 2025-02-24 | make sure we install the toolchain for the intended host target | Ralf Jung | -1/+7 |
| 2025-02-24 | Fix event_name check in workflows | Laurențiu Nicola | -6/+6 |
| 2025-02-24 | sanity-check for HOST_TARGET | Ralf Jung | -1/+12 |
| 2025-02-24 | Downgrade to ubuntu-22.04 for aarch64-unknown-linux-gnu and arm-unknown-linux... | Laurențiu Nicola | -2/+2 |
| 2025-02-24 | Update assist docs | Laurențiu Nicola | -149/+175 |
| 2025-02-24 | Format code | Laurențiu Nicola | -2/+8 |
| 2025-02-24 | Add rustc_hashes and bump the others | Laurențiu Nicola | -17/+38 |
| 2025-02-24 | Merge from rust-lang/rust | Laurențiu Nicola | -507/+520 |
| 2025-02-24 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-02-24 | Merge from rustc | Ralf Jung | -398/+409 |
| 2025-02-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -6/+6 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -8/+8 |
| 2025-02-23 | Merge pull request #19191 from Veykril/push-yzzlosskwrxs | Lukas Wirth | -131/+23 |
| 2025-02-23 | Remove `limit` crate in favor `usize` | Lukas Wirth | -131/+23 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -6/+6 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 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 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -3/+0 |
| 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 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -5/+5 |
| 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 | -6/+9 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -3/+0 |
| 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 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-22 | Allow "package/feature" format feature flag | Shirayama Kazatsuyu | -1/+3 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -0/+0 |
| 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 | -97/+74 |
| 2025-02-21 | update enzyme submodule and users | Manuel Drehwald | -0/+0 |
| 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 | -4/+4 |
| 2025-02-22 | Rollup merge of #136474 - jieyouxu:src-base, r=clubby789 | Matthias Krüger | -97/+74 |
| 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 | -109/+96 |
| 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 | -108/+96 |
| 2025-02-22 | compiletest: introduce and use `--src-root` and `--src-test-suite-root` | 许杰友 Jieyou Xu (Joe) | -97/+74 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -1/+0 |