| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -6/+8 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -6/+8 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 |
| 2024-07-14 | Auto merge of #3745 - joboet:os_unfair_lock, r=RalfJung | bors | -0/+127 |
| 2024-07-14 | implement the `os_unfair_lock` functions on macOS | joboet | -0/+127 |
| 2024-07-14 | add test for intermediate reference in '&(*x).0 as *const i32' | Ralf Jung | -0/+40 |
| 2024-07-10 | Auto merge of #3720 - safinaskar:read, r=RalfJung | bors | -0/+77 |
| 2024-07-09 | Fix libc::read shim: make it write to a buffer correct amount of bytes. Add t... | Askar Safin | -0/+77 |
| 2024-07-09 | Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJung | bors | -0/+50 |
| 2024-07-09 | Merge from rustc | The Miri Cronjob Bot | -8/+116 |
| 2024-07-08 | implement support for multiple TLS destructors on macOS | joboet | -0/+50 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -0/+108 |
| 2024-07-07 | Fixup a typo in a comment in a test | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -2/+2 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+108 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -3/+0 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -8/+8 |
| 2024-07-06 | `sched_setaffinity`: adjust test on BE systems | Folkert | -2/+7 |
| 2024-07-06 | `sched_setaffinity`: test `cpusetsize == 0` | Folkert | -0/+19 |
| 2024-07-05 | implement `libc::sched_getaffinity` and `libc::sched_setaffinity` | Folkert | -0/+231 |
| 2024-07-05 | Merge from rustc | The Miri Cronjob Bot | -1/+3 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -1/+3 |
| 2024-07-04 | Add casting tests for `f16` and `f128` | Trevor Gross | -0/+66 |
| 2024-07-04 | Refactor float casting tests | Trevor Gross | -186/+390 |
| 2024-07-04 | Auto merge of #3732 - JoJoDeveloping:tree-borrows-protector-end-write, r=Ralf... | bors | -0/+62 |
| 2024-07-04 | Add UI test for protector end write semantics | Johannes Hostert | -0/+62 |
| 2024-07-04 | Merge from rustc | The Miri Cronjob Bot | -9/+18 |
| 2024-07-03 | Auto merge of #3726 - TDecking:vzero, r=RalfJung | bors | -0/+5 |
| 2024-07-03 | Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsics | Tobias Decking | -0/+5 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -1/+3 |
| 2024-07-01 | add syscall `dup()` | Adwin White | -0/+26 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -9/+18 |
| 2024-06-29 | iter_exported_symbols: also walk used statics in local crate | Ralf Jung | -0/+17 |
| 2024-06-29 | Merge from rustc | The Miri Cronjob Bot | -17/+0 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -17/+0 |
| 2024-06-27 | Merge from rustc | The Miri Cronjob Bot | -0/+17 |
| 2024-06-25 | Merge from rustc | Ben Kimock | -3/+3 |
| 2024-06-25 | miri: make sure we can find link_section statics even for the local crate | Ralf Jung | -0/+17 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -3/+3 |
| 2024-06-24 | Auto merge of #3708 - RalfJung:tls-dtor-in-dtor, r=RalfJung | bors | -58/+91 |
| 2024-06-24 | tests for when a thread-local gets initialized in a tls dtor | Ralf Jung | -58/+91 |
| 2024-06-24 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-06-23 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -2/+2 |
| 2024-06-22 | Auto merge of #3690 - TDecking:adx, r=RalfJung | bors | -0/+70 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-21 | Implement LLVM x86 adx intrinsics | Tobias Decking | -0/+70 |