| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -3/+0 |
| 2023-04-04 | Merge from rustc | Oli Scherer | -1/+28 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -1/+1 |
| 2023-03-24 | miri: fix raw pointer dyn receivers | Ralf Jung | -0/+27 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -1/+1 |
| 2023-03-19 | Update the virtual clock in isolation mode to step forward with around the sa... | Oli Scherer | -5/+23 |
| 2023-03-16 | TB: select tests to run both TB and SB | Neven Villani | -2/+111 |
| 2023-03-16 | TB: new tests | Neven Villani | -0/+502 |
| 2023-03-14 | Merge from rustc | Ben Kimock | -71/+22 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -35/+14 |
| 2023-03-11 | Implement intrinsics for round_ties_even | Ben Kimock | -0/+30 |
| 2023-03-09 | replace legacy copyright annotations in submodules | Pietro Albini | -36/+8 |
| 2023-02-24 | Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path` | LevitatingLion | -2/+6 |
| 2023-02-21 | Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele... | Oli Scherer | -0/+3 |
| 2023-02-21 | Merge from rustc | Ralf Jung | -0/+117 |
| 2023-02-20 | fix Stacked Borrows interaction with dyn* | Ralf Jung | -2/+0 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -0/+119 |
| 2023-02-17 | Add tests for moving data across await point | Bryan Garza | -0/+81 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -10/+44 |
| 2023-02-06 | make &mut !Unpin not dereferenceable | Ralf Jung | -0/+20 |
| 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 |