| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | update rustup PR message | Ralf Jung | -1/+1 |
| 2025-08-01 | Merge pull request #4510 from rust-lang/rustup-2025-08-01 | Ralf Jung | -7737/+13330 |
| 2025-08-01 | Remove some noisy triagebot pings | Jieyou Xu | -8/+0 |
| 2025-08-01 | Merge pull request #2527 from lolbinarycat/patch-5 | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2025-08-01 | Constify additional Result functions | Evgenii Zheltonozhskii | -25/+197 |
| 2025-08-01 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-08-01 | Merge ref 'adcb3d3b4cd3' from rust-lang/rust | The Miri Cronjob Bot | -7736/+13329 |
| 2025-08-01 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-01 | Rollup merge of #144759 - tgross35:triagebot-label, r=lqd | Jacob Pratt | -0/+1 |
| 2025-08-01 | Rollup merge of #144757 - Muscraft:triagebot-emitter-pings, r=lqd | Jacob Pratt | -0/+8 |
| 2025-08-01 | Rollup merge of #144751 - dalvescb:curtisd/aix_libextension, r=Noratrieb | Jacob Pratt | -0/+2 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-08-01 | Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=Guilla... | Jacob Pratt | -4/+51 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -58/+290 |
| 2025-08-01 | Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Norat... | Jacob Pratt | -37/+35 |
| 2025-08-01 | Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill... | Jacob Pratt | -0/+53 |
| 2025-08-01 | Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr | bors | -241/+231 |
| 2025-07-31 | Correct some grammar in integer documentation | Trevor Gross | -18/+12 |
| 2025-07-31 | add Option::reduce | Jeremy Smart | -0/+37 |
| 2025-08-01 | Add human readable name "Cygwin" | Yuyi Wang | -0/+1 |
| 2025-07-31 | aarch64: Make `outline-atomics` a known target feature | Trevor Gross | -0/+9 |
| 2025-07-31 | triagebot: Label `compiler-builtins` T-libs | Trevor Gross | -0/+1 |
| 2025-07-31 | [Doc] Add links to the various collections | Bruno Roy | -6/+6 |
| 2025-07-31 | Remove `std`'s dependency on `compiler-builtins` | Trevor Gross | -2/+0 |
| 2025-07-31 | Use `core` via `rustc-std-workspace-core` in `library/panic*` | Trevor Gross | -24/+24 |
| 2025-07-31 | uefi: Use slice equality rather than `memcmp` | Trevor Gross | -11/+11 |
| 2025-08-01 | loop match: error on `#[const_continue]` outside `#[loop_match]` | Folkert de Vries | -34/+107 |
| 2025-07-31 | chore: Ping Muscraft when rustc_errors::emitter is modified | Scott Schafer | -0/+4 |
| 2025-07-31 | chore: Ping Muscraft when annnotate snippets emitter is modified | Scott Schafer | -0/+4 |
| 2025-07-31 | detect infinite recursion with tail calls in ctfe | Waffle Lapkin | -1/+28 |
| 2025-07-31 | Allow `dangling_pointers_from_locals` lint in tests | Urgau | -0/+3 |
| 2025-07-31 | Add lint against dangling pointers form local variables | Urgau | -8/+599 |
| 2025-07-31 | Add EnteredTraceSpan::or_if_tracing_disabled | Stypox | -10/+39 |
| 2025-07-31 | Add tracing to more functions related to step.rs | Stypox | -1/+23 |
| 2025-07-31 | Add tracing calls to eval_statement/terminator | Stypox | -3/+18 |
| 2025-07-31 | add correct dynamic_lib_extension for aix | Curtis D'Alves | -0/+2 |
| 2025-07-31 | improve linking in the "Auxilirary builds" section of directive index | lolbinarycat | -2/+3 |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -27/+6 |
| 2025-07-31 | Create a typed wrapper for codegen backends | Jakub Beránek | -79/+143 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -136/+54 |
| 2025-07-31 | Extract borrowck coroutine drop-liveness hack | Michael Goulet | -19/+31 |
| 2025-07-31 | resolve: Cleanup some uses of extern prelude in diagnostics | Vadim Petrochenkov | -15/+6 |
| 2025-07-31 | Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness | Michael Goulet | -186/+194 |
| 2025-07-31 | resolve: Avoid double table lookup in `extern_prelude_get` | Vadim Petrochenkov | -22/+29 |
| 2025-07-31 | resolve: Do not add erroneous names to extern prelude | Vadim Petrochenkov | -8/+13 |
| 2025-07-31 | Auto merge of #144740 - jdonszelmann:rollup-nprgqnm, r=jdonszelmann | bors | -921/+796 |
| 2025-07-31 | comments | Kivooeo | -62/+140 |
| 2025-07-31 | resolve: Clarify extern prelude insertion for `extern crate` items | Vadim Petrochenkov | -18/+26 |
| 2025-07-31 | Changelog for Clippy 1.89 | Alexey Semenyuk | -7/+105 |
| 2025-07-31 | Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors | Jana Dönszelmann | -2/+2 |