| Age | Commit message (Expand) | Author | Lines |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -68/+68 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -4/+40 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+35 |
| 2024-09-20 | miri: An error message got changed | Jubilee Young | -2/+2 |
| 2024-09-19 | Make the intention of the miri test more clear | Adwin White | -4/+5 |
| 2024-09-19 | Adapt test to new layout | Adwin White | -2/+2 |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 |
| 2024-09-17 | ptr_offset_unsigned_overflow: extend test | Ralf Jung | -5/+6 |
| 2024-09-17 | Auto merge of #3891 - tiif:tokiotest, r=RalfJung | bors | -0/+38 |
| 2024-09-17 | Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF... | tiif | -0/+38 |
| 2024-09-16 | Fix run --dep | Oli Scherer | -0/+1 |
| 2024-09-16 | Refator DependencyBuilder construction | Oli Scherer | -14/+15 |
| 2024-09-16 | Bump ui test | Oli Scherer | -1937/+1855 |
| 2024-09-15 | test std::time APIs on FreeBSD and Solarish | Ralf Jung | -3/+3 |
| 2024-09-15 | make pthread-threadname nicer with cfg-if | Ralf Jung | -18/+37 |
| 2024-09-15 | move two tests to a better location | Ralf Jung | -0/+0 |
| 2024-09-15 | pthread: add FreeBSD, remove PTHREAD_MUTEX_NORMAL_FLAG hack | Ralf Jung | -1/+2 |
| 2024-09-14 | Auto merge of #3884 - Mandragorian:detect_cond_move, r=RalfJung | bors | -0/+77 |
| 2024-09-14 | detect when pthread_cond_t is moved | Konstantinos Andrikopoulos | -0/+77 |
| 2024-09-14 | Merge from rustc | The Miri Cronjob Bot | -156/+65 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+35 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -156/+65 |
| 2024-09-12 | Remove an unused piece of logic | Oli Scherer | -4/+1 |
| 2024-09-16 | fmt | The Miri Cronjob Bot | -2/+2 |
| 2024-09-16 | Merge from rustc | The Miri Cronjob Bot | -7/+237 |
| 2024-09-15 | Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin | Matthias Krüger | -1/+12 |
| 2024-09-15 | Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlin | Matthias Krüger | -1/+225 |
| 2024-09-15 | also use compute_size_in_bytes for relevant multiplications in Miri | Ralf Jung | -1/+12 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -5/+0 |
| 2024-09-12 | Merge from rustc | The Miri Cronjob Bot | -0/+30 |
| 2024-09-11 | Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errors | Jubilee | -0/+22 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -156/+65 |
| 2024-09-11 | miri: fix overflow detection for unsigned pointer offset | Ralf Jung | -0/+22 |
| 2024-09-11 | miri: support vector index arguments in simd_shuffle | Ralf Jung | -0/+8 |
| 2024-09-11 | Merge from rustc | The Miri Cronjob Bot | -30/+30 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -30/+30 |
| 2024-09-10 | miri: treat non-memory local variables properly for data race detection | Ralf Jung | -1/+225 |
| 2024-09-10 | fmt | Ralf Jung | -48/+62 |
| 2024-09-10 | Merge from rustc | Ralf Jung | -5/+547 |
| 2024-09-09 | Update the MIRI tests | Scott McMurray | -30/+30 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -5/+481 |
| 2024-09-09 | fix UB in a test | Ralf Jung | -2/+35 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -0/+15 |
| 2024-09-09 | Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung | Jubilee | -50/+142 |
| 2024-09-09 | detect when pthread_rwlock_t is moved | Konstantinos Andrikopoulos | -0/+29 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -15/+236 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -0/+207 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -0/+66 |
| 2024-09-06 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-05 | Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJung | bors | -0/+68 |