| 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 | -7/+284 |
| 2024-07-14 | implement the `os_unfair_lock` functions on macOS | joboet | -7/+284 |
| 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 | -1/+83 |
| 2024-07-09 | Fix libc::read shim: make it write to a buffer correct amount of bytes. Add t... | Askar Safin | -1/+83 |
| 2024-07-09 | Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJung | bors | -30/+87 |
| 2024-07-09 | Merge from rustc | The Miri Cronjob Bot | -12/+120 |
| 2024-07-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-08 | implement support for multiple TLS destructors on macOS | joboet | -30/+87 |
| 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 | -4/+112 |
| 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 | make `StackPop` field names less confusing | Maybe Waffle | -4/+4 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+108 |
| 2024-07-07 | Stacked Borrows: fix PartialEq for Stack | Ralf Jung | -2/+10 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -3/+0 |
| 2024-07-06 | Auto merge of #3698 - folkertdev:sched-setaffinity, r=RalfJung | bors | -37/+507 |
| 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 | -1/+22 |
| 2024-07-06 | lookup c_ulong instead of hard-coding the chunk size | Ralf Jung | -57/+58 |
| 2024-07-06 | Merge from rustc | The Miri Cronjob Bot | -0/+16 |
| 2024-07-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-05 | implement `libc::sched_getaffinity` and `libc::sched_setaffinity` | Folkert | -14/+457 |
| 2024-07-05 | Rollup merge of #127214 - bjorn3:miri_native_unwind, r=oli-obk | Guillaume Gomez | -0/+16 |
| 2024-07-05 | Merge from rustc | The Miri Cronjob Bot | -2/+4 |
| 2024-07-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -2/+4 |
| 2024-07-04 | Auto merge of #3702 - Mandragorian:multiple_targets, r=RalfJung | bors | -11/+61 |
| 2024-07-04 | Add casting tests for `f16` and `f128` | Trevor Gross | -2/+68 |
| 2024-07-04 | Refactor float casting tests | Trevor Gross | -186/+390 |
| 2024-07-04 | Run tests for all specified targets | Konstantinos Andrikopoulos | -11/+61 |
| 2024-07-04 | Auto merge of #3732 - JoJoDeveloping:tree-borrows-protector-end-write, r=Ralf... | bors | -36/+100 |
| 2024-07-04 | TB: protector end semantics never causes immediate UB | Johannes Hostert | -2/+5 |
| 2024-07-04 | Add UI test for protector end write semantics | Johannes Hostert | -0/+62 |
| 2024-07-04 | TB: Make FnEntry access on protected locations be a write under certain circu... | Johannes Hostert | -36/+35 |
| 2024-07-04 | Merge from rustc | The Miri Cronjob Bot | -10/+19 |
| 2024-07-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+1 |
| 2024-07-03 | Auto merge of #3726 - TDecking:vzero, r=RalfJung | bors | -0/+16 |
| 2024-07-03 | Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsics | Tobias Decking | -0/+16 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -1/+1 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -2/+4 |
| 2024-07-02 | Auto merge of #3707 - adwinwhite:dup, r=RalfJung | bors | -8/+72 |
| 2024-07-02 | use let-else to avoid rightwards drift | Ralf Jung | -24/+21 |