| Age | Commit message (Expand) | Author | Lines |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -0/+15 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -0/+15 |
| 2020-08-14 | Auto merge of #75503 - JulianKnodt:opt_opt, r=oli-obk | bors | -93/+72 |
| 2020-08-14 | Rm allocation in uninhabited_enum_branching | kadmin | -53/+33 |
| 2020-08-13 | Clean up some mir transform passes | kadmin | -51/+50 |
| 2020-08-13 | bless diff | kadmin | -5/+11 |
| 2020-08-13 | Update to pick Eq or Ne | kadmin | -13/+15 |
| 2020-08-13 | Update w/ comments from oli | kadmin | -56/+39 |
| 2020-08-13 | Update to actually use transform | kadmin | -0/+1 |
| 2020-08-13 | First iteration of simplify match branches | kadmin | -0/+103 |
| 2020-08-12 | fix span of stack size error | Ralf Jung | -12/+16 |
| 2020-08-12 | fix typos | Ralf Jung | -3/+3 |
| 2020-08-12 | more precise span for erroneous consts during CTFE/Miri | Ralf Jung | -16/+29 |
| 2020-08-12 | miri: fall back to whole-function span when loc==None | Ralf Jung | -11/+9 |
| 2020-08-12 | only set frame location during push after preamble is done | Ralf Jung | -1/+2 |
| 2020-08-12 | Rollup merge of #75394 - oli-obk:get_static, r=RalfJung | Yuki Okushi | -17/+5 |
| 2020-08-11 | Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiser | bors | -12/+29 |
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -12/+29 |
| 2020-08-11 | Add a function to `TyCtxt` for computing an `Allocation` for a `static` item'... | Oliver Scherer | -17/+5 |
| 2020-08-11 | Rollup merge of #75338 - RalfJung:const-eval-stack-size-check, r=oli-obk | Yuki Okushi | -5/+10 |
| 2020-08-11 | Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnr | Yuki Okushi | -4/+10 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -14/+14 |
| 2020-08-11 | Rollup merge of #75339 - RalfJung:eval-required, r=oli-obk | Dylan DPC | -24/+203 |
| 2020-08-10 | polymorphize: constrain unevaluated const handling | David Wood | -4/+10 |
| 2020-08-09 | rustc_mir: use IndexSet in PlaceholderIndices | Josh Stone | -8/+7 |
| 2020-08-09 | rustc_mir: use IndexMap in BorrowSet | Josh Stone | -43/+52 |
| 2020-08-09 | evaluate required_consts when pushing stack frame in Miri engine | Ralf Jung | -0/+7 |
| 2020-08-09 | move stack size check to const_eval machine | Ralf Jung | -5/+10 |
| 2020-08-09 | move const_eval error reporting logic into rustc_mir::const_eval::error | Ralf Jung | -24/+196 |
| 2020-08-08 | Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr | bors | -13/+32 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -14/+14 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -13/+23 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -13/+23 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -2/+2 |
| 2020-08-08 | fix clippy::clone_on_copy: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-08-07 | polymorphize: non-promoted unevaluated constants | David Wood | -13/+25 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -60/+70 |
| 2020-08-07 | polymorphize: visit promoted MIR | David Wood | -0/+7 |
| 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 |