| Age | Commit message (Expand) | Author | Lines |
| 2024-09-16 | Refator DependencyBuilder construction | Oli Scherer | -14/+15 |
| 2024-09-16 | Bump ui test | Oli Scherer | -1991/+1884 |
| 2024-09-17 | Refactor FileDescription::read/write | tiif | -113/+206 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -7/+6 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -2/+2 |
| 2024-09-16 | fix clippy lints | Ralf Jung | -2/+2 |
| 2024-09-16 | fmt | The Miri Cronjob Bot | -2/+2 |
| 2024-09-16 | Merge from rustc | The Miri Cronjob Bot | -155/+537 |
| 2024-09-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-15 | Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlin | Matthias Krüger | -31/+53 |
| 2024-09-15 | Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlin | Matthias Krüger | -112/+483 |
| 2024-09-15 | use early return for race_detecting() logic | Ralf Jung | -156/+152 |
| 2024-09-15 | we can test more things on Solarish, and update its status in the README | Ralf Jung | -3/+3 |
| 2024-09-15 | test std::time APIs on FreeBSD and Solarish | Ralf Jung | -7/+7 |
| 2024-09-15 | add Android pthread support | Ralf Jung | -7/+7 |
| 2024-09-15 | make pthread-threadname nicer with cfg-if | Ralf Jung | -18/+39 |
| 2024-09-15 | enable std::sync tests on Solarish | Ralf Jung | -2/+2 |
| 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 | -52/+43 |
| 2024-09-15 | unix/sync: cleanup | Ralf Jung | -81/+29 |
| 2024-09-15 | also use compute_size_in_bytes for relevant multiplications in Miri | Ralf Jung | -31/+53 |
| 2024-09-14 | Auto merge of #3884 - Mandragorian:detect_cond_move, r=RalfJung | bors | -57/+182 |
| 2024-09-14 | detect when pthread_cond_t is moved | Konstantinos Andrikopoulos | -57/+182 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -12/+1 |
| 2024-09-14 | Merge from rustc | The Miri Cronjob Bot | -303/+215 |
| 2024-09-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-13 | Auto merge of #3881 - RalfJung:miri-run, r=RalfJung | bors | -55/+144 |
| 2024-09-13 | ./miri run: directly run binary instead of using 'cargo run' | Ralf Jung | -55/+144 |
| 2024-09-13 | Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errors | bors | -147/+150 |
| 2024-09-13 | interpret: simplify SIMD type handling | Ralf Jung | -147/+150 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+35 |
| 2024-09-13 | smoke-test './miri run --dep' | Ralf Jung | -1/+3 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -156/+65 |
| 2024-09-12 | enable all pthread tests on Solarish | Ralf Jung | -2/+2 |
| 2024-09-12 | add non-portable linux pthread initializers to layout sanity check | Ralf Jung | -10/+23 |
| 2024-09-12 | Remove an unused piece of logic | Oli Scherer | -4/+1 |
| 2024-09-12 | Merge from rustc | The Miri Cronjob Bot | -9/+36 |
| 2024-09-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | -9/+14 |
| 2024-09-11 | also allow illumos to use mmap for its stack guard | Ralf Jung | -2/+2 |
| 2024-09-11 | Merge from rustc | The Miri Cronjob Bot | -30/+30 |
| 2024-09-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | -7/+382 |
| 2024-09-10 | fmt | Ralf Jung | -48/+62 |
| 2024-09-10 | Merge from rustc | Ralf Jung | -19/+569 |
| 2024-09-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |