| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | add test for Drop terminator on non-drop type | Ralf Jung | -0/+21 |
| 2024-04-17 | 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 | -1/+1 |
| 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 | -1/+1 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -2/+42 |
| 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 | -5/+186 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -5/+186 |
| 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 | deadlock: show backtrace for all threads | Ralf Jung | -9/+114 |
| 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 | -2/+2 |
| 2024-04-15 | Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJung | bors | -0/+38 |
| 2024-04-15 | Auto merge of #3411 - RalfJung:sysroot, r=RalfJung | bors | -0/+7 |
| 2024-04-15 | add some basic support for GetFullPathNameW | Ralf Jung | -0/+38 |
| 2024-04-15 | Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJung | bors | -1/+2 |
| 2024-04-15 | fix error display for './miri run --dep' | Ralf Jung | -1/+2 |
| 2024-04-15 | Windows: add basic support for FormatMessageW | Ralf Jung | -3/+15 |
| 2024-04-08 | set --sysroot outside the driver rather than messing with the arguments passe... | Ralf Jung | -0/+7 |
| 2024-04-06 | make 'missing extern static' error consistent with missing shim | Ralf Jung | -9/+9 |
| 2024-04-06 | Merge from rustc | Ralf Jung | -0/+38 |
| 2024-04-06 | chore: fix some typos | findseat | -1/+1 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -31/+14 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -10/+65 |
| 2024-04-04 | Merge from rustc | The Miri Cronjob Bot | -11/+112 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -11/+11 |
| 2024-04-02 | Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obk | Jubilee | -0/+101 |
| 2024-04-03 | Merge from rustc | The Miri Cronjob Bot | -22/+22 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -22/+22 |
| 2024-04-02 | Comments, comments, comments | Michael Goulet | -0/+2 |
| 2024-04-02 | Fix capture analysis for by-move closure bodies | Michael Goulet | -0/+99 |
| 2024-03-31 | there is no need for these wildcards | Ralf Jung | -6/+7 |
| 2024-03-31 | extern-so: give the version script a better name; show errors from failing to... | Ralf Jung | -8/+14 |
| 2024-03-31 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-30 | Merge from rustc | The Miri Cronjob Bot | -8/+0 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -8/+0 |
| 2024-03-29 | Merge from rustc | The Miri Cronjob Bot | -14/+70 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -14/+70 |
| 2024-03-26 | run_dep_mode: treat program.args and program.env consistently | Ralf Jung | -29/+28 |
| 2024-03-24 | Auto merge of #3398 - tiif:add_libc_fs_test, r=RalfJung | bors | -0/+63 |
| 2024-03-24 | Add libc test for rename and ftruncate | tiif | -0/+63 |
| 2024-03-24 | Merge from rustc | Ralf Jung | -0/+78 |
| 2024-03-23 | Auto merge of #122952 - RalfJung:miri, r=RalfJung | bors | -16/+97 |