| Age | Commit message (Expand) | Author | Lines |
| 2024-10-16 | Rollup merge of #131766 - jieyouxu:mailmap, r=lqd | Urgau | -0/+1 |
| 2024-10-16 | Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxu | Urgau | -2/+6 |
| 2024-10-16 | Rollup merge of #131760 - maurer:data-layout-aarch64, r=nikic | Urgau | -38/+72 |
| 2024-10-16 | Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebank | Urgau | -10/+72 |
| 2024-10-16 | Rollup merge of #131746 - slanterns:once_box_order, r=joboet | Urgau | -2/+2 |
| 2024-10-16 | Rollup merge of #131712 - tgross35:const-lazy_cell_into_inner, r=joboet | Urgau | -2/+2 |
| 2024-10-16 | Rollup merge of #131700 - practicalrs:fix_match_same_arms, r=celinval | Urgau | -38/+24 |
| 2024-10-16 | Rollup merge of #131694 - c6c7:fixup-failing-fuchsia-tests, r=Urgau | Urgau | -11/+31 |
| 2024-10-16 | Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxu | Urgau | -3/+172 |
| 2024-10-16 | Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdev | bors | -2/+36 |
| 2024-10-16 | Add wasm32-unknown-emscripten platform support document | Juniper Tyree | -3/+172 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -255/+414 |
| 2024-10-16 | mailmap: add entry for my dev-desktop setup | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-16 | Fix unnecessary nesting in run-make test output directories | Zalathar | -2/+6 |
| 2024-10-16 | llvm: Match aarch64 data layout to new LLVM layout | Matthew Maurer | -38/+72 |
| 2024-10-15 | Auto merge of #131750 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-15 | Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors | bors | -419/+767 |
| 2024-10-15 | Don't report bivariance error when nesting a struct with field errors into an... | Michael Goulet | -10/+72 |
| 2024-10-15 | Update cargo | Weihang Lo | -0/+0 |
| 2024-10-16 | relax a memory order in `once_box` | Slanterns | -2/+2 |
| 2024-10-15 | Rollup merge of #131734 - emmanuel-ferdman:master, r=jieyouxu | Michael Goulet | -1/+1 |
| 2024-10-15 | Rollup merge of #131733 - practicalrs:fix_uninlined_format_args, r=jieyouxu | Michael Goulet | -12/+12 |
| 2024-10-15 | Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxu | Michael Goulet | -11/+12 |
| 2024-10-15 | Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r... | Michael Goulet | -10/+44 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -105/+108 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -266/+517 |
| 2024-10-15 | Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet | Michael Goulet | -14/+73 |
| 2024-10-15 | Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf | c6c7 | -11/+31 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -589/+413 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -11/+12 |
| 2024-10-15 | Update arm64e-apple-tvos maintainer | Emmanuel Ferdman | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -420/+558 |
| 2024-10-15 | Fix uninlined_format_args in stable_mir | Michal Piotrowski | -12/+12 |
| 2024-10-15 | update test description | lcnr | -3/+3 |
| 2024-10-15 | remove unnecessary revisions | lcnr | -281/+30 |
| 2024-10-15 | rebase and update fixed `crashes` | lcnr | -21/+78 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -329/+347 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -243/+498 |
| 2024-10-15 | Auto merge of #131727 - RalfJung:miri-sync, r=RalfJung | bors | -878/+1355 |
| 2024-10-15 | update lockfile | Ralf Jung | -2/+8 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -184/+1125 |
| 2024-10-15 | Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35 | Matthias Krüger | -20/+7 |
| 2024-10-15 | Rollup merge of #131496 - bjoernager:const-make-ascii, r=dtolnay | Matthias Krüger | -9/+16 |
| 2024-10-15 | Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-... | Matthias Krüger | -7/+2 |
| 2024-10-15 | Rollup merge of #131137 - Mark-Simulacrum:relnotes, r=cuviper | Matthias Krüger | -0/+177 |
| 2024-10-15 | Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r... | Matthias Krüger | -108/+612 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -39/+286 |
| 2024-10-15 | Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubilee | Matthias Krüger | -1/+25 |
| 2024-10-15 | Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errors | Matthias Krüger | -83/+83 |
| 2024-10-15 | Rollup merge of #131703 - alex:patch-1, r=Kobzol | Matthias Krüger | -1/+3 |