| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Auto merge of #128313 - GuillaumeGomez:rollup-kacb489, r=GuillaumeGomez | bors | -871/+1152 |
| 2024-07-28 | Rollup merge of #128240 - mbrubeck:patch-3, r=joboet | Guillaume Gomez | -0/+18 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -19/+47 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -62/+48 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -738/+808 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -52/+193 |
| 2024-07-28 | Auto merge of #128246 - GrigorenkoPV:derive-where, r=compiler-errors | bors | -203/+6 |
| 2024-07-28 | stabilize const_waker | Slanterns | -19/+47 |
| 2024-07-28 | adopt object changes | klensy | -15/+17 |
| 2024-07-28 | dedup object | klensy | -47/+31 |
| 2024-07-28 | Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgr | bors | -183/+773 |
| 2024-07-28 | Rollup merge of #128263 - notriddle:notriddle/clean-up-again, r=GuillaumeGomez | Matthias Krüger | -89/+120 |
| 2024-07-28 | Rollup merge of #128215 - ehuss:update-reference, r=Kobzol | Matthias Krüger | -93/+254 |
| 2024-07-28 | Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors | Matthias Krüger | -1/+399 |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |
| 2024-07-28 | Add migration lint for 2024 prelude additions | Nilstrieb | -1/+399 |
| 2024-07-28 | Auto merge of #128298 - matthiaskrgr:rollup-0wdu2wo, r=matthiaskrgr | bors | -236/+874 |
| 2024-07-28 | Rollup merge of #128285 - lolbinarycat:rustc-custom-targets, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-07-28 | Rollup merge of #128282 - pitaj:nonzero_bitwise, r=workingjubilee | Matthias Krüger | -3/+430 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -106/+21 |
| 2024-07-28 | Rollup merge of #128276 - ehuss:rustbook-readme, r=Kobzol | Matthias Krüger | -0/+34 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -127/+376 |
| 2024-07-28 | Auto merge of #128293 - aDotInTheVoid:github-pls-fix-🏳️⚧️, r=Nora... | bors | -1/+1 |
| 2024-07-28 | Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxu | bors | -73/+94 |
| 2024-07-27 | rustc book: document how the RUST_TARGET_PATH variable is used | binarycat | -0/+13 |
| 2024-07-27 | trans her gender | Alona Enraght-Moony | -1/+1 |
| 2024-07-27 | Auto merge of #128270 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -106/+21 |
| 2024-07-27 | bitwise and bytewise methods on `NonZero` | Peter Jaszkowiak | -3/+430 |
| 2024-07-27 | Auto merge of #128278 - tgross35:rollup-zv7q0h5, r=tgross35 | bors | -587/+501 |
| 2024-07-27 | Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ... | Trevor Gross | -0/+137 |
| 2024-07-27 | Rollup merge of #128267 - GuillaumeGomez:gui-test-title, r=notriddle | Trevor Gross | -0/+24 |
| 2024-07-27 | Rollup merge of #128266 - onur-ozkan:update-channel-doc, r=dtolnay | Trevor Gross | -1/+9 |
| 2024-07-27 | Rollup merge of #128262 - DianQK:remove-unused-tests, r=saethlin | Trevor Gross | -436/+0 |
| 2024-07-27 | Rollup merge of #128259 - sunshowers:msg-nosignal, r=Mark-Simulacrum | Trevor Gross | -0/+5 |
| 2024-07-27 | Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxu | Trevor Gross | -37/+14 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -105/+224 |
| 2024-07-27 | Rollup merge of #125897 - RalfJung:from-ref, r=Amanieu | Trevor Gross | -8/+88 |
| 2024-07-27 | add `needs-asm-support` to `tests/ui/asm/unsupported-option.rs` | Folkert | -3/+5 |
| 2024-07-27 | fix `tests/ui/asm/naked-functions.rs` for aarch64 | Folkert | -6/+7 |
| 2024-07-27 | update aarch64 asm tests | Folkert | -47/+61 |
| 2024-07-27 | Auto merge of #128091 - heiher:xz-only, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-07-27 | Add a README to rustbook to explain its purpose | Eric Huss | -0/+34 |
| 2024-07-27 | Rename require_and_update_submodule to require_submodule | Eric Huss | -25/+25 |
| 2024-07-27 | Add clarifying documentation to require_and_update_submodule. | Eric Huss | -1/+4 |
| 2024-07-27 | Change prebuilt_llvm_config to not be required. | Eric Huss | -1/+2 |
| 2024-07-27 | Change the blanket submodule update for library submodules to be required | Eric Huss | -1/+7 |
| 2024-07-27 | Consistently use a string to represent a submodule. | Eric Huss | -11/+11 |
| 2024-07-27 | Add more descriptions to why submodules are required. | Eric Huss | -5/+13 |