| Age | Commit message (Expand) | Author | Lines |
| 2020-08-05 | Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser | bors | -33/+61 |
| 2020-08-04 | Completes support for coverage in external crates | Rich Kadel | -33/+61 |
| 2020-08-04 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -1/+9 |
| 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 | 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-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -4/+4 |
| 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-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-28 | Refactor MIR coverage instrumentation | Rich Kadel | -88/+118 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -12/+12 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -12/+11 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -1/+1 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -1/+1 |
| 2020-07-27 | review | Bastian Kauschke | -1/+0 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -2/+4 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -1/+1 |
| 2020-07-27 | rename eval_const_to_op -> const_to_op | Ralf Jung | -1/+1 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -8/+8 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -62/+50 |
| 2020-07-24 | Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk | Manish Goregaokar | -21/+85 |
| 2020-07-23 | slightly adapt const prop | Bastian Kauschke | -7/+7 |
| 2020-07-22 | note LLVM in fixme | Bastian Kauschke | -1/+1 |
| 2020-07-22 | Optimize away BitAnd and BitOr when possible | Xavier Denis | -21/+85 |
| 2020-07-22 | const prop into operands | Bastian Kauschke | -62/+50 |
| 2020-07-22 | Fix rebase fallout | Aaron Hill | -1/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -3/+3 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -4/+4 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -3/+3 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -39/+26 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -1/+1 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -56/+204 |
| 2020-07-17 | Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelix | Manish Goregaokar | -3/+1 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -56/+204 |
| 2020-07-16 | Rollup merge of #74357 - nnethercote:symbol-related-improvements, r=oli-obk | Manish Goregaokar | -82/+30 |
| 2020-07-17 | Add `UnsafetyViolationDetails`. | Nicholas Nethercote | -82/+30 |
| 2020-07-16 | Rollup merge of #74221 - oli-obk:const_prop_ice, r=wesleywiser | Manish Goregaokar | -5/+21 |
| 2020-07-15 | Don't panic if the lhs of a div by zero is not statically known | Oliver Scherer | -5/+21 |
| 2020-07-15 | unsafety_check_result_for_const_arg | Bastian Kauschke | -3/+3 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -7/+7 |
| 2020-07-15 | improve naming | Bastian Kauschke | -37/+48 |