| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+16 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -1/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+16 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -79/+105 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -3/+54 |
| 2020-05-30 | more type sanity checks in Miri | Ralf Jung | -2/+18 |
| 2020-05-29 | Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJung | Ralf Jung | -3/+54 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -1/+1 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -1/+1 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -3/+2 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -7/+7 |
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -2/+3 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -1/+1 |
| 2020-05-25 | librustc_mir: Add back use statement | Joe Richey | -0/+2 |
| 2020-05-25 | librustc_mir: Add support for const fn offset/arith_offset | Joe Richey | -2/+51 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -2/+2 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -39/+24 |
| 2020-05-25 | Format and more tracing | Ralf Jung | -2/+2 |
| 2020-05-25 | assert that types without discriminant use variant idx of 0 | Ralf Jung | -1/+2 |
| 2020-05-25 | comments and refactor variable names | Ralf Jung | -38/+46 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -68/+84 |
| 2020-05-24 | comment nit | Ralf Jung | -1/+1 |
| 2020-05-24 | use helper method for determining size of int type | Ralf Jung | -15/+11 |
| 2020-05-24 | Fix unsizing casts | Ralf Jung | -20/+18 |
| 2020-05-24 | Miri casts: do not blindly rely on dest type | Ralf Jung | -51/+76 |
| 2020-05-24 | make some cast helpers infallible | Ralf Jung | -29/+17 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -7/+7 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -2/+2 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -6/+8 |
| 2020-05-21 | fix discriminant sign extension | Ralf Jung | -1/+4 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -3/+6 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -3/+6 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -0/+3 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -153/+180 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -6/+8 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -2/+0 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -3/+4 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -2/+0 |
| 2020-05-10 | Typo | Ralf Jung | -1/+1 |
| 2020-05-10 | fmt | Ralf Jung | -27/+16 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -15/+24 |
| 2020-05-10 | remove some dead code, and assert we do not swallow allocating errors | Ralf Jung | -18/+19 |
| 2020-05-10 | Miri interning: replace ICEs by proper errors, make intern_shallow type signa... | Ralf Jung | -119/+147 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -19/+17 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -24/+24 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -2/+2 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -1/+1 |