| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 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 | -30/+30 |
| 2020-07-25 | Miri: rename "undef" to "uninit" | Philippe Nadon | -12/+12 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -8/+8 |
| 2020-07-24 | Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk | bors | -1/+4 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -62/+50 |
| 2020-07-24 | Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebank | Manish Goregaokar | -89/+92 |
| 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-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 | -19/+19 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -2/+10 |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -2/+10 |
| 2020-07-23 | rename arguments to highlight_if_we_can_match_hir_ty | SNCPlay42 | -7/+6 |