| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-11-23 | Standalone MIRI - Extended windows FFI support, works for "hello, world" | John Hodge | 1 | -0/+31 |
| 2019-11-09 | Standalone MIRI - Tweaks on windows | John Hodge | 1 | -2/+2 |
| 2019-08-17 | Standalone MIRI - Refactor Value to allow one relocation inline | John Hodge | 1 | -186/+148 |
| 2019-08-08 | Standalone MIRI - Downgrade an error based on observed patterns | John Hodge | 1 | -2/+5 |
| 2019-08-08 | Standalone MIRI - Fix size of allocations | John Hodge | 1 | -32/+29 |
| 2019-08-05 | Standalone MIRI - Various improvements | John Hodge | 1 | -0/+1 |
| 2019-08-04 | Standalone MIRI - More pointer fixes | John Hodge | 1 | -1/+1 |
| 2019-08-04 | Standalone MIRI - Fix OOB write caused by storing too much in a value inline | John Hodge | 1 | -10/+7 |
| 2019-08-04 | Standalone MIRI - Restructure so `0` is never a valid pointer value | John Hodge | 1 | -11/+27 |
| 2019-08-04 | Standalone MIRI - General improvements | John Hodge | 1 | -1/+26 |
| 2019-08-04 | Standalone MIRI - `read` FFI | John Hodge | 1 | -0/+17 |
| 2019-08-03 | Standalone MIRI - discriminant_value | John Hodge | 1 | -3/+7 |
| 2019-08-03 | standalone miri - stat, errno, char casts | John Hodge | 1 | -52/+30 |
| 2019-08-03 | Standalone miri - General fixes trying to get a test running | John Hodge | 1 | -1/+1 |
| 2019-07-20 | standalone_miri - Improved logging for allocation tags | John Hodge | 1 | -7/+9 |
| 2019-07-20 | Standalone MIRI - Name tags on allocations | John Hodge | 1 | -5/+15 |
| 2019-05-15 | standalone_miri - Fiddling for 1.29 support (not working yet) | John Hodge | 1 | -0/+32 |
| 2019-05-15 | standalone_miri - Fix for MIR changes, fiddling with FFI | John Hodge | 1 | -2/+2 |
| 2018-09-09 | Msvc compile fixes | John Hodge | 1 | -5/+5 |
| 2018-05-19 | Standalone MIRI - Remove direct uses of TypeRef.wrappers | John Hodge | 1 | -32/+5 |
| 2018-05-19 | Standalone MIRI - Use some more helpers | John Hodge | 1 | -0/+41 |
| 2018-05-19 | Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ... | John Hodge | 1 | -3/+7 |
| 2018-05-19 | Standalone MIRI - Pass argv to the target | John Hodge | 1 | -5/+8 |
| 2018-05-15 | Standalone MIRI - Split AllocationPtr into AllocationHandle and RelocationPtr | John Hodge | 1 | -77/+131 |
| 2018-05-13 | Standalone MIRI - Shallow drops and better tracing | John Hodge | 1 | -17/+35 |
| 2018-05-13 | Standalone MIRI - memrchr and better null checking | John Hodge | 1 | -0/+3 |
| 2018-05-12 | Standalone MIRI - TLS and some other messing about | John Hodge | 1 | -2/+51 |
| 2018-05-12 | Standalone MIRI - De-duplicate some value code | John Hodge | 1 | -20/+62 |
| 2018-03-17 | Standalone MIRI - size_of_val and drop_in_place | John Hodge | 1 | -3/+3 |
| 2018-03-17 | Standalone MIRI - Coming along slowly. | John Hodge | 1 | -22/+130 |
| 2018-03-17 | Standalone MIRI - Filled with hacks, but advancing | John Hodge | 1 | -6/+31 |
| 2018-03-17 | Standalone Miri - More work blasting along | John Hodge | 1 | -3/+47 |
| 2018-03-17 | Standalone MIRI - Fiddling around | John Hodge | 1 | -2/+22 |
| 2018-02-25 | Standalone MIR - Better drop handling, RValue::Struct, RValue::SizedArray, ... | John Hodge | 1 | -9/+22 |
| 2018-02-23 | Standalone MIRI - Slice derefs, pointer comparisons, uni-ops, intrinsics, str... | John Hodge | 1 | -14/+28 |
| 2018-02-18 | Standalone MIRI - "atomic_store" intrinsic, Terminator::Switch, handle ! locals | John Hodge | 1 | -4/+46 |
| 2018-02-17 | Standalone MIRI - Refactor Value/Allocation handling to allow deref to work. | John Hodge | 1 | -193/+258 |
| 2018-02-16 | Standalone MIRI - Hacking along, hit a blocker that will need some refactor. | John Hodge | 1 | -25/+140 |
| 2018-02-11 | Standalone MIRI - Working borrow (for now) | John Hodge | 1 | -3/+9 |
| 2018-02-11 | Standalone MIRI - Implementation sprint, statics in process. | John Hodge | 1 | -12/+171 |
| 2018-01-24 | standalone_miri - New side-tool to attempt to execute pre-monomorphised MIR | John Hodge | 1 | -0/+178 |