| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+93 |
| 2024-10-05 | Fix up tests | Michael Goulet | -2/+49 |
| 2024-10-05 | Auto merge of #3940 - rust-lang:refutable_slice, r=RalfJung | bors | -33/+34 |
| 2024-10-05 | Auto merge of #3943 - RalfJung:pthread-mutex-reentrant, r=RalfJung | bors | -15/+51 |
| 2024-10-05 | pthread mutex: better error in reentrant-locking-UB, also test PTHREAD_MUTEX_... | Ralf Jung | -15/+51 |
| 2024-10-04 | Prefer refutable slice patterns over len check + index op | Oli Scherer | -33/+34 |
| 2024-10-04 | Implement LLVM x86 gfni intrinsics | Tobias Decking | -0/+722 |
| 2024-10-04 | clippy | Ralf Jung | -2/+1 |
| 2024-10-04 | Merge from rustc | The Miri Cronjob Bot | -7/+7 |
| 2024-10-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | -19/+27 |
| 2024-10-03 | Merge from rustc | Ralf Jung | -990/+988 |
| 2024-10-03 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-10-03 | Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviper | bors | -7/+7 |
| 2024-10-02 | epoll: remove extraneous clone of ready_list | Frank Rehwinkel | -2/+1 |
| 2024-10-02 | epoll: add vector clock to the epoll ready_list | Frank Rehwinkel | -119/+67 |
| 2024-10-02 | epoll: remove unnecessary instructions | Frank Rehwinkel | -3/+0 |
| 2024-10-02 | epoll: add data_race test | Frank Rehwinkel | -0/+108 |
| 2024-10-02 | bless miri tests | joboet | -7/+7 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -728/+734 |
| 2024-10-01 | add set_last_error_and_return_i32 helper and use it in a few places | Ralf Jung | -27/+28 |
| 2024-10-01 | make set_last_error directly callable on a bunch of ways to represent errors | Ralf Jung | -80/+88 |
| 2024-10-01 | move io error handling helpers to their own file | Ralf Jung | -184/+193 |
| 2024-10-01 | Refactor return_read_bytes_and_count and return_written_byte_count_or_error | tiif | -67/+76 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -3/+8 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -474/+602 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -319/+255 |
| 2024-09-29 | bump few deps | klensy | -63/+24 |
| 2024-09-29 | skip old getrandom crate on Solaris | Ralf Jung | -5/+10 |
| 2024-09-28 | Auto merge of #3918 - devnexen:solaris_arc4random_buf, r=RalfJung | bors | -4/+31 |
| 2024-09-28 | make sure the new function is tested | Ralf Jung | -4/+4 |
| 2024-09-28 | implements arc4random_buf shim for freebsd/solarish platforms. | David Carlier | -0/+27 |
| 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 | -153/+202 |
| 2024-09-28 | miri: no longer complain about read-read races | Ralf Jung | -122/+43 |
| 2024-09-27 | Update cc to 1.1.22 | Chris Denton | -6/+33 |
| 2024-09-26 | Auto merge of #3916 - rust-lang:rustup-2024-09-26, r=RalfJung | bors | -21/+21 |
| 2024-09-26 | remove some clippy lints from the list that we do not even trigger any more | Ralf Jung | -2/+0 |
| 2024-09-26 | fix clippy::needless_return | Ralf Jung | -13/+13 |
| 2024-09-26 | clippy | Ralf Jung | -5/+7 |
| 2024-09-26 | bump rustc-build-sysroot version | Ralf Jung | -3/+3 |
| 2024-09-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-25 | Auto merge of #3915 - RalfJung:target-json-test, r=RalfJung | bors | -27/+25 |
| 2024-09-25 | switch custom target JSON test to a less exotic target | Ralf Jung | -27/+25 |
| 2024-09-25 | enable pthread_cond_timedwait test on Android | Ralf Jung | -1/+1 |
| 2024-09-25 | Android: Fixed tests for libc time API | Yoh Deadfall | -8/+28 |
| 2024-09-25 | disable AVR test since it doesn't work | Ralf Jung | -1/+2 |