| Age | Commit message (Expand) | Author | Lines |
| 2025-09-04 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-03 | Merge pull request #4506 from Patrick-6/miri-genmc-mvp | Ralf Jung | -481/+3667 |
| 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 | 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 | Merge pull request #4558 from RalfJung/float-err-fix | Oli Scherer | -69/+103 |
| 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 | Merge ref '51ff895062ba' from rust-lang/rust | The Miri Cronjob Bot | -221/+336 |
| 2025-09-03 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-03 | add zed editor config | Nia Espera | -0/+47 |
| 2025-09-02 | Auto merge of #146076 - Kobzol:bootstrap-compiletest, r=jieyouxu | bors | -222/+279 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -88/+49 |
| 2025-09-02 | Rollup merge of #146117 - GuillaumeGomez:fix-search-index-generation, r=notri... | Guillaume Gomez | -55/+41 |
| 2025-09-02 | Rollup merge of #146115 - hax0kartik:master, r=lqd | Guillaume Gomez | -0/+1 |
| 2025-09-02 | Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-dead | Guillaume Gomez | -6/+4 |
| 2025-09-02 | Rollup merge of #146091 - janis-bhm:rustdoc-default-span-with-simple-test, r=... | Guillaume Gomez | -15/+37 |
| 2025-09-02 | Rollup merge of #146089 - npmccallum:rustfmt, r=fmease | Guillaume Gomez | -1/+1 |
| 2025-09-02 | Rollup merge of #146070 - notriddle:skip-loading-function-data, r=GuillaumeGomez | Guillaume Gomez | -12/+13 |
| 2025-09-02 | Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errors | Guillaume Gomez | -7/+8 |
| 2025-09-02 | Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubilee | Guillaume Gomez | -10/+0 |
| 2025-09-02 | account for aarch64 windows oversleeping | Ralf Jung | -1/+2 |
| 2025-09-02 | add a flag to always apply the maximum float error | Ralf Jung | -9/+54 |
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -88/+49 |
| 2025-09-02 | move some configuration enums to a more logical place | Ralf Jung | -65/+63 |
| 2025-09-02 | Make it impossible to forget a conversion for the rustdoc `ItemType` enum | Guillaume Gomez | -55/+40 |
| 2025-09-02 | Fix `unknown number` error when generating search index | Guillaume Gomez | -2/+3 |
| 2025-09-02 | Add maintainer for VxWorks | Kartik Agarwala | -0/+1 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -27/+27 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -10/+0 |
| 2025-09-02 | squash fix `render_call_locations` panic when default span points at file out... | Janis | -15/+37 |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -6/+4 |
| 2025-09-01 | Fix ui-fulldeps | Jakub Beránek | -1/+3 |
| 2025-09-01 | fix a constness ordering bug in rustfmt | Nathaniel McCallum | -1/+1 |
| 2025-09-01 | Consolidate staging of test steps in message groups | Jakub Beránek | -133/+88 |
| 2025-09-01 | Rollup merge of #146068 - Zalathar:panic-hook, r=jieyouxu | Stuart Cook | -0/+152 |
| 2025-09-01 | Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=Noratrieb | Stuart Cook | -0/+3 |
| 2025-09-01 | Merge pull request #4554 from RalfJung/help | Ralf Jung | -12/+27 |
| 2025-09-01 | Do not run `lint-docs` tests in stage 1 `x test` by default | Jakub Beránek | -8/+11 |
| 2025-09-01 | Remove `Compiler::with_stage` | Jakub Beránek | -6/+1 |
| 2025-09-01 | Rename `compiler` to `test_compiler` | Jakub Beránek | -47/+54 |
| 2025-09-01 | Add some compiletest suites snapshot tests | Jakub Beránek | -35/+133 |
| 2025-09-01 | Remove outdated comment | Jakub Beránek | -3/+0 |
| 2025-09-01 | improve output for 'cargo miri test --help' | Ralf Jung | -12/+27 |
| 2025-09-01 | Merge ref '828e45ad11ce' from rust-lang/rust | The Miri Cronjob Bot | -561/+1254 |
| 2025-09-01 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |