| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | Rewrite `core-no-oom-handling` as rmake.rs | Oneirical | -2/+8 |
| 2024-05-23 | fix: check pseudo-block by local_id instead of ModuleOrigin | roife | -5/+3 |
| 2024-05-22 | Auto merge of #17277 - Veykril:find-path-fixes, r=Veykril | bors | -346/+647 |
| 2024-05-22 | Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoerister | León Orell Valerian Liehr | -0/+3 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -18/+18 |
| 2024-05-22 | solaris/illumos localtime_r / clock_getime support enabled. | David Carlier | -29/+44 |
| 2024-05-22 | Auto merge of #124686 - saethlin:rust-file-footer, r=fmease | bors | -1/+3 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -8/+8 |
| 2024-05-22 | Auto merge of #17279 - Veykril:format_args-escape, r=Veykril | bors | -6/+18 |
| 2024-05-22 | fix: Fix format_args lowering passing incorrect parameters to rustc_parse_format | Lukas Wirth | -6/+18 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -327/+64 |
| 2024-05-22 | Auto merge of #17248 - mladedav:dm/delay-clear, r=Veykril | bors | -1/+10 |
| 2024-05-22 | Auto merge of #17268 - Veykril:signatures, r=Veykril | bors | -226/+388 |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -29/+18 |
| 2024-05-22 | expectify find_path tests | Lukas Wirth | -184/+447 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -193/+242 |
| 2024-05-22 | Migrate `run-make/rustdoc-scrape-examples-macros` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-22 | clippy | Ralf Jung | -8/+10 |
| 2024-05-22 | Merge from rustc | Ralf Jung | -4375/+10171 |
| 2024-05-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-22 | Remove unnecessary `.md` from the documentation sidebar | Mads Marquart | -2/+2 |
| 2024-05-22 | Auto merge of #125387 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-21 | PR feedback | Ben Kimock | -1/+1 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -1/+3 |
| 2024-05-21 | Auto merge of #125202 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1120/+4025 |
| 2024-05-21 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-22 | The number of tests does not depend on the architecture's pointer width | Tobias Bucher | -4/+4 |
| 2024-05-21 | tidy: stop special-casing tests/ui entry limit | Jubilee Young | -13/+2 |
| 2024-05-21 | Rollup merge of #125369 - saethlin:synthetic-targets-dont-cc, r=onur-ozkan | Matthias Krüger | -4/+1 |
| 2024-05-21 | Rollup merge of #125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-mult... | Matthias Krüger | -1/+0 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-21 | maybe replace check-cfg values in bootstrap with ones in Cargo.toml | Lzu Tao | -0/+2 |
| 2024-05-21 | addresss reviews | Lzu Tao | -0/+1 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -1120/+4025 |
| 2024-05-21 | don't inhibit random field reordering on repr(packed(1)) | Ralf Jung | -3/+3 |
| 2024-05-21 | Don't do cc detection for synthetic targets | Ben Kimock | -4/+1 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -90/+88 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -178/+392 |
| 2024-05-21 | test: add tests for extern preludes resolving in local mods | roife | -0/+62 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+17 |
| 2024-05-21 | Rollup merge of #125218 - Oneirical:easy-test-the-third, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-21 | Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzol | Matthias Krüger | -0/+4 |
| 2024-05-21 | Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk | Matthias Krüger | -177/+371 |
| 2024-05-21 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -37/+29 |
| 2024-05-21 | Migrate `run-make/rustdoc-scrape-examples-multiple` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -1/+1 |
| 2024-05-21 | Auto merge of #125349 - matthiaskrgr:rollup-p2mbdxi, r=matthiaskrgr | bors | -0/+0 |
| 2024-05-20 | Fix miri too | Michael Goulet | -3/+3 |
| 2024-05-20 | Remove a clippy test that doesn't apply anymore | Michael Goulet | -34/+26 |
| 2024-05-21 | Rollup merge of #125332 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |