| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Remove redundancy in cache key | Tyler Mandry | -1/+1 |
| 2020-10-03 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -9/+33 |
| 2020-10-03 | Only visit types once when walking the type tree | Valerii Lashmanov | -20/+94 |
| 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 | 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 |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -6/+6 |
| 2020-08-14 | Add some documentation for (De|En)codable | Matthew Jasper | -0/+11 |
| 2020-08-14 | Simplify arena_types macros | Matthew Jasper | -72/+29 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -764/+591 |
| 2020-08-13 | Rollup merge of #75459 - RalfJung:local-info, r=oli-obk | Tyler Mandry | -3/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -38/+35 |
| 2020-08-13 | self-profile: Cache more query key strings when doing self-profiling. | Michael Woerister | -1/+45 |
| 2020-08-12 | fix LocalInfo doc comment | Ralf Jung | -3/+6 |
| 2020-08-12 | Rollup merge of #75394 - oli-obk:get_static, r=RalfJung | Yuki Okushi | -0/+23 |