| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-05 | fmt | Ralf Jung | -4/+9 |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -21/+40 |
| 2020-07-05 | catch InvalidUninitBytes during validation | Ralf Jung | -5/+11 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -1/+4 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+4 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -1/+4 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -5/+33 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -5/+33 |
| 2020-06-27 | Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasper | Manish Goregaokar | -39/+29 |
| 2020-06-27 | Update src/librustc_mir/interpret/intrinsics.rs | Gary Guo | -2/+1 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+5 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -1/+14 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -2/+12 |
| 2020-06-24 | reduce sanity check in debug mode | Ralf Jung | -2/+8 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -0/+5 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -0/+5 |
| 2020-06-23 | Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk | Dylan DPC | -9/+3 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-06-22 | make layout check a mere sanity check | Ralf Jung | -18/+7 |
| 2020-06-22 | expand a comment | Ralf Jung | -1/+3 |
| 2020-06-22 | also use relator in interpreter assignment sanity check | Ralf Jung | -29/+21 |
| 2020-06-22 | also normalize constants when comparing types | Ralf Jung | -0/+1 |
| 2020-06-21 | fmt | Ralf Jung | -8/+1 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -2/+3 |
| 2020-06-21 | Miri: replace many bug! by span_bug! | Ralf Jung | -28/+61 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -2/+2 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+5 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+2 |
| 2020-06-19 | Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obk | Ralf Jung | -6/+6 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -44/+42 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -3/+3 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -3/+3 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -0/+1 |
| 2020-06-15 | moved to post_borrowck_cleanup & used MirPatch | Rich Kadel | -0/+1 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -3/+0 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+3 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -3/+3 |
| 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 |