| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-09-03 | Merge pull request #4559 from nia-e/zed-config | Ralf Jung | -0/+47 |
| 2025-09-03 | fix mangitude of applied float error | Ralf Jung | -69/+103 |
| 2025-09-03 | Add amdgpu to gpu-kernel test | Flakebi | -1/+4 |
| 2025-09-03 | Add test for addrspacecasting global vars | Flakebi | -1/+17 |
| 2025-09-03 | fixes auto-run js checks in tidy | FrancescoV1985 | -13/+13 |
| 2025-09-03 | Disallow frontmatter in `--cfg` and `--check-cfg` arguments | Urgau | -6/+65 |
| 2025-09-03 | Merge pull request #20586 from ChayimFriedman2/placeholder-ns | Shoyu Vanilla (Flint) | -233/+324 |
| 2025-09-03 | raw_vec.rs: Remove superfluous fn alloc_guard | Bart Jacobs | -25/+2 |