| Age | Commit message (Expand) | Author | Lines |
| 2023-10-07 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -2/+1 |
| 2023-10-06 | Auto merge of #3112 - RalfJung:rustup, r=RalfJung | bors | -1/+1 |
| 2023-10-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-06 | Auto merge of #3110 - eduardosm:rounding-without-host-floats, r=RalfJung | bors | -30/+27 |
| 2023-10-06 | Do not use host floats in `simd_{ceil,floor,round,trunc}` | Eduardo Sánchez Muñoz | -30/+27 |
| 2023-10-06 | Fix problems of Reserved -> Frozen | Neven Villani | -481/+1097 |
| 2023-10-06 | Miri: Add `CreateWaitableTimerEx` stub | Chris Denton | -0/+12 |
| 2023-10-06 | add a direct dlsym test | Ralf Jung | -19/+38 |
| 2023-10-06 | allow dyn_sym in the files where they are defined; remove unreachable android... | Ralf Jung | -19/+25 |
| 2023-10-06 | make some things on foreign_items private | Ralf Jung | -256/+256 |
| 2023-10-06 | refactor dlsym: dispatch symbols via the normal shim mechanism | Ralf Jung | -461/+168 |
| 2023-10-06 | Auto merge of #3098 - BlackHoleFox:apple-entropy, r=RalfJung | bors | -4/+26 |
| 2023-10-06 | Move getentropy handling to a shared location for foreign item implementation | BlackHoleFox | -4/+26 |
| 2023-10-05 | Auto merge of #3107 - eduardosm:update-deps, r=RalfJung | bors | -503/+573 |
| 2023-10-05 | Update test dependencies | Eduardo Sánchez Muñoz | -92/+162 |
| 2023-10-05 | Update miri-script dependencies | Eduardo Sánchez Muñoz | -41/+179 |
| 2023-10-05 | Update cargo-miri dependencies | Eduardo Sánchez Muñoz | -201/+99 |
| 2023-10-05 | Update miri dependencies | Eduardo Sánchez Muñoz | -169/+133 |
| 2023-10-05 | Auto merge of #3106 - RalfJung:tree-borrows-initial, r=RalfJung | bors | -61/+106 |
| 2023-10-05 | Tree Borrows: do not create new tags as 'Active' | Ralf Jung | -61/+106 |
| 2023-10-05 | Auto merge of #3000 - RalfJung:no_std, r=oli-obk | bors | -19/+22 |
| 2023-10-04 | Auto merge of #3105 - RalfJung:sysroot-target, r=RalfJung | bors | -1/+4 |
| 2023-10-04 | miri-script: print which sysroot target we are building | Ralf Jung | -1/+4 |
| 2023-10-04 | auto-detect no_std where possible | Ralf Jung | -19/+22 |
| 2023-10-03 | wording tweaks | Ralf Jung | -2/+2 |
| 2023-10-03 | Fix typos `*ucom` → `ucom*` | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-10-02 | add test for a function ABI mismatch due to target features | Ralf Jung | -0/+50 |
| 2023-09-30 | clippy | Ralf Jung | -2/+5 |
| 2023-09-30 | fmt | Ralf Jung | -14/+11 |
| 2023-09-30 | Merge from rustc | Ralf Jung | -3/+56 |
| 2023-09-30 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-30 | Auto merge of #3086 - eduardosm:x86-sse3-intrinsics, r=RalfJung | bors | -0/+737 |
| 2023-09-30 | Bump libloading to 0.8 | Samuel Thibault | -4/+4 |
| 2023-09-30 | Implement `llvm.x86.ssse3.*` intrinsics | Eduardo Sánchez Muñoz | -146/+644 |
| 2023-09-30 | Implement `llvm.x86.sse3.*` intrinsics | Eduardo Sánchez Muñoz | -0/+239 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -2/+1 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -3/+56 |
| 2023-09-29 | Auto merge of #3093 - eduardosm:llvm.x86.sse2.pmadd.wd, r=RalfJung | bors | -0/+54 |
| 2023-09-29 | Implement the `llvm.x86.sse2.pmadd.wd` intrinsic | Eduardo Sánchez Muñoz | -0/+54 |
| 2023-09-29 | add FMA test that would fail with apfloat | Ralf Jung | -11/+20 |
| 2023-09-29 | add tests for '%' sign on floats | Ralf Jung | -0/+10 |
| 2023-09-28 | Auto merge of #3092 - RalfJung:ui-test, r=RalfJung | bors | -2/+2 |
| 2023-09-28 | update ui_test | Ralf Jung | -2/+2 |
| 2023-09-28 | Merge from rustc | The Miri Conjob Bot | -4/+16 |
| 2023-09-28 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -4/+16 |
| 2023-09-27 | clippy | Ralf Jung | -2/+2 |
| 2023-09-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-26 | const-eval: make misalignment a hard error | Ralf Jung | -16/+2 |