| Age | Commit message (Expand) | Author | Lines |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -1/+20 |
| 2023-09-29 | Auto merge of #3093 - eduardosm:llvm.x86.sse2.pmadd.wd, r=RalfJung | bors | -0/+18 |
| 2023-09-29 | Implement the `llvm.x86.sse2.pmadd.wd` intrinsic | Eduardo Sánchez Muñoz | -0/+18 |
| 2023-09-29 | add FMA test that would fail with apfloat | Ralf Jung | -9/+18 |
| 2023-09-29 | add tests for '%' sign on floats | Ralf Jung | -0/+10 |
| 2023-09-28 | Merge from rustc | The Miri Conjob Bot | -4/+16 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -4/+16 |
| 2023-09-26 | Add tests for simd_shuffle{_generic} | Oli Scherer | -1/+20 |
| 2023-09-25 | fix normalization in backtrace-api tests | Ralf Jung | -2/+32 |
| 2023-09-25 | Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJung | bors | -2/+2 |
| 2023-09-25 | remove some dead code | Ralf Jung | -0/+1 |
| 2023-09-25 | Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJung | bors | -1753/+1840 |
| 2023-09-25 | Use `cfg` gates in x86 SSE and SSE2 tests | Eduardo Sánchez Muñoz | -1752/+1762 |
| 2023-09-25 | Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64` | Eduardo Sánchez Muñoz | -0/+42 |
| 2023-09-25 | Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64` | Eduardo Sánchez Muñoz | -2/+14 |
| 2023-09-25 | Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak... | Eduardo Sánchez Muñoz | -0/+23 |
| 2023-09-24 | Put AVX512 tests together | Eduardo Sánchez Muñoz | -126/+85 |
| 2023-09-24 | Complete miri test. | Camille GILLOT | -3/+16 |
| 2023-09-24 | Do not assume anything about repeated reification of generic functions. | Camille GILLOT | -1/+0 |
| 2023-09-23 | Auto merge of #3072 - eduardosm:llvm.ctpop, r=saethlin | bors | -0/+257 |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -2/+2 |
| 2023-09-21 | Implement `llvm.ctpop.v*` intrinsics | Eduardo Sánchez Muñoz | -0/+257 |
| 2023-09-21 | deprecate -Zmiri-disable-abi-check | Ralf Jung | -0/+2 |
| 2023-09-12 | Auto merge of #3055 - eduardosm:x86-sse2-intrinsics, r=RalfJung | bors | -2/+849 |
| 2023-09-12 | Implement some `llvm.x86.sse2.*` intrinsics and add tests | Eduardo Sánchez Muñoz | -0/+828 |
| 2023-09-12 | Ignore all archs except x86 and x86_64 in SSE tests | Eduardo Sánchez Muñoz | -2/+21 |
| 2023-09-12 | extra ABI tests, in particular for DispatchFromDyn | Ralf Jung | -6/+16 |
| 2023-09-12 | fmt | The Miri Conjob Bot | -1/+3 |
| 2023-09-09 | implement and test ABI compatibility for transparent wrappers around NPO types | Ralf Jung | -5/+8 |
| 2023-09-09 | implement and test fn ptr ABI compatibility rules | Ralf Jung | -0/+5 |
| 2023-09-09 | interpret: change ABI-compat test to be type-based, so the test is consistent... | Ralf Jung | -18/+21 |
| 2023-08-31 | miri ABI check: fix handling of 1-ZST; don't accept sign differences | Ralf Jung | -11/+15 |
| 2023-08-31 | update abi_compat.rs | Ralf Jung | -12/+3 |
| 2023-08-31 | more ABI compat tests | Ralf Jung | -12/+48 |
| 2023-08-31 | fmt | Ralf Jung | -1/+1 |
| 2023-08-31 | Merge from rustc | Ralf Jung | -2/+28 |
| 2023-08-31 | Merge from rustc | The Miri Conjob Bot | -0/+24 |
| 2023-08-30 | miri function ABI check: specifically look for repr(transparent) | Ralf Jung | -0/+4 |
| 2023-08-30 | interpret: make sure we accept transparent newtypes as ABI-compatible | Ralf Jung | -1/+23 |
| 2023-08-30 | interpret: fix projecting into an unsized field of a local | Ralf Jung | -0/+24 |
| 2023-08-29 | fmt | The Miri Conjob Bot | -4/+6 |
| 2023-08-29 | Merge from rustc | The Miri Conjob Bot | -0/+27 |
| 2023-08-28 | add tests for track_caller in closures and generators | Ralf Jung | -5/+148 |
| 2023-08-28 | move basic track_caller test into their own fn | Ralf Jung | -36/+39 |
| 2023-08-28 | tests/catch_panic: make output easier to interpret | Ralf Jung | -17/+19 |
| 2023-08-24 | miri ABI compatibility check: accept u32 and i32 | Ralf Jung | -0/+27 |
| 2023-08-22 | fix some bad regex capture group references in test normalization | Ralf Jung | -2/+2 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -1/+1 |
| 2023-08-11 | Auto merge of #2989 - eduardosm:x86-intrinsics, r=RalfJung | bors | -0/+1075 |
| 2023-08-11 | miri: implement some `llvm.x86.sse.*` intrinsics and add tests | Eduardo Sánchez Muñoz | -0/+1075 |