| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -4/+4 |
| 2024-12-12 | Merge from rustc | Ralf Jung | -92/+0 |
| 2024-12-12 | solarish stat following-up, supports for readdir. | David Carlier | -6/+8 |
| 2024-12-09 | Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obk | León Orell Valerian Liehr | -92/+0 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -92/+0 |
| 2024-12-07 | add weak memory consistency test for mixing SC accesses and fences | Ralf Jung | -0/+30 |
| 2024-12-07 | Merge from rustc | The Miri Cronjob Bot | -10/+4 |
| 2024-12-06 | remove a no-longer-needed work-around | Ralf Jung | -6/+2 |
| 2024-12-06 | add test | Ralf Jung | -1/+41 |
| 2024-12-06 | Merge pull request #4057 from RalfJung/scfix | Ralf Jung | -10/+87 |
| 2024-12-06 | Merge from rustc | The Miri Cronjob Bot | -0/+4 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+4 |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -10/+87 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+4 |
| 2024-12-04 | implement simd_relaxed_fma | Ralf Jung | -30/+83 |
| 2024-12-04 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+4 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |
| 2024-11-28 | Merge from rustc | The Miri Cronjob Bot | -0/+18 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -2/+5 |
| 2024-11-25 | miri: implement `TlsFree` | joboet | -0/+18 |
| 2024-11-20 | Merge pull request #4026 from eduardosm/soft-sqrt | Ralf Jung | -2/+12 |
| 2024-11-20 | miri: implement square root without relying on host floats | Eduardo Sánchez Muñoz | -2/+12 |
| 2024-11-18 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -1/+1 |
| 2024-11-11 | stacked borrows tests: add those that fail under TB | Ralf Jung | -0/+36 |
| 2024-11-09 | Merge from rustc | The Miri Cronjob Bot | -0/+24 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -0/+24 |
| 2024-11-02 | teach clippy about IeeeFloat, and make all 'allow' into 'expect' | Ralf Jung | -1/+1 |
| 2024-10-26 | Adjust the vpclmulqdq test case | Tobias Decking | -3/+7 |
| 2024-10-26 | Implement LLVM x86 vpclmulqdq intrinsics | Tobias Decking | -0/+189 |
| 2024-10-22 | Merge from rustc | The Miri Cronjob Bot | -18/+3 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -18/+3 |
| 2024-10-20 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-10-20 | Merge from rustc | The Miri Cronjob Bot | -0/+55 |
| 2024-10-18 | Add more tests | Jules Bertholet | -0/+55 |
| 2024-10-17 | miri: improve support for `f16` and `f128` | Eduardo Sánchez Muñoz | -9/+151 |
| 2024-10-14 | Merge from rustc | Ralf Jung | -2/+111 |
| 2024-10-13 | rework threadname test for more consistency | Ralf Jung | -0/+13 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+62 |
| 2024-10-05 | Fix up tests | Michael Goulet | -2/+49 |
| 2024-10-04 | Implement LLVM x86 gfni intrinsics | Tobias Decking | -0/+518 |
| 2024-10-02 | bless miri tests | joboet | -4/+4 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -62/+49 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -59/+41 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -0/+17 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -0/+21 |
| 2024-09-28 | miri: no longer complain about read-read races | Ralf Jung | -1/+37 |
| 2024-09-25 | avoid using HashMap in fs test | Ralf Jung | -3/+3 |
| 2024-09-25 | add test for std::random | Ralf Jung | -0/+5 |