| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | do not reuse stack addresses; make reuse rate configurable | Ralf Jung | -17/+45 |
| 2024-04-18 | when an address gets reused, establish a happens-before link in the data race... | Ralf Jung | -36/+129 |
| 2024-04-18 | Auto merge of #3484 - RalfJung:realloc, r=RalfJung | bors | -158/+205 |
| 2024-04-18 | move allocator shim logic into its own file | Ralf Jung | -157/+178 |
| 2024-04-18 | make realloc with a size of zero fail | Ralf Jung | -5/+31 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+31 |
| 2024-04-18 | Auto merge of #3486 - RalfJung:mir-validate, r=RalfJung | bors | -0/+42 |
| 2024-04-18 | add test checking that we do run MIR validation | Ralf Jung | -0/+42 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -3/+3 |
| 2024-04-18 | move read_byte_slice to general helpers file, next to read_c_str | Ralf Jung | -16/+21 |
| 2024-04-18 | add test for Drop terminator on non-drop type | Ralf Jung | -0/+21 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -3/+3 |
| 2024-04-17 | fmt | Ralf Jung | -5/+1 |
| 2024-04-17 | Merge from rustc | Ralf Jung | -39/+46 |
| 2024-04-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -39/+46 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -120/+171 |
| 2024-04-17 | no need to use miri's native stderr here | Ralf Jung | -3/+2 |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -59/+64 |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -75/+122 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -35/+35 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -7/+14 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -25/+69 |
| 2024-04-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-04-16 | Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung | bors | -7/+207 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -7/+207 |
| 2024-04-16 | no_std works on Windows now | Ralf Jung | -4/+0 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+235 |
| 2024-04-16 | Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-04-16 | Rollup merge of #124007 - RalfJung:miri, r=RalfJung | Matthias Krüger | -143/+345 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -18/+19 |
| 2024-04-16 | Auto merge of #3472 - RalfJung:deadlock, r=RalfJung | bors | -25/+175 |
| 2024-04-16 | deadlock: show backtrace for all threads | Ralf Jung | -25/+175 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+42 |
| 2024-04-16 | Miri: adopt to new intrinsic types | Maybe Waffle | -3/+3 |
| 2024-04-16 | threads: keep track of why we are blocked, and sanity-check that when waking up | Ralf Jung | -95/+108 |
| 2024-04-16 | avoid passing --sysroot twice in bootstrap | Ralf Jung | -5/+8 |
| 2024-04-16 | bless test-cargo-miri | Ralf Jung | -11/+11 |
| 2024-04-16 | Merge from rustc | The Miri Cronjob Bot | -146/+204 |
| 2024-04-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-15 | Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJung | bors | -3/+3 |
| 2024-04-15 | Auto merge of #3462 - eduardosm:chunk-128, r=RalfJung | bors | -44/+33 |
| 2024-04-15 | Bump rustc-build-sysroot to 0.4.6 | Ross Smyth | -3/+3 |
| 2024-04-15 | Make `split_simd_to_128bit_chunks` take only one operand | Eduardo Sánchez Muñoz | -44/+33 |
| 2024-04-15 | Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJung | bors | -22/+174 |
| 2024-04-15 | Auto merge of #3411 - RalfJung:sysroot, r=RalfJung | bors | -54/+51 |
| 2024-04-15 | add some basic support for GetFullPathNameW | Ralf Jung | -22/+174 |
| 2024-04-15 | Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJung | bors | -1/+2 |