| Age | Commit message (Expand) | Author | Lines |
| 2020-08-05 | Auto merge of #75155 - davidtwco:polymorphization-incr-comp-optimisations, r=... | bors | -10/+29 |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -33/+61 |
| 2020-08-05 | Rollup merge of #75149 - felixonmars:patch-1, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2020-08-04 | mir: add debug assertion to check polymorphization | David Wood | -2/+14 |
| 2020-08-04 | metadata: skip empty polymorphization bitset | David Wood | -0/+7 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -33/+61 |
| 2020-08-04 | mir: use `FiniteBitSet<u32>` in polymorphization | David Wood | -8/+8 |
| 2020-08-04 | Correct a typo in interpret/memory.rs | Felix Yan | -1/+1 |
| 2020-08-04 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -1/+9 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -3/+3 |
| 2020-08-03 | Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obk | bors | -3/+1 |
| 2020-08-03 | Remove redundant assignment from CfgSimplifier | Tomasz Miąsko | -2/+0 |
| 2020-08-03 | Fix change detection in CfgSimplifier::collapse_goto_chain | Tomasz Miąsko | -1/+1 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -3/+2 |
| 2020-08-01 | Rollup merge of #74983 - oli-obk:mir_opt_goto_chain, r=ecstatic-morse | Manish Goregaokar | -26/+43 |
| 2020-08-01 | Replace a recursive algorithm with an iterative one and a stack. | Oliver Scherer | -26/+43 |
| 2020-08-01 | Auto merge of #74945 - dingxiangfei2009:promote-static-ref-deref, r=oli-obk | bors | -2/+40 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -20/+91 |
| 2020-08-01 | Rollup merge of #74984 - RalfJung:miri-unwind-top, r=oli-obk | Yuki Okushi | -0/+4 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -3/+2 |
| 2020-07-31 | Miri: fix ICE when unwinding past topmost stack frame | Ralf Jung | -0/+4 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -5/+5 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -20/+91 |
| 2020-07-31 | rustfmt | Ding Xiang Fei | -1/+3 |
| 2020-07-31 | Remove a trailing space | Ding Xiang Fei | -1/+1 |
| 2020-07-31 | Add comments to explain the test case and the special treatment | Ding Xiang Fei | -1/+13 |
| 2020-07-30 | Special treatment for dereferencing a borrow to a static definition | Ding Xiang Fei | -2/+26 |
| 2020-07-30 | Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk | bors | -0/+15 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -132/+178 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -0/+15 |
| 2020-07-29 | Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandry | bors | -94/+124 |
| 2020-07-29 | Stop propagating to locals that were marks as unpropagatable. | Oliver Scherer | -5/+11 |
| 2020-07-29 | Check whether locals are too large instead of whether accesses into them are ... | Oliver Scherer | -56/+60 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -2/+9 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+2 |
| 2020-07-28 | Refactor MIR coverage instrumentation | Rich Kadel | -88/+118 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -26/+32 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -113/+153 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -43/+38 |
| 2020-07-27 | cleanup | Bastian Kauschke | -8/+7 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -18/+17 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -2/+2 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -3/+3 |
| 2020-07-27 | review | Bastian Kauschke | -1/+0 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -11/+13 |
| 2020-07-27 | progress | Bastian Kauschke | -13/+9 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -7/+7 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -116/+100 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -12/+8 |