| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Merge pull request #4578 from Patrick-6/miri-genmc-cas | Ralf Jung | -54/+850 |
| 2025-09-12 | Implement more features for GenMC mode | Patrick-6 | -54/+850 |
| 2025-09-12 | make a basic hello world work on wasip2 | Ralf Jung | -2/+70 |
| 2025-09-12 | move _Unwind_RaiseException out of the frame_in_std section | Ralf Jung | -16/+16 |
| 2025-09-12 | Fix extra semicolon before else in let-stmt | A4-Tacks | -1/+51 |
| 2025-09-12 | disable broken parts of CI for now | Ralf Jung | -16/+17 |
| 2025-09-12 | Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, r=Kobzol | Stuart Cook | -13/+45 |
| 2025-09-12 | Rollup merge of #145895 - RalfJung:unpark, r=joboet | Stuart Cook | -0/+1 |
| 2025-09-12 | Merge ref '2a9bacf61876' from rust-lang/rust | The Miri Cronjob Bot | -40/+33 |
| 2025-09-12 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-11 | Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdev | bors | -24/+24 |
| 2025-09-11 | Auto merge of #146386 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-11 | Merge pull request #4580 from JoJoDeveloping/fix-4579-protector-0sized | Ralf Jung | -65/+12 |
| 2025-09-11 | move zero-sized protector dealloc test | Johannes Hostert | -15/+10 |
| 2025-09-11 | Merge pull request #4577 from RalfJung/release-seq | Ralf Jung | -44/+157 |
| 2025-09-11 | Minor refactoring | Ifeanyi Orizu | -140/+170 |
| 2025-09-11 | Fix miri issue 4579 by checking if the strong protector is actually "active". | Johannes Hostert | -52/+4 |
| 2025-09-11 | weak_memory: fix sync clock handling when loading from old store elements | Ralf Jung | -50/+121 |
| 2025-09-11 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-11 | add release sequence test | Ralf Jung | -4/+46 |
| 2025-09-11 | Merge pull request #20642 from ChayimFriedman2/wasm-safe | Shoyu Vanilla (Flint) | -89/+257 |
| 2025-09-11 | Merge pull request #20653 from A4-Tacks/gen-function-empty-gen-param | Laurențiu Nicola | -1/+30 |
| 2025-09-11 | Merge ref 'f4665ab8368a' from rust-lang/rust | The Miri Cronjob Bot | -34/+64 |
| 2025-09-11 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-11 | Fix empty generic param list for generate_function | A4-Tacks | -1/+30 |
| 2025-09-11 | Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov" | Jieyou Xu | -16/+9 |
| 2025-09-10 | add release sequence test | Ralf Jung | -3/+39 |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -0/+66 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -8/+2 |
| 2025-09-10 | Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,Urgau | Matthias Krüger | -10/+20 |
| 2025-09-10 | tidy: Add specific line info for allowed dependencies | clubby789 | -9/+25 |
| 2025-09-10 | tidy: More accurate permitted dependencies location | clubby789 | -2/+15 |
| 2025-09-10 | tidy: Print crate name on dependency error | clubby789 | -1/+2 |
| 2025-09-10 | this apparently needs more test rounds | Ralf Jung | -3/+11 |
| 2025-09-10 | tidy: Introduce `WorkspaceInfo` struct for deps information | clubby789 | -36/+73 |
| 2025-09-10 | move all weak memory tests into their folder | Ralf Jung | -2/+2 |
| 2025-09-10 | also use nicer check_all_outcomes in float_nan | Ralf Jung | -177/+142 |
| 2025-09-10 | refactor weak-mem test to list all expected executions | Ralf Jung | -103/+114 |
| 2025-09-10 | ensure we do not see the inconsistent execution from Figure 8 | Ralf Jung | -1/+10 |
| 2025-09-10 | weak memory tests: add more info on where they come from | Ralf Jung | -11/+14 |
| 2025-09-10 | interpret: fix overlapping aggregate initialization | Ralf Jung | -7/+63 |
| 2025-09-10 | bless miri tests | joboet | -24/+24 |
| 2025-09-10 | Rollup merge of #146378 - alexcrichton:update-wasm-component-ld, r=lqd | Matthias Krüger | -1/+1 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -0/+14 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-09-10 | Merge pull request #20649 from ChayimFriedman2/cast-unknown | Shoyu Vanilla (Flint) | -6/+25 |
| 2025-09-10 | Always coerce in a cast, even when there are unknown types | Chayim Refael Friedman | -6/+25 |
| 2025-09-10 | Merge pull request #20645 from ChayimFriedman2/update-rustc | Shoyu Vanilla (Flint) | -330/+468 |
| 2025-09-10 | Merge pull request #20647 from ChayimFriedman2/ns-projections | Shoyu Vanilla (Flint) | -199/+266 |
| 2025-09-10 | Properly handle normalization | Chayim Refael Friedman | -198/+235 |