| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -2/+2 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+4 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+4 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -2/+2 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -2/+13 |
| 2020-05-26 | librustc_middle: Add function for computing unsigned abs | Joe Richey | -8/+14 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -2/+2 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -19/+59 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -19/+59 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -10/+18 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -46/+70 |
| 2020-05-08 | Document `global_alloc` | Oliver Scherer | -0/+4 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -1/+10 |
| 2020-05-08 | Shrink visibility of the `AllocMap` and its methods | Oliver Scherer | -3/+3 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -16/+22 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -32/+37 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -65/+65 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -8/+12 |
| 2020-05-06 | validation: port more checks to the pattern-based macro (and give it the shor... | Ralf Jung | -0/+5 |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -16/+12 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -11/+9 |
| 2020-05-01 | fix Miri error message padding | Ralf Jung | -2/+2 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -16/+12 |
| 2020-05-01 | use hex for invalid bool and char (consistently with validation) | Ralf Jung | -2/+6 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -40/+44 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -30/+27 |
| 2020-05-01 | tweak InvalidIntPointerUsage message | Ralf Jung | -2/+2 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -10/+34 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -11/+9 |
| 2020-04-30 | Address review comments | Oliver Scherer | -4/+2 |
| 2020-04-30 | Highlight an error that can only happen in CTFE | Oliver Scherer | -1/+1 |
| 2020-04-30 | Separate miri/ctfe unsupported operations | Oliver Scherer | -0/+2 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -1/+4 |
| 2020-04-26 | Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJung | Dylan DPC | -1/+16 |
| 2020-04-26 | fmt | Ralf Jung | -5/+1 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -20/+23 |
| 2020-04-26 | Adjust style | Ralf Jung | -1/+1 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -10/+32 |
| 2020-04-26 | Rename ArgumentSizeMismatch to ScalarSizeMismatch | Samrat Man Singh | -5/+5 |
| 2020-04-26 | [miri] Throw UB if target size and data size don't match | Samrat Man Singh | -1/+16 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -2/+1 |
| 2020-04-24 | Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung | Dylan DPC | -2/+2 |
| 2020-04-23 | add back Scalar::null_ptr | Ralf Jung | -0/+5 |
| 2020-04-23 | Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung | Dylan DPC | -2/+0 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -8/+0 |
| 2020-04-23 | Add leading 0x to offset in Debug fmt of Pointer | David Cook | -2/+2 |
| 2020-04-22 | Remove outdated reference to interpreter snapshotting | Dylan MacKenzie | -2/+0 |
| 2020-04-20 | Remove null places | Jonas Schievink | -5/+0 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -3/+0 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -6/+7 |