| Age | Commit message (Expand) | Author | Lines |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -629/+1321 |
| 2024-05-19 | Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -604/+1296 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -25/+25 |
| 2024-05-19 | Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errors | bors | -2/+2 |
| 2024-05-19 | Auto merge of #3319 - bjorn3:some_more_shims, r=RalfJung | bors | -48/+168 |
| 2024-05-19 | various small nits | Ralf Jung | -69/+72 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -1/+118 |
| 2024-05-19 | use a little arg-parsing helper for miri-script | Ralf Jung | -147/+262 |
| 2024-05-19 | Rollup merge of #125275 - GuillaumeGomez:migrate-rustdoc-scrape-examples-test... | Michael Goulet | -1/+0 |
| 2024-05-19 | test wasm32-wasip2 instead of the deprecated wasm32-wasi target | Ralf Jung | -2/+2 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -2/+2 |
| 2024-05-19 | Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-19 | Auto merge of #125272 - lnicola:sync-from-ra, r=lnicola | bors | -2897/+5502 |
| 2024-05-19 | properly print error in 'cargo miri setup --print-sysroot' | Ralf Jung | -58/+36 |
| 2024-05-19 | Auto merge of #125145 - Kobzol:ci-toolstate, r=Mark-Simulacrum | bors | -2/+1 |
| 2024-05-19 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -37/+79 |
| 2024-05-19 | Auto merge of #3585 - devnexen:aligned_alloc, r=RalfJung | bors | -44/+171 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -37/+79 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -62/+61 |
| 2024-05-19 | Add option-ext to RA license exception list | Laurențiu Nicola | -0/+1 |
| 2024-05-19 | Merge from rustc | Ralf Jung | -92/+88 |
| 2024-05-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-19 | Bump rustc crates | Laurențiu Nicola | -15/+38 |
| 2024-05-19 | Merge from rust-lang/rust | Laurențiu Nicola | -11/+573710 |
| 2024-05-19 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -0/+1 |
| 2024-05-18 | Auto merge of #125257 - jieyouxu:rollup-11evnm9, r=jieyouxu | bors | -1/+1 |
| 2024-05-18 | Rollup merge of #125236 - dtolnay:expandtest, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -82/+77 |
| 2024-05-18 | Add tests for -Zunpretty=expanded ported from stringify's tests | David Tolnay | -1/+1 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -25/+25 |
| 2024-05-18 | Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-18 | support aligned_alloc for unixes support. | David Carlier | -0/+128 |
| 2024-05-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-18 | Rollup merge of #125221 - Oneirical:fourth, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-05-18 | Rollup merge of #125215 - Oneirical:easy-test-the-second, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+6 |
| 2024-05-18 | Rollup merge of #125213 - Oneirical:easy-test, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -82/+77 |
| 2024-05-17 | Ignore the Helix configuration directory | marc0246 | -0/+1 |
| 2024-05-17 | rewrite and rename issue-28766 | Oneirical | -1/+0 |
| 2024-05-17 | Auto merge of #3603 - Luv-Ray:issue-3572, r=RalfJung | bors | -19/+28 |
| 2024-05-17 | Update allowed_run_make_makefiles.txt | Julien | -1/+0 |
| 2024-05-17 | rewrite issue64319 and rename | Oneirical | -0/+6 |
| 2024-05-17 | Rewrite static-unwinding as rmake.rs | Oneirical | -1/+0 |
| 2024-05-17 | Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-17 | Correct Neovim 0.10 inlay hints config example | Adam Szkoda | -1/+1 |
| 2024-05-17 | Auto merge of #125178 - GuillaumeGomez:migrate-rustdoc-with-out-dir, r=jieyouxu | bors | -2/+1 |
| 2024-05-17 | Auto merge of #3526 - Strophox:miri-memory, r=RalfJung | bors | -6/+119 |
| 2024-05-17 | Fix `htmldocck` function | Guillaume Gomez | -1/+1 |
| 2024-05-17 | Migrate `run-make/rustdoc-with-out-dir-option` to new `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |