| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -58178/+0 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+228 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -4/+23 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -19/+12 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -4/+23 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -25/+68 |
| 2020-08-25 | Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelix | bors | -1012/+1095 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -1/+0 |
| 2020-08-25 | tidy | DPC | -1/+1 |
| 2020-08-25 | cleanup | DPC | -9/+5 |
| 2020-08-25 | removed not-needed conversion | DPC | -2/+1 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -1/+0 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -28/+26 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -11/+9 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -1/+1 |
| 2020-08-21 | Add partitioning -Z option to control which partitioning scheme is used | Wesley Wiser | -3/+11 |
| 2020-08-21 | Split partitioning.rs into a module | Wesley Wiser | -676/+704 |
| 2020-08-21 | Add a CGU partitioning trait | Wesley Wiser | -287/+334 |
| 2020-08-20 | Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper | bors | -1/+1 |
| 2020-08-20 | Suppress ty::Float in MIR comments of ty::Const | Lzu Tao | -1/+1 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -68/+184 |
| 2020-08-20 | Apply suggestions from code review | Oliver Scherer | -1/+1 |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -0/+4 |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -0/+1 |
| 2020-08-20 | Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co... | bors | -75/+12 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -285/+126 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -285/+126 |
| 2020-08-18 | Explain why we are creating an aggregate constant | Oliver Scherer | -0/+2 |
| 2020-08-18 | Address review comments | Oliver Scherer | -4/+4 |
| 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 | -66/+180 |
| 2020-08-18 | Auto merge of #75566 - alasher:master, r=oli-obk | bors | -8/+18 |
| 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 | -10/+10 |
| 2020-08-17 | Suppress verbose MIR comments for trivial types | Austin Lasher | -8/+18 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -10/+10 |
| 2020-08-17 | Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiser | bors | -36/+223 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -3/+39 |
| 2020-08-17 | polymorphize: ∃ used param ∈ predicate → all used | David Wood | -75/+12 |
| 2020-08-17 | Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obk | bors | -10/+23 |
| 2020-08-17 | fix typo | Ralf Jung | -1/+1 |
| 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-16 | miri engine: add option to use force_int for alignment check | Ralf Jung | -10/+23 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -3/+3 |
| 2020-08-15 | Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obk | bors | -37/+79 |
| 2020-08-15 | Auto merge of #75518 - davidtwco:issue-75326-polymorphization-symbol-mangling... | bors | -31/+119 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -26/+26 |
| 2020-08-15 | MatchBranchSimplification: avoid intermediate vec allocation | Tomasz Miąsko | -38/+35 |