| Age | Commit message (Expand) | Author | Lines |
| 2023-11-12 | Auto merge of #3159 - eduardosm:sse41-round, r=RalfJung | bors | -80/+308 |
| 2023-11-12 | Improve SSE4.1 rounding tests coverage | Eduardo Sánchez Muñoz | -137/+305 |
| 2023-11-12 | more consistent naming for TLS tests | Ralf Jung | -1/+4 |
| 2023-11-12 | allow allocations referenced by main thread TLS to leak | max-heller | -0/+21 |
| 2023-11-12 | Implement roundps and roundpd SSE4.1 intrinsics | Eduardo Sánchez Muñoz | -0/+60 |
| 2023-11-02 | Merge from rustc | The Miri Conjob Bot | -9/+8 |
| 2023-10-30 | make sure we catch UB with _ pattern in various syntactic positions | Ralf Jung | -12/+6 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -3/+2 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -6/+6 |
| 2023-10-28 | Auto merge of #3149 - RalfJung:atomic-readonly-loads, r=RalfJung | bors | -0/+12 |
| 2023-10-28 | accept some atomic loads from read-only memory | Ralf Jung | -0/+12 |
| 2023-10-28 | consolidate and extend testing for _ patterns discarding the place | Ralf Jung | -31/+76 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+32 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-25 | Typo. | Camille GILLOT | -1/+1 |
| 2023-10-25 | Do not merge fn pointer casts. | Camille GILLOT | -3/+2 |
| 2023-10-25 | add some more gamma function tests | Ralf Jung | -3/+2 |
| 2023-10-24 | Test match underscore on void from union. | Camille GILLOT | -0/+18 |
| 2023-10-24 | Add miri tests. | Camille GILLOT | -0/+14 |
| 2023-10-24 | fix error read-read reporting when there's also an unsynchronized non-atomic ... | Ralf Jung | -0/+18 |
| 2023-10-23 | detect mixed-size atomic accesses | Ralf Jung | -40/+0 |
| 2023-10-21 | Merge from rustc | The Miri Conjob Bot | -41/+41 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -0/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -25/+25 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -17/+17 |
| 2023-10-17 | Auto merge of #3124 - eduardosm:fix-sse41-round, r=RalfJung | bors | -0/+50 |
| 2023-10-17 | Fix rounding mode check in SSE4.1 round functions | Eduardo Sánchez Muñoz | -0/+50 |
| 2023-10-17 | fmt | The Miri Conjob Bot | -1/+1 |
| 2023-10-17 | Merge from rustc | The Miri Conjob Bot | -0/+45 |
| 2023-10-15 | Auto merge of #3118 - eduardosm:intrinsics-x86-sse41, r=RalfJung | bors | -0/+265 |
| 2023-10-15 | Implement `llvm.x86.sse41.*` intrinsics | Eduardo Sánchez Muñoz | -0/+265 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -0/+34 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -0/+11 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -0/+11 |
| 2023-10-12 | Fix identation of a `rustfmt::skip`ed statement | Eduardo Sánchez Muñoz | -6/+6 |
| 2023-10-12 | fmt | Ralf Jung | -5/+2 |
| 2023-10-12 | Merge from rustc | Ralf Jung | -0/+414 |
| 2023-10-10 | avoid confusing loop in catch_panic test | Ralf Jung | -5/+6 |
| 2023-10-09 | Auto merge of #3101 - eduardosm:x86-aes-intrinsics, r=RalfJung | bors | -0/+291 |
| 2023-10-09 | Implement `llvm.x86.aesni.*` intrinsics | Eduardo Sánchez Muñoz | -0/+291 |
| 2023-10-09 | add test for self-assignment on call through reference | Ralf Jung | -0/+16 |
| 2023-10-09 | float-to-float casts also have non-deterministic NaN results | Ralf Jung | -0/+90 |
| 2023-10-09 | ensure unary minus propagates NaN payloads exactly | Ralf Jung | -0/+8 |
| 2023-10-08 | miri: make NaN generation non-deterministic | Ralf Jung | -0/+316 |
| 2023-10-06 | Fix problems of Reserved -> Frozen | Neven Villani | -133/+405 |
| 2023-09-30 | fmt | Ralf Jung | -10/+4 |
| 2023-09-30 | Merge from rustc | Ralf Jung | -1/+20 |
| 2023-09-30 | Auto merge of #3086 - eduardosm:x86-sse3-intrinsics, r=RalfJung | bors | -0/+395 |
| 2023-09-30 | Implement `llvm.x86.ssse3.*` intrinsics | Eduardo Sánchez Muñoz | -114/+395 |
| 2023-09-30 | Implement `llvm.x86.sse3.*` intrinsics | Eduardo Sánchez Muñoz | -0/+114 |