| Age | Commit message (Expand) | Author | Lines |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -0/+5 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+12 |
| 2024-05-29 | Revert miri async drop test but add warnings to each async drop test | Daria Sukhonina | -50/+34 |
| 2024-05-29 | Bless new async destructor sizes in async drop tests | Daria Sukhonina | -5/+5 |
| 2024-05-29 | Add size check inside of the async drop tests | Daria Sukhonina | -29/+50 |
| 2024-05-28 | Add Miri smoke pass test for ptr_metadata intrinsic | Scott McMurray | -1/+7 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -4/+62 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+15 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+15 |
| 2024-05-20 | Fix miri too | Michael Goulet | -2/+2 |
| 2024-05-19 | miri: support simd_ctpop | Jubilee Young | -0/+15 |
| 2024-05-19 | various small nits | Ralf Jung | -15/+16 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -0/+95 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -2/+6 |
| 2024-05-16 | alloc now works on wasi (and some formatting) | Ralf Jung | -0/+3 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -4/+62 |
| 2024-05-12 | merge two integer tests | Ralf Jung | -58/+61 |
| 2024-05-12 | merge float tests into one | Ralf Jung | -66/+67 |
| 2024-05-11 | Auto merge of #3596 - bend-n:support_fstar_algebraic, r=RalfJung | bors | -0/+32 |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+32 |
| 2024-05-11 | Merge from rustc | The Miri Cronjob Bot | -6/+6 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -73/+65 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -6/+6 |
| 2024-05-05 | hello: also ensure stderr works | Ralf Jung | -0/+2 |
| 2024-05-04 | Auto merge of #3559 - RalfJung:weak-extern-static, r=RalfJung | bors | -6/+7 |
| 2024-05-04 | make statx a regular function (so we don't need to support the syscall) | Ralf Jung | -6/+7 |
| 2024-05-04 | make some tests not need output (so they work on wasm) | Ralf Jung | -10/+6 |
| 2024-05-04 | freebsd: test std threadname and fs APIs | Ralf Jung | -0/+0 |
| 2024-05-04 | move intrinsics implementations and tests into dedicated folder | Ralf Jung | -0/+0 |
| 2024-05-04 | rename integer test | Ralf Jung | -0/+0 |
| 2024-05-04 | move available-parallelism tests into shims/ folder | Ralf Jung | -0/+0 |
| 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 |