| Age | Commit message (Expand) | Author | Lines |
| 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-05 | Auto merge of #3943 - RalfJung:pthread-mutex-reentrant, r=RalfJung | bors | -14/+48 |
| 2024-10-05 | pthread mutex: better error in reentrant-locking-UB, also test PTHREAD_MUTEX_... | Ralf Jung | -14/+48 |
| 2024-10-04 | Implement LLVM x86 gfni intrinsics | Tobias Decking | -0/+518 |
| 2024-10-04 | Merge from rustc | The Miri Cronjob Bot | -7/+7 |
| 2024-10-03 | make sure we also detect mixed-size races that begin at different addresses | Ralf Jung | -1/+47 |
| 2024-10-03 | fmt | Ralf Jung | -2/+2 |
| 2024-10-03 | Merge from rustc | Ralf Jung | -245/+229 |
| 2024-10-02 | epoll: add vector clock to the epoll ready_list | Frank Rehwinkel | -109/+40 |
| 2024-10-02 | epoll: add data_race test | Frank Rehwinkel | -0/+108 |
| 2024-10-02 | bless miri tests | joboet | -7/+7 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -121/+285 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -87/+64 |
| 2024-09-29 | skip old getrandom crate on Solaris | Ralf Jung | -0/+5 |
| 2024-09-28 | Auto merge of #3918 - devnexen:solaris_arc4random_buf, r=RalfJung | bors | -0/+13 |
| 2024-09-28 | implements arc4random_buf shim for freebsd/solarish platforms. | David Carlier | -0/+13 |
| 2024-09-28 | add tests for validity of Box with custom allocator | Ralf Jung | -0/+99 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -0/+17 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -140/+175 |
| 2024-09-28 | miri: no longer complain about read-read races | Ralf Jung | -105/+37 |
| 2024-09-25 | Auto merge of #3915 - RalfJung:target-json-test, r=RalfJung | bors | -25/+24 |
| 2024-09-25 | switch custom target JSON test to a less exotic target | Ralf Jung | -25/+24 |
| 2024-09-25 | Android: Fixed tests for libc time API | Yoh Deadfall | -5/+25 |
| 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 |
| 2024-09-25 | fmt | The Miri Cronjob Bot | -1/+3 |
| 2024-09-25 | Merge from rustc | The Miri Cronjob Bot | -8/+48 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -1/+1 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -8/+41 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -8/+41 |
| 2024-09-23 | add test for new abort_unwind function | Ralf Jung | -0/+44 |
| 2024-09-23 | update miri test | joboet | -1/+1 |
| 2024-09-23 | miri: shim `CCRandomGenerateBytes` | joboet | -0/+7 |
| 2024-09-22 | Merge from rustc | Ralf Jung | -2/+2 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -2/+2 |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -68/+68 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -4/+40 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+35 |
| 2024-09-20 | miri: An error message got changed | Jubilee Young | -2/+2 |
| 2024-09-19 | Make the intention of the miri test more clear | Adwin White | -4/+5 |
| 2024-09-19 | Adapt test to new layout | Adwin White | -2/+2 |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 |
| 2024-09-17 | ptr_offset_unsigned_overflow: extend test | Ralf Jung | -5/+6 |
| 2024-09-17 | Auto merge of #3891 - tiif:tokiotest, r=RalfJung | bors | -0/+38 |
| 2024-09-17 | Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF... | tiif | -0/+38 |
| 2024-09-16 | Fix run --dep | Oli Scherer | -0/+1 |
| 2024-09-16 | Refator DependencyBuilder construction | Oli Scherer | -14/+15 |
| 2024-09-16 | Bump ui test | Oli Scherer | -1937/+1855 |
| 2024-09-15 | test std::time APIs on FreeBSD and Solarish | Ralf Jung | -3/+3 |