| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -13372/+0 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+228 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -1/+1 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -5/+5 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -1/+1 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -66/+159 |
| 2020-08-20 | Apply suggestions from code review | Oliver Scherer | -1/+1 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -279/+104 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -279/+104 |
| 2020-08-18 | Explain why we are creating an aggregate constant | Oliver Scherer | -0/+2 |
| 2020-08-18 | Address review comments | Oliver Scherer | -3/+3 |
| 2020-08-18 | mir building: fix some comments | Ralf Jung | -1/+2 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -64/+155 |
| 2020-08-18 | Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitor | bors | -1/+1 |
| 2020-08-18 | Rollup merge of #75578 - 5M1Sec:master, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -3/+3 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+3 |
| 2020-08-16 | Allowing raw ptr dereference in const fn | 5M1Sec | -1/+1 |
| 2020-08-16 | Implement 'considered equal' for statements, so that for example `_0 = _1` an... | Simon Vandel Sillesen | -36/+223 |
| 2020-08-15 | Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obk | bors | -37/+79 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -9/+9 |
| 2020-08-15 | MatchBranchSimplification: avoid intermediate vec allocation | Tomasz Miąsko | -38/+35 |
| 2020-08-15 | MatchBranchSimplification: fix equal const bool assignments | Tomasz Miąsko | -35/+82 |
| 2020-08-14 | Rollup merge of #75517 - RalfJung:promo-intern-comments, r=oli-obk | Tyler Mandry | -1/+1 |
| 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 | 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 | 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 | -9/+9 |
| 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 | -0/+8 |
| 2020-08-11 | Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiser | bors | -11/+26 |
| 2020-08-11 | move Deaggregate pass to post_borrowck_cleanup | Ralf Jung | -11/+26 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -1/+1 |
| 2020-08-09 | move const_eval error reporting logic into rustc_mir::const_eval::error | Ralf Jung | -2/+2 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -1/+1 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -9/+10 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -9/+10 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -1/+1 |
| 2020-08-08 | fix clippy::clone_on_copy: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -60/+70 |