| Age | Commit message (Expand) | Author | Lines |
| 2023-11-16 | actually all the 'env' tests work on FreeBSD, as well as posix_memalign | Ralf Jung | -1/+1 |
| 2023-11-16 | move reallocarray test into libc-misc | Ralf Jung | -17/+18 |
| 2023-11-16 | make libc-misc pass under FreeBSD | Ralf Jung | -1/+8 |
| 2023-11-16 | split thread test into synchronization primitives and threadname | Ralf Jung | -61/+52 |
| 2023-11-16 | Auto merge of #3166 - devnexen:reallocarray, r=RalfJung | bors | -1/+48 |
| 2023-11-16 | reallocarray shim linux/freebsd support proposal. | David Carlier | -1/+48 |
| 2023-11-16 | Auto merge of #3168 - RalfJung:set_var, r=RalfJung | bors | -5/+5 |
| 2023-11-16 | get rid of our last uses of set_var | Ralf Jung | -5/+5 |
| 2023-11-16 | Merge from rustc | Ralf Jung | -29/+39 |
| 2023-11-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-15 | Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung | bors | -2/+20 |
| 2023-11-15 | freebsd adding getrandom interception. | David Carlier | -2/+20 |
| 2023-11-15 | Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Ki | bors | -29/+39 |
| 2023-11-15 | Merge from rustc | The Miri Conjob Bot | -31/+31 |
| 2023-11-15 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -31/+31 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -31/+31 |
| 2023-11-13 | don't expose all the borrow tracker stuff to the entire crate | Ralf Jung | -41/+47 |
| 2023-11-13 | share getentropy shim across various unixes | Ralf Jung | -36/+48 |
| 2023-11-13 | organize pass-dep tests more by the crate they test | Ralf Jung | -14/+18 |
| 2023-11-13 | freebsd adding getentropy interception support | David Carlier | -1/+29 |
| 2023-11-12 | Auto merge of #3159 - eduardosm:sse41-round, r=RalfJung | bors | -96/+372 |
| 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 | -10/+13 |
| 2023-11-12 | Auto merge of #2931 - max-heller:issue-2881, r=RalfJung | bors | -10/+148 |
| 2023-11-12 | allow allocations referenced by main thread TLS to leak | max-heller | -10/+148 |
| 2023-11-12 | Implement roundps and roundpd SSE4.1 intrinsics | Eduardo Sánchez Muñoz | -16/+124 |
| 2023-11-12 | better error when calling pthread shims on unsupported unixes | Ralf Jung | -0/+70 |
| 2023-11-12 | tweak comments | Ralf Jung | -9/+5 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -0/+24 |
| 2023-11-12 | freebsd interceptions update proposal | David Carlier | -7/+45 |
| 2023-11-11 | Miri: use new init_logger function, avoid calling env::set_var | Ralf Jung | -29/+39 |
| 2023-11-10 | data_race: link to docs for 'unusual' race conditions | Ralf Jung | -1/+8 |
| 2023-11-04 | Auto merge of #3145 - RalfJung:data-race-error, r=RalfJung | bors | -166/+233 |
| 2023-11-04 | fmt | The Miri Conjob Bot | -7/+3 |
| 2023-11-04 | Merge from rustc | The Miri Conjob Bot | -2/+2 |
| 2023-11-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+2 |
| 2023-11-02 | Merge from rustc | The Miri Conjob Bot | -231/+11 |
| 2023-11-02 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-10-30 | make sure we catch UB with _ pattern in various syntactic positions | Ralf Jung | -16/+87 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -3/+2 |
| 2023-10-28 | Remove asmjs from miri | Jubilee Young | -1/+1 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -226/+7 |
| 2023-10-28 | Auto merge of #3149 - RalfJung:atomic-readonly-loads, r=RalfJung | bors | -62/+135 |
| 2023-10-28 | accept some atomic loads from read-only memory | Ralf Jung | -48/+121 |
| 2023-10-28 | add some tests specifically for validity checks arising from match binders | Ralf Jung | -0/+59 |
| 2023-10-28 | consolidate and extend testing for _ patterns discarding the place | Ralf Jung | -31/+76 |
| 2023-10-28 | atomic_op → atomic_rmw_op | Ralf Jung | -14/+14 |