| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |
| 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 | Disable jump threading of float equality | Nilstrieb | -0/+137 |
| 2024-07-27 | Update cargo | Weihang Lo | -0/+0 |
| 2024-07-27 | Auto merge of #128006 - tgross35:missing-fragment-specifier-e2024, r=petroche... | bors | -25/+114 |
| 2024-07-27 | allow `#[target_feature]` on `#[naked]` functions | Folkert | -27/+7 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -65/+185 |
| 2024-07-27 | Add rustdoc GUI test to check title with and without search | Guillaume Gomez | -0/+24 |
| 2024-07-27 | Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcm | bors | -57/+114 |
| 2024-07-27 | Make `missing_fragment_specifier` an error in edition 2024 | Trevor Gross | -25/+114 |
| 2024-07-27 | add change entry for `rust.channel` defaults | onur-ozkan | -0/+5 |
| 2024-07-27 | update `rust.channel` documentation | onur-ozkan | -1/+4 |
| 2024-07-27 | Auto merge of #128255 - stepancheg:doc-shl, r=scottmcm | bors | -0/+13 |
| 2024-07-27 | Delete `SimplifyArmIdentity` and `SimplifyBranchSame` tests | DianQK | -436/+0 |
| 2024-07-27 | Auto merge of #127946 - tgross35:fmt-builders-set-result, r=cuviper | bors | -4/+8 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+5 |
| 2024-07-27 | Auto merge of #128253 - tgross35:rollup-rpmoebz, r=tgross35 | bors | -133/+265 |
| 2024-07-27 | Document int.checked_shl(BITS - 1) | Stepan Koltsov | -0/+13 |
| 2024-07-26 | Rollup merge of #128235 - harryscholes:fix-iterator-filter-docs, r=tgross35 | Trevor Gross | -1/+1 |
| 2024-07-26 | Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errors | Trevor Gross | -11/+47 |
| 2024-07-26 | Rollup merge of #128227 - Kobzol:ci-unrolled-perf-build-matrix, r=tgross35 | Trevor Gross | -2/+8 |
| 2024-07-26 | Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov | Trevor Gross | -6/+6 |
| 2024-07-26 | Rollup merge of #128224 - nnethercote:fewer-replace_ranges, r=petrochenkov | Trevor Gross | -25/+21 |
| 2024-07-26 | Rollup merge of #128223 - nnethercote:refactor-collect_tokens, r=petrochenkov | Trevor Gross | -45/+43 |