| Age | Commit message (Expand) | Author | Lines |
| 2025-08-18 | remove myself from some adhoc-groups and pings | David Wood | -2/+1 |
| 2025-08-18 | Trace some basic I/O operations in bootstrap | Jakub Beránek | -30/+91 |
| 2025-08-18 | Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel... | Stuart Cook | -3/+13 |
| 2025-08-18 | Rollup merge of #145476 - alurm:patch-1, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-18 | Rollup merge of #145460 - Kobzol:bootstrap-speedup-copy-src-dirs, r=jieyouxu | Stuart Cook | -40/+42 |
| 2025-08-18 | Rollup merge of #145451 - WaffleLapkin:norailoveyou, r=Noratrieb | Stuart Cook | -0/+1 |
| 2025-08-18 | Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkin | Stuart Cook | -89/+14 |
| 2025-08-18 | Rollup merge of #145355 - clubby789:option-match-eq, r=nikic | Stuart Cook | -0/+78 |
| 2025-08-18 | Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35 | Stuart Cook | -0/+86 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -29/+593 |
| 2025-08-18 | Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmann | Stuart Cook | -91/+318 |
| 2025-08-18 | Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddle | Stuart Cook | -4/+4 |
| 2025-08-18 | Update rust maintainers in openharmony.md | huaihuaidelulu | -1/+1 |
| 2025-08-17 | Fix up library crate order in linker test | Josh Triplett | -1/+1 |
| 2025-08-18 | Don't warn no-mentions on subtree updates | blyxyas | -0/+2 |
| 2025-08-17 | bufreader::Buffer::backshift: don't move the uninit bytes | binarycat | -1/+1 |
| 2025-08-17 | Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation. | Zachary S | -7/+117 |
| 2025-08-17 | Update cargo | Weihang Lo | -0/+0 |
| 2025-08-17 | Rehome tests/ui/issues/ tests [5/?] | Oneirical | -118/+134 |
| 2025-08-17 | Reorder `lto` options from most to least optimizing | Samuel Moelius | -1/+1 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -5/+88 |
| 2025-08-17 | Add -Zindirect-branch-cs-prefix (from draft PR) | Alice Ryhl | -0/+30 |
| 2025-08-17 | resolve: debug for block module | bohan | -1/+4 |
| 2025-08-17 | Add `//@ ignore-stage1` to query_stability.rs test | Samuel Moelius | -10/+11 |
| 2025-08-17 | Add runtime detection for APX-F and AVX10 | sayantn | -25/+47 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -57/+78 |
| 2025-08-17 | Rust build fails on OpenBSD after using file_lock feature | Sebastien Marie | -0/+10 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -358/+542 |
| 2025-08-16 | Indent some code inside `cfg_select!` | Josh Triplett | -174/+178 |
| 2025-08-16 | std: fix more typos | binarycat | -2/+2 |
| 2025-08-16 | typos: allow moreso | binarycat | -0/+1 |
| 2025-08-16 | tidy: add better error reporting for if typos can't be run | binarycat | -1/+0 |
| 2025-08-16 | tidy: run typos check in src root, not current dir | binarycat | -4/+17 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -32/+80 |
| 2025-08-16 | Visit and print async_fut local for async drop. | Camille Gillot | -2/+12 |
| 2025-08-17 | refactor return type of `suggest_ampmut` into an enum | Deadbeef | -171/+178 |
| 2025-08-16 | fmt::DisplayInt abstraction obsolete with better macro | Pascal S. de Kloe | -94/+72 |
| 2025-08-16 | Simplify span_data_to_lines_and_cols. | Camille Gillot | -16/+14 |
| 2025-08-16 | Simplify decode_span. | Camille Gillot | -28/+23 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -6/+6 |
| 2025-08-16 | overhaul `&mut` suggestions in borrowck errors | Deadbeef | -332/+475 |
| 2025-08-16 | Clean up parsers related to generic bounds | León Orell Valerian Liehr | -103/+85 |
| 2025-08-16 | remove `should_render` in `PrintAttribute` derive | Deadbeef | -40/+20 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -607/+845 |
| 2025-08-16 | Fix `unicode_data.rs` mention message | Urgau | -5/+6 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -73/+8 |
| 2025-08-16 | Only check std in cross-compilation instead of building it | Jakub Beránek | -57/+153 |
| 2025-08-16 | take attr style into account in attr diagnostics | Jana Dönszelmann | -37/+53 |
| 2025-08-16 | Avoid copying rustc rmeta artifacts into the build compiler sysroot | Jakub Beránek | -65/+189 |
| 2025-08-16 | Fix deprecation attribute on foreign statics & types | Jonathan Brouwer | -3/+10 |