| Age | Commit message (Expand) | Author | Lines |
| 2024-10-03 | Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviper | bors | -7/+7 |
| 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-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 |
| 2024-09-25 | update BASIC test list: no longer test HashMap, add libc-mem instead of 'alig... | Ralf Jung | -6/+6 |
| 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 | -16/+19 |
| 2024-09-25 | Merge from rustc | The Miri Cronjob Bot | -53/+105 |
| 2024-09-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Scope CI permissions to the job that needs it | Jakub Beránek | -6/+5 |
| 2024-09-24 | looks like we need more permissions | Ralf Jung | -1/+3 |
| 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 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -45/+47 |
| 2024-09-23 | fix workflow permissions | Ralf Jung | -1/+2 |
| 2024-09-23 | fix unqualified_local_imports in Miri | Ralf Jung | -45/+47 |
| 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/+17 |
| 2024-09-22 | Auto merge of #3852 - tiif:rwrefactor, r=RalfJung | bors | -153/+249 |
| 2024-09-22 | simplify eventfd handling a bit | Ralf Jung | -49/+30 |
| 2024-09-22 | remove some unnecessary to_owned | Ralf Jung | -9/+9 |
| 2024-09-22 | read, write: move cast-to-usize logic up and deduplicate it | Ralf Jung | -4/+6 |
| 2024-09-22 | further tweak FileDescription comments | Ralf Jung | -17/+12 |
| 2024-09-22 | Pass pointer and len to FileDescription::write and change the type of len in ... | tiif | -47/+60 |