| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -1/+1 |
| 2024-11-10 | fix linux-futex test being accidentally disabled | Ralf Jung | -3/+2 |
| 2024-11-10 | store futexes in per-allocation data rather than globally | Ralf Jung | -2/+5 |
| 2024-11-09 | Merge pull request #4020 from RalfJung/thread-sope | Ralf Jung | -0/+24 |
| 2024-11-09 | pthread-sync: avoid confusing error when running with preemption | Ralf Jung | -0/+24 |
| 2024-11-09 | Merge from rustc | The Miri Cronjob Bot | -1/+25 |
| 2024-11-08 | Get/set thread name shims return errors for invalid handles | Yoh Deadfall | -0/+25 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -1/+1 |
| 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-30 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-28 | Bless a miri test | Maybe Lapkin | -1/+1 |
| 2024-10-28 | Merge pull request #3992 from YohDeadfall/android-syscall | Ralf Jung | -20/+22 |
| 2024-10-28 | Android: Added syscall support | Yoh Deadfall | -20/+22 |
| 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 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2024-10-22 | Merge from rustc | The Miri Cronjob Bot | -36/+4 |
| 2024-10-21 | Auto merge of #3899 - YohDeadfall:prctl-thread-name, r=RalfJung | bors | -0/+106 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -36/+4 |
| 2024-10-21 | Added support for prctl handling thread names | Yoh Deadfall | -0/+106 |
| 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 | tail_calls: add test ensuring local vars are indeed gone | Ralf Jung | -0/+46 |
| 2024-10-18 | pthread-threadname: ensure we can see the name set via the Rust API | Ralf Jung | -0/+17 |
| 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-17 | data-race test: disable address reuse that can incur accidental sync | Ralf Jung | -1/+1 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -2/+2 |
| 2024-10-14 | Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung | bors | -2/+60 |
| 2024-10-14 | ensure that a macOS os_unfair_lock that is moved while being held is not impl... | Ralf Jung | -2/+28 |
| 2024-10-14 | Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung | bors | -4/+4 |
| 2024-10-14 | add test ensuring a moved mutex deadlocks | Ralf Jung | -0/+32 |
| 2024-10-14 | Added a variadic argument helper | Yoh Deadfall | -4/+4 |
| 2024-10-14 | pthread_cond: also store ID outside addressable memory | Ralf Jung | -6/+6 |
| 2024-10-14 | pthread_rwlock: also store ID outside addressable memory | Ralf Jung | -3/+3 |
| 2024-10-14 | pthread_mutex: store mutex ID outside adressable memory, so it can be trusted | Ralf Jung | -6/+6 |
| 2024-10-14 | Merge from rustc | Ralf Jung | -2/+111 |
| 2024-10-13 | Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung | bors | -39/+122 |
| 2024-10-13 | rework threadname test for more consistency | Ralf Jung | -62/+122 |
| 2024-10-12 | Fixed get thread name behavior for FreeBSD | Yoh Deadfall | -6/+5 |
| 2024-10-12 | Fixed pthread get/set name for macOS | Yoh Deadfall | -2/+26 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+62 |
| 2024-10-11 | simplify Tree Borrows write-during-2phase example | Ralf Jung | -13/+15 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-10 | Auto merge of #3960 - tiif:smallchange, r=RalfJung | bors | -5/+26 |
| 2024-10-10 | Pipe minor changes: diagnostics, flag support and comments | tiif | -5/+26 |
| 2024-10-10 | remove -Zmiri-panic-on-unsupported flag | Ralf Jung | -16/+0 |
| 2024-10-10 | remove handle_unsupported_foreign_item helper | Ralf Jung | -13/+0 |