| Age | Commit message (Expand) | Author | Lines |
| 2025-09-03 | Fix some broken links | Emmet Horgan | -9/+9 |
| 2025-09-03 | support keyword-based mentions in tidy | Ralf Jung | -1/+6 |
| 2025-09-03 | triagebot: configure some pings when certain attributes are used | Ralf Jung | -0/+15 |
| 2025-09-03 | fix applying an error to infinities | Ralf Jung | -0/+8 |
| 2025-09-03 | Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3 | bors | -23/+12 |
| 2025-09-03 | Add `read_buf` equivalents for positioned reads | Niklas Fiekas | -23/+308 |
| 2025-09-04 | fix: offline rustdoc html missing favicon | Kumar Ujjawal | -2/+29 |
| 2025-09-03 | Reduce bootstrap's dependencies | Daniel Paoliello | -34/+108 |
| 2025-09-03 | simplify `check_c_variadic_type` | Folkert de Vries | -94/+111 |
| 2025-09-03 | test valid cases of c-variadic function definitions | Folkert de Vries | -0/+29 |
| 2025-09-03 | htmldocck: fix a bug in relative paths / globs | Michael Howell | -1/+1 |
| 2025-09-03 | rustdoc-search: add test case for indexing every item type | Michael Howell | -0/+170 |
| 2025-09-03 | std: improve the `dlsym!` macro and add a test for it | joboet | -51/+102 |
| 2025-09-03 | Uncomment code to add scraped rustdoc examples in loaded paths | Guillaume Gomez | -6/+4 |
| 2025-09-03 | Auto merge of #146160 - Zalathar:rollup-qxphx7g, r=Zalathar | bors | -371/+776 |
| 2025-09-03 | Check `rustc-dev` in `distcheck` | Jakub Beránek | -18/+50 |
| 2025-09-03 | Merge pull request #4506 from Patrick-6/miri-genmc-mvp | Ralf Jung | -481/+3667 |
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -248/+248 |
| 2025-09-03 | Merge pull request #1911 from nikic/remove-hack | Folkert de Vries | -12/+4 |
| 2025-09-03 | Add applicable on bang `!` for apply_demorgan | A4-Tacks | -7/+28 |
| 2025-09-03 | Rollup merge of #146154 - ojeda:rfl, r=lqd | Stuart Cook | -1/+2 |
| 2025-09-03 | Rollup merge of #146106 - epage:whitespace, r=fee1-dead | Stuart Cook | -21/+73 |
| 2025-09-03 | Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqd | Stuart Cook | -1/+1 |
| 2025-09-03 | Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercote | Stuart Cook | -3/+33 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -16/+222 |
| 2025-09-03 | Rollup merge of #145823 - lolbinarycat:editorconfig-fix, r=GuillaumeGomez | Stuart Cook | -5/+8 |
| 2025-09-03 | Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,... | Stuart Cook | -153/+159 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -171/+278 |
| 2025-09-03 | Unify and deduplicate algebraic float tests | Romain Perier | -83/+44 |
| 2025-09-03 | remove thread option from self-test invocation | bit-aloo | -2/+1 |
| 2025-09-03 | Merge pull request #1909 from a4lg/riscv-clmul-lower-requirements | Sayantan Chakraborty | -2/+2 |
| 2025-09-03 | unstable book: in a sanitizer example, check the code | Folkert de Vries | -16/+16 |
| 2025-09-03 | Implement basic support for running Miri with GenMC. | Patrick-6 | -429/+3572 |
| 2025-09-03 | Extract address generator struct from memory allocator. | Patrick-6 | -52/+95 |
| 2025-09-03 | update lockfile | Ralf Jung | -2/+2 |
| 2025-09-03 | Merge pull request #4562 from RalfJung/ci | Ralf Jung | -10/+9 |
| 2025-09-03 | no need to run GC_STRESS more than once for each OS | Ralf Jung | -6/+4 |
| 2025-09-03 | Merge pull request #4561 from RalfJung/short-fd-ops | Ralf Jung | -19/+50 |
| 2025-09-03 | re-balance CI | Ralf Jung | -4/+5 |
| 2025-09-03 | add flag to not shorten FD reads/writes; don't shorten pipe operations | Ralf Jung | -19/+50 |
| 2025-09-03 | CI: rfl: move job forward to Linux v6.17-rc3 plus 2 commits | Miguel Ojeda | -1/+2 |
| 2025-09-03 | Add note about trailing whitespace in string literals. | Josh Triplett | -1/+4 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -9/+338 |
| 2025-09-03 | Make test parallel | bit-aloo | -3/+2 |
| 2025-09-03 | refactor tests to use TestCtx | bit-aloo | -42/+24 |
| 2025-09-03 | Merge pull request #4558 from RalfJung/float-err-fix | Oli Scherer | -69/+103 |
| 2025-09-03 | Split distcheck logic into functions | Jakub Beránek | -55/+60 |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -16/+60 |
| 2025-09-03 | Rename `ToolRustc` to `ToolRustcPrivate` | Jakub Beránek | -63/+71 |
| 2025-09-03 | fix(rustdoc): match rustc `--emit` precedence | Weihang Lo | -5/+11 |