| Age | Commit message (Expand) | Author | Lines |
| 2025-08-04 | Rollup merge of #144746 - petrochenkov:extpreltidy, r=b-naber | Stuart Cook | -63/+74 |
| 2025-08-04 | Rollup merge of #144706 - zachs18:fix-144661, r=RalfJung | Stuart Cook | -27/+6 |
| 2025-08-04 | Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35 | Stuart Cook | -37/+22 |
| 2025-08-04 | Rollup merge of #144559 - CaiWeiran:extract-insert-dyn_test, r=Mark-Simulacrum | Stuart Cook | -9/+18 |
| 2025-08-04 | Rollup merge of #144497 - Enselic:basic-stepping, r=Mark-Simulacrum | Stuart Cook | -0/+47 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -8/+602 |
| 2025-08-04 | Rollup merge of #144188 - joshtriplett:available-parallelism, r=Mark-Simulacrum | Stuart Cook | -0/+3 |
| 2025-08-04 | Rollup merge of #142205 - paolobarbolini:const_swap_with_slice-impl, r=Mark-S... | Stuart Cook | -1/+2 |
| 2025-08-03 | Add a debug-mode MIR pre-codegen test for `?`-on-`Option` | Scott McMurray | -0/+197 |
| 2025-08-03 | Add a mir-opt test for *debug* MIR from `derive(PartialOrd, Ord)` | Scott McMurray | -0/+206 |
| 2025-08-03 | Merge pull request #746 from rust-lang/sync_from_rust_2025_08_03 | antoyo | -142/+60 |
| 2025-08-04 | Remove strict_overflow_ops lint | Nurzhan Sakén | -14/+0 |
| 2025-08-03 | Fix stdarch patch | Antoni Boucher | -12/+11 |
| 2025-08-03 | Add new failing test | Antoni Boucher | -0/+2 |
| 2025-08-03 | Update to nightly-2025-08-03 | Antoni Boucher | -1/+1 |
| 2025-08-03 | Merge branch 'master' into sync_from_rust_2025_08_03 | Antoni Boucher | -70/+287 |
| 2025-08-04 | clean-up `semicolon_inside_block` | Ada Alakbarova | -24/+12 |
| 2025-08-04 | Avoid some code duplication. | Nicholas Nethercote | -6/+1 |
| 2025-08-03 | Implement `stability_implications` without a visitor. | Camille GILLOT | -80/+72 |
| 2025-08-04 | remove gate | Kivooeo | -1/+1 |
| 2025-08-04 | remove gate | Kivooeo | -10/+3 |
| 2025-08-03 | add poisoning documentation to `LazyLock` | Connor Tsui | -2/+58 |
| 2025-08-03 | add poisoning documentation to `LazyCell` | Connor Tsui | -2/+59 |
| 2025-08-03 | fix broken doc section link in `poison.rs` | Connor Tsui | -1/+1 |
| 2025-08-03 | Merge pull request #740 from rust-lang/sync_from_rust_2025_07_21 | antoyo | -90/+278 |
| 2025-08-04 | Task priority | alexey semenyuk | -18/+26 |
| 2025-08-03 | Fix simd_funnel_shift | Antoni Boucher | -16/+19 |
| 2025-08-03 | Auto merge of #144869 - samueltardieu:rollup-3ba3m47, r=samueltardieu | bors | -556/+533 |
| 2025-08-03 | Rollup merge of #144851 - WaffleLapkin:instrinsic-deny, r=compiler-errors,sco... | Samuel Tardieu | -3/+44 |
| 2025-08-03 | Rollup merge of #144843 - rust-lang:cargo_update, r=clubby789 | Samuel Tardieu | -58/+59 |
| 2025-08-03 | Rollup merge of #144829 - Kivooeo:strip-flag, r=WaffleLapkin | Samuel Tardieu | -2/+3 |
| 2025-08-03 | Rollup merge of #144824 - Kivooeo:update-links, r=Noratrieb | Samuel Tardieu | -2/+2 |
| 2025-08-03 | Rollup merge of #144822 - Zalathar:hash-owner-nodes, r=compiler-errors | Samuel Tardieu | -28/+44 |
| 2025-08-03 | Rollup merge of #144816 - Noratrieb:e0562-impl-trait, r=WaffleLapkin | Samuel Tardieu | -5/+4 |
| 2025-08-03 | Rollup merge of #144808 - Veykril:push-uttkuyswqnzt, r=compiler-errors | Samuel Tardieu | -1/+1 |
| 2025-08-03 | Rollup merge of #144805 - Zalathar:proc-res, r=jieyouxu | Samuel Tardieu | -45/+56 |
| 2025-08-03 | Rollup merge of #144790 - lucarlig:pr-bounds-elision, r=compiler-errors | Samuel Tardieu | -0/+19 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -387/+209 |
| 2025-08-03 | Rollup merge of #144070 - stifskere:feat/macros/hash_map, r=Noratrieb | Samuel Tardieu | -0/+76 |
| 2025-08-03 | Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote | Samuel Tardieu | -25/+16 |
| 2025-08-03 | Remove `SHOULD_EMIT_LINTS` in favor of `should_emit` | Jonathan Brouwer | -4/+11 |
| 2025-08-03 | Use `as_array` in PartialEq for arrays | Scott McMurray | -16/+12 |
| 2025-08-03 | forbid tail calling intrinsics | Waffle Lapkin | -3/+44 |
| 2025-08-03 | Use codegen_fn_attrs to check if function is naked. | Camille GILLOT | -3/+3 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -17/+17 |
| 2025-08-03 | removed gate | Kivooeo | -3/+1 |
| 2025-08-03 | Only use bitcast in Builder::ret for non-native integers | Antoni Boucher | -3/+9 |
| 2025-08-03 | don't allocate a `Vec` in an `Iterator::chain` (#15400) | llogiq | -1/+1 |
| 2025-08-03 | clean-up `SourceFileRange::as_str` (#15401) | llogiq | -5/+2 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -42/+140 |