| Age | Commit message (Expand) | Author | Lines |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -20/+91 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -2/+1 |
| 2020-07-31 | Miri: fix ICE when unwinding past topmost stack frame | Ralf Jung | -0/+4 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -20/+91 |
| 2020-07-30 | Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk | bors | -0/+15 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -0/+15 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -7/+1 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -112/+152 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -114/+98 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -10/+6 |
| 2020-07-26 | typos + fmt | Ralf Jung | -10/+10 |
| 2020-07-26 | move getting the initial value of a static into helper function | Ralf Jung | -12/+19 |
| 2020-07-26 | Miri: replace canonical_alloc_id mechanism by extern_static_alloc_id which is... | Ralf Jung | -93/+74 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -29/+29 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -12/+12 |
| 2020-07-23 | on Windows, use miri_static_root for TLS dtors | Ralf Jung | -1/+4 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -18/+18 |
| 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 |