| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -2/+10 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -2/+2 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -2/+10 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -0/+1 |
| 2020-07-17 | Make unreachable_unchecked a const fn | Nazım Can Altınova | -0/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -6/+4 |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -5/+1 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -3/+3 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -1/+5 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+5 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -9/+11 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+2 |
| 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 |