| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -63/+77 |
| 2020-06-14 | keep root_span and tcx together | Ralf Jung | -70/+58 |
| 2020-06-13 | run const_eval_raw with root_span | Ralf Jung | -1/+1 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -1/+1 |
| 2020-06-12 | fix caller_location intrinsic for Miri | Ralf Jung | -18/+18 |
| 2020-06-12 | avoid computing cur_span all the time | Ralf Jung | -3/+5 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -15/+25 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -89/+104 |
| 2020-06-12 | make miri memory TyCtxtAt a TyCtxt | Ralf Jung | -12/+11 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -9/+24 |
| 2020-06-07 | Don't intern memory in const prop. | Oliver Scherer | -6/+6 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -1/+1 |
| 2020-06-07 | Rollup merge of #72810 - RalfJung:mir-terminate-sanity, r=jonas-schievink | Dylan DPC | -1/+7 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+16 |
| 2020-05-31 | validate basic sanity for TerminatorKind | Ralf Jung | -1/+7 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -6/+6 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -39/+37 |
| 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 |