| Age | Commit message (Expand) | Author | Lines |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -2/+2 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -5/+3 |
| 2020-07-26 | typos + fmt | Ralf Jung | -3/+1 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -4/+4 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -47/+47 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -15/+15 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -2/+2 |
| 2020-07-15 | s/try_to_usize/try_to_machine_usize/ | Oliver Scherer | -1/+1 |
| 2020-07-15 | Reduce the amount of interning and `layout_of` calls in const eval. | Oliver Scherer | -0/+12 |
| 2020-07-15 | unify Instance::resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -2/+2 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -3/+3 |
| 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 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -3/+3 |
| 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 |