| Age | Commit message (Expand) | Author | Lines |
| 2020-08-15 | MatchBranchSimplification: fix equal const bool assignments | Tomasz Miąsko | -35/+82 |
| 2020-08-14 | polymorphize: `I` used if `T` used in `I: Foo<T>` | David Wood | -31/+119 |
| 2020-08-14 | Rollup merge of #75517 - RalfJung:promo-intern-comments, r=oli-obk | Tyler Mandry | -2/+9 |
| 2020-08-14 | MatchBranchSimplification: copy discriminant instead of moving it | Tomasz Miąsko | -1/+1 |
| 2020-08-14 | MatchBranchSimplification: optimize when switching on copy operand | Tomasz Miąsko | -1/+1 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -0/+15 |
| 2020-08-14 | add a FIXME concerning interning of promoteds | Ralf Jung | -0/+6 |
| 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 | answer an old question re: intern kinds | Ralf Jung | -1/+2 |
| 2020-08-14 | mention 'lifetime extension' in promotion doc comments | Ralf Jung | -1/+1 |
| 2020-08-14 | Rm allocation in uninhabited_enum_branching | kadmin | -53/+33 |
| 2020-08-14 | Add fix | kadmin | -9/+7 |
| 2020-08-13 | Clean up some mir transform passes | kadmin | -51/+50 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -26/+26 |
| 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 | Make `<*const T>::is_null` const fn | Oliver Scherer | -3/+39 |
| 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 | Be consistent when describing a move as a 'partial' in diagnostics | Aaron Hill | -25/+68 |
| 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 |