| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | ci.yml: always create sync PR when there's any difference | Ralf Jung | -35/+37 |
| 2025-04-17 | Merge pull request #4263 from geetanshjuneja/check_shim_abi | Ralf Jung | -82/+405 |
| 2025-04-17 | replaced check_shim with check_shim_abi for env, file, sockets and time relat... | geetanshjuneja | -82/+405 |
| 2025-04-16 | use std-declared intrinsics rather than copying the declaration | Ralf Jung | -106/+50 |
| 2025-04-15 | Merge pull request #4260 from CraftSpider/windows-file-delete | Oli Scherer | -5/+46 |
| 2025-04-14 | Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -14/+42 |
| 2025-04-14 | Expose Pointer to/from AllocId conversion functions, make some arguments opti... | Patrick-6 | -49/+62 |
| 2025-04-13 | Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-Simulacrum | Chris Denton | -2/+2 |
| 2025-04-12 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-04-12 | Merge from rustc | The Miri Cronjob Bot | -1/+31 |
| 2025-04-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-11 | Implement DeleteFileW | Rune Tynan | -5/+46 |
| 2025-04-11 | sync::mpsc: prevent double free on `Drop` | Petros Angelatos | -1/+1 |
| 2025-04-11 | sync::mpsc: add miri reproducer of double free | Petros Angelatos | -0/+45 |
| 2025-04-11 | fix build fail on macos bacause of libffi-sys 2.3.0; This updates libffi to n... | LorrensP-2158466 | -5/+5 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -1/+1 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -2/+1 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -0/+30 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -1/+1 |
| 2025-04-10 | Merge pull request #4261 from CraftSpider/windows-rtl-to-dos | Ralf Jung | -1/+29 |
| 2025-04-10 | Implement RtlNtStatusToDosError and shim test for it | Rune Tynan | -1/+29 |
| 2025-04-10 | Bump crossbeam-channel from 0.5.14 to 0.5.15 | dependabot[bot] | -2/+2 |
| 2025-04-10 | run all 'thread' tests on FreeBSD, and also on 32bit | Ralf Jung | -4/+4 |
| 2025-04-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-04-10 | Merge pull request #4262 from RalfJung/win-path | Ralf Jung | -36/+107 |
| 2025-04-10 | make GetFullPathNameW more correct on non-Windows hosts | Ralf Jung | -38/+104 |
| 2025-04-10 | Merge pull request #4209 from LorrensP-2158466/freebsd_futex | Ralf Jung | -1/+521 |
| 2025-04-10 | feature: implement WAIT & WAKE operations of FreeBSD _umtx_op syscall for Fut... | LorrensP-2158466 | -1/+521 |
| 2025-04-10 | path: add more Windows tests | Ralf Jung | -1/+6 |
| 2025-04-10 | update miniz_oxide to 0.8.8 | oyvindln | -2/+2 |
| 2025-04-09 | triagebot: enable `[canonicalize-issue-links]` and `[no-mentions]` | Urgau | -0/+6 |
| 2025-04-09 | Add a Miri test for 134713 | Scott McMurray | -0/+30 |
| 2025-04-09 | Merge pull request #4067 from CraftSpider/windows-metadata | Ralf Jung | -191/+896 |
| 2025-04-08 | Implement trivial file operations - opening and closing handles. Just enough ... | Rune Tynan | -160/+838 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -1/+30 |
| 2025-04-08 | test_dependencies: bump tokio | Ralf Jung | -3/+3 |
| 2025-04-07 | targest → targets (spotted as I had the same typo) | Ralf Jung | -1/+1 |
| 2025-04-07 | reduce the error tolerance to match algebraic and fast-math operations | Ralf Jung | -2/+3 |
| 2025-04-07 | big-allocs benchmark: use up less of the address space on 32bit | Ralf Jung | -1/+4 |
| 2025-04-07 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2025-04-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-06 | Refactor `Handle` slightly | Rune Tynan | -51/+78 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -4/+4 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -4/+4 |
| 2025-04-04 | Merge pull request #4251 from RalfJung/cargo-update | Ralf Jung | -710/+673 |
| 2025-04-04 | Solaris does not have flock | Ralf Jung | -0/+3 |
| 2025-04-04 | fix windows_join_multiple | Ralf Jung | -2/+8 |
| 2025-04-04 | Merge pull request #4250 from asomers/patch-1 | Ralf Jung | -0/+1 |
| 2025-04-04 | Update README.md
| Alan Somers | -1/+1 |
| 2025-04-04 | bump parts of test-cargo-miri to edition 2024 | Ralf Jung | -44/+59 |