| Age | Commit message (Expand) | Author | Lines |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -2/+2 |
| 2024-04-25 | fmt | The Miri Cronjob Bot | -79/+147 |
| 2024-04-25 | Merge from rustc | The Miri Cronjob Bot | -25/+24 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -1/+0 |
| 2024-04-24 | Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obk | bors | -0/+1613 |
| 2024-04-24 | Fix miri test | Gary Guo | -1/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -23/+23 |
| 2024-04-24 | Auto merge of #3507 - RalfJung:let-underscore, r=RalfJung | bors | -11/+11 |
| 2024-04-24 | avoid 'let _' in tests where we actually want the value to be computed | Ralf Jung | -11/+11 |
| 2024-04-24 | Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJung | bors | -1/+1 |
| 2024-04-24 | windows: basic support for GetUserProfileDirectoryW | Ralf Jung | -1/+1 |
| 2024-04-24 | Merge from rustc | The Miri Cronjob Bot | -21/+23 |
| 2024-04-23 | Implement LLVM x86 AVX2 intrinsics | Eduardo Sánchez Muñoz | -0/+1613 |
| 2024-04-23 | chore: fix some typos in comments | forcedebug | -2/+2 |
| 2024-04-23 | Auto merge of #3493 - eduardosm:env-set, r=oli-obk | bors | -0/+7 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -21/+23 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+235 |
| 2024-04-21 | Add `-Zmiri-env-set` to set environment variables without modifying the host ... | Eduardo Sánchez Muñoz | -0/+7 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -21/+23 |
| 2024-04-20 | Merge from rustc | The Miri Cronjob Bot | -0/+4 |
| 2024-04-19 | Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJung | bors | -0/+66 |
| 2024-04-18 | when reusing an address, most of the time only reuse from the current thread | Ralf Jung | -0/+3 |
| 2024-04-18 | when an address gets reused, establish a happens-before link in the data race... | Ralf Jung | -0/+63 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+4 |
| 2024-04-18 | add test for Drop terminator on non-drop type | Ralf Jung | -0/+21 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -22/+5 |
| 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 | -19/+3 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -0/+40 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -0/+40 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -5/+5 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+235 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -0/+40 |
| 2024-04-15 | add some basic support for GetFullPathNameW | Ralf Jung | -0/+38 |
| 2024-04-15 | Windows: add basic support for FormatMessageW | Ralf Jung | -3/+15 |
| 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-03 | rename `expose_addr` to `expose_provenance` | joboet | -9/+9 |
| 2024-04-02 | Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obk | Jubilee | -0/+101 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -16/+16 |
| 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-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -14/+70 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -16/+16 |
| 2024-03-23 | add support for missing SIMD float intrinsics | Ralf Jung | -0/+18 |