| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -46121/+0 |
| 2020-08-29 | New pass to optimize `if`conditions on integrals to switches on the integer | Simon Vandel Sillesen | -0/+23 |
| 2020-08-28 | Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrum | bors | -1/+3 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -1/+3 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -1/+7 |
| 2020-08-27 | Auto merge of #72784 - csmoe:issue-61076, r=estebank | bors | -0/+4 |
| 2020-08-27 | add projection_ty_from_predicates query | csmoe | -0/+4 |
| 2020-08-26 | Auto merge of #75898 - lcnr:variant-def-recovered, r=petrochenkov | bors | -4/+13 |
| 2020-08-26 | Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk | bors | -7/+7 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -1/+7 |
| 2020-08-25 | VariantDef: move recovered into VariantFlags | Bastian Kauschke | -4/+13 |
| 2020-08-25 | Auto merge of #75132 - scottmcm:stabilize-range-is-empty, r=dtolnay | bors | -1/+0 |
| 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 | -19/+19 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-08-23 | Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank | bors | -0/+1 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -7/+7 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -3/+26 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -3/+26 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -15/+9 |
| 2020-08-22 | MIR call terminator represents diverging calls too | Simonas Kazlauskas | -1/+1 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -1/+4 |
| 2020-08-20 | Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper | bors | -2/+13 |
| 2020-08-20 | Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obk | Josh Stone | -2/+13 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -5/+30 |
| 2020-08-20 | Apply suggestions from code review | Oliver Scherer | -2/+2 |
| 2020-08-20 | Add missing tick for doc | Lzu Tao | -1/+1 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -32/+140 |
| 2020-08-19 | Use CopyTaggedPtr for ParamEnv | Mark Rousskov | -60/+47 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -2/+13 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -32/+140 |
| 2020-08-18 | Typo | Oliver Scherer | -1/+1 |
| 2020-08-18 | Elaborate docs on the `promoted_mir` query | Oliver Scherer | -1/+4 |
| 2020-08-18 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -5/+27 |
| 2020-08-18 | Provide better spans for the match arm without tail expression | Wonwoo Choi | -0/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -31/+29 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -31/+29 |
| 2020-08-16 | Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddyb | Tyler Mandry | -15/+12 |
| 2020-08-16 | Rollup merge of #74346 - eddyb:reachable-defs, r=nikomatsakis | Tyler Mandry | -2/+3 |
| 2020-08-16 | Rollup merge of #74314 - eddyb:closure-substs-direct, r=nikomatsakis | Tyler Mandry | -27/+68 |
| 2020-08-16 | move DelaySpanBugEmitted to ty::context | mark | -15/+12 |
| 2020-08-16 | Auto merge of #73176 - LeSeulArtichaut:tyctxtat-err, r=eddyb | bors | -3/+19 |
| 2020-08-16 | rustc_typeck: construct {Closure,Generator}Substs more directly. | Eduard-Mihai Burtescu | -27/+68 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -2/+3 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -38/+35 |