| Age | Commit message (Expand) | Author | Lines |
| 2025-04-06 | Merge pull request #19533 from Veykril/push-zxlpwkvzxzws | Lukas Wirth | -14/+14 |
| 2025-04-06 | chore: Set up a proper job matrix for rust-cross | Lukas Wirth | -14/+14 |
| 2025-04-06 | Merge pull request #19531 from Veykril/push-kxyrpznnllkx | Lukas Wirth | -54/+129 |
| 2025-04-06 | fix: Fix `format_args` lowering for >=1.87 | Lukas Wirth | -54/+129 |
| 2025-04-06 | Rollup merge of #139347 - jieyouxu:rust_test_helpers, r=onur-ozkan | Stuart Cook | -10/+9 |
| 2025-04-06 | Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3 | Stuart Cook | -19/+32 |
| 2025-04-06 | Update cargo | Weihang Lo | -0/+0 |
| 2025-04-06 | Update proc-macro deps list | Guillaume Gomez | -0/+2 |
| 2025-04-06 | cargo update | github-actions | -53/+98 |
| 2025-04-06 | Update rinja version in `generate-copyright` | Guillaume Gomez | -5/+5 |
| 2025-04-05 | tidy: Fix paths to coretests and alloctests | Thalia Archibald | -19/+32 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -106/+8 |
| 2025-04-05 | Clean up `rustc-literal-escaper` usage in rust-analyzer | Guillaume Gomez | -5/+3 |
| 2025-04-05 | Merge pull request #19447 from Natural-selection1/add_impl_for | Lukas Wirth | -0/+27 |
| 2025-04-05 | Merge pull request #19501 from ChayimFriedman2/macro-expansion | Lukas Wirth | -11/+107 |
| 2025-04-05 | add change-entry | onur-ozkan | -0/+5 |
| 2025-04-05 | utilize `compiletest_use_stage0_libtest` option | onur-ozkan | -1/+4 |
| 2025-04-05 | create new option `build.compiletest-use-stage0-libtest` | onur-ozkan | -0/+6 |
| 2025-04-05 | the rustdoc file prefix for constants is "constant" not "const" | Jonathan Chan Kwan Yin | -1/+1 |
| 2025-04-05 | Switch `time` to `jiff` for time formatting in ICE dumps | clubby789 | -8/+3 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -2/+2 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -2/+2 |
| 2025-04-05 | Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=... | Stuart Cook | -46/+100 |
| 2025-04-05 | Rollup merge of #138024 - reitermarkus:unicode-panic-optimization, r=ibraheemdev | Stuart Cook | -39/+98 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -4/+4 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -4/+4 |
| 2025-04-04 | Add `rustc-literal-escaper` to allowed crates lists | Guillaume Gomez | -0/+2 |
| 2025-04-04 | Update `rustc-literal-escaper` version to `0.0.2` | Guillaume Gomez | -4/+4 |
| 2025-04-04 | bootstrap: Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-04-04 | Rollup merge of #139378 - Kobzol:bootstrap-use-lld-fix, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2025-04-04 | Rollup merge of #139339 - mejrs:tait, r=oli-obk | Matthias Krüger | -0/+159 |
| 2025-04-04 | Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmease | Matthias Krüger | -3/+5 |
| 2025-04-04 | Merge pull request #19519 from snprajwal/project-control-no-deps | Lukas Wirth | -2/+31 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -1/+1 |
| 2025-04-04 | Merge pull request #4251 from RalfJung/cargo-update | Ralf Jung | -710/+673 |
| 2025-04-04 | Use target-agnostic LLD flags in bootstrap for use-lld | Jakub Beránek | -2/+2 |
| 2025-04-04 | internal: fix salsa-ified crate graph working with lazy project discovery | David Barsky | -31/+23 |
| 2025-04-04 | Solaris does not have flock | Ralf Jung | -0/+3 |
| 2025-04-04 | Merge pull request #19522 from davidbarsky/davidbarsky/fix-panic-in-view-crat... | Lukas Wirth | -1/+3 |
| 2025-04-04 | Merge pull request #19515 from jrmuizel/multiple-definitions | Lukas Wirth | -7/+102 |
| 2025-04-04 | Auto merge of #137869 - Noratrieb:Now_I_am_become_death,_the_destroyer_of_i68... | bors | -42/+45 |
| 2025-04-04 | internal: fix panic in `view_crate_graph` | David Barsky | -1/+3 |
| 2025-04-04 | fix: don't drop references with more than one definition. | Jeff Muizelaar | -7/+102 |
| 2025-04-04 | prefer default over new | BenjaminBrienen | -125/+98 |
| 2025-04-04 | fix windows_join_multiple | Ralf Jung | -2/+8 |
| 2025-04-04 | feat(project-model): provide flag for no deps | Prajwal S N | -2/+31 |
| 2025-04-04 | Merge pull request #4250 from asomers/patch-1 | Ralf Jung | -0/+1 |
| 2025-04-04 | Remove usage of `rustc_lexer::unescape` in rust-analyzer | Guillaume Gomez | -18/+21 |
| 2025-04-04 | Update README.md
| Alan Somers | -1/+1 |
| 2025-04-04 | bump parts of test-cargo-miri to edition 2024 | Ralf Jung | -44/+59 |