| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | add miri regression test | The 8472 | -0/+6 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -4/+0 |
| 2023-01-09 | add dtors_in_dtors_in_dtors | Ralf Jung | -0/+57 |
| 2023-01-09 | make env::current_exe work on Windows | Ralf Jung | -1/+0 |
| 2022-12-24 | fix warnings | Ralf Jung | -1/+1 |
| 2022-12-24 | Merge from rustc | Ralf Jung | -7/+25 |
| 2022-12-23 | fix one more unaligned self.ptr, and add tests | Ralf Jung | -0/+14 |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -7/+11 |
| 2022-12-12 | Auto merge of #2725 - RalfJung:host-to-target-path, r=RalfJung | bors | -15/+30 |
| 2022-12-12 | make unix path handling on Windows hosts preserve absoluteness | Ralf Jung | -5/+9 |
| 2022-12-12 | More host/target path conversion tests: | Ralf Jung | -1/+9 |
| 2022-12-12 | expose host-to-target path conversion to interpreted program | Ralf Jung | -14/+17 |
| 2022-12-11 | add provenance-related test | Ralf Jung | -0/+7 |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -4/+4 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -6/+6 |
| 2022-12-03 | add test for self-referential future | Ralf Jung | -0/+102 |
| 2022-11-28 | add scoped thread test | Ralf Jung | -0/+24 |
| 2022-11-26 | support no_std on Windows | Ralf Jung | -4/+0 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+6 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-18 | Delete miri test | Michael Goulet | -24/+0 |
| 2022-11-16 | Auto merge of #104456 - RalfJung:miri, r=RalfJung | bors | -0/+29 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -0/+139 |
| 2022-11-13 | Auto merge of #2657 - mkroening:miri-alloc, r=RalfJung | bors | -0/+29 |
| 2022-11-13 | final tweaks | Ralf Jung | -1/+1 |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -20/+350 |
| 2022-11-10 | Merge from rustc | Ralf Jung | -1/+0 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-11-07 | Add miri_alloc, miri_dealloc | Martin Kröning | -0/+29 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -0/+139 |
| 2022-11-05 | fix shared behavior and add tests | DrMeepster | -0/+287 |
| 2022-11-05 | impl condvars for windows | DrMeepster | -18/+4 |
| 2022-11-03 | clarify no_data_race_after_complete test | DrMeepster | -2/+2 |
| 2022-10-30 | add acquire when init once is already complete | DrMeepster | -0/+38 |
| 2022-10-29 | Stacked Borrows: make scalar field retagging the default | Ralf Jung | -2/+21 |
| 2022-10-28 | relative futex and condvar timeouts can work with isolation | Ralf Jung | -0/+12 |
| 2022-10-28 | test most sync primitives on Windows | Ralf Jung | -5/+16 |
| 2022-10-28 | threadleak_ignored should now pass with preemption (the issue has been fixed ... | Ralf Jung | -2/+1 |
| 2022-10-28 | implement thread parking on Windows | Ralf Jung | -3/+0 |
| 2022-10-28 | update ignore-windows comments | Ralf Jung | -5/+4 |
| 2022-10-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -0/+18 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -1/+0 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -7/+25 |
| 2022-10-22 | add scalar-abi-only field retagging option | Ralf Jung | -0/+19 |
| 2022-10-21 | Auto merge of #2610 - RalfJung:issue-1909, r=RalfJung | bors | -0/+57 |
| 2022-10-21 | add test for #1909 | Ralf Jung | -0/+57 |
| 2022-10-21 | test is_terminal | Ralf Jung | -1/+13 |
| 2022-10-21 | split libc tests from stdlib tests | Ralf Jung | -0/+416 |
| 2022-10-20 | Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJung | bors | -0/+144 |
| 2022-10-20 | add test for init once | DrMeepster | -0/+144 |