| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -26130/+0 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -1/+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-24 | hir: consistent use and naming of lang items | David Wood | -18/+18 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -13/+6 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -1/+1 |
| 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 | -0/+5 |
| 2020-08-19 | Use CopyTaggedPtr for ParamEnv | Mark Rousskov | -60/+47 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -0/+5 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -1/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -17/+15 |
| 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 | -17/+15 |
| 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 | -1/+1 |
| 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 | -1/+1 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -1/+1 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -17/+18 |
| 2020-08-14 | Fix tests and address review comments | Matthew Jasper | -2/+2 |
| 2020-08-14 | Add some documentation for (De|En)codable | Matthew Jasper | -0/+11 |
| 2020-08-14 | Simplify arena_types macros | Matthew Jasper | -1/+1 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -631/+463 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -17/+18 |
| 2020-08-13 | self-profile: Cache more query key strings when doing self-profiling. | Michael Woerister | -1/+45 |
| 2020-08-11 | Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercote | bors | -4/+22 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -2/+2 |
| 2020-08-11 | Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddyb | Dylan DPC | -36/+33 |
| 2020-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 |
| 2020-08-09 | instance: only polymorphize upvar substs | David Wood | -36/+33 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -2/+2 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -14/+10 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -14/+10 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -1/+3 |
| 2020-08-07 | instance: polymorphize `FnDef` substs | David Wood | -2/+12 |
| 2020-08-07 | instance: avoid unnecessary `mk_` calls | David Wood | -2/+10 |
| 2020-08-07 | ty: add `MAY_POLYMORPHIZE` flag | David Wood | -1/+19 |
| 2020-08-07 | instance: always polymorphize substs | David Wood | -38/+8 |
| 2020-08-07 | instance: polymorphize upvar closures/generators | David Wood | -20/+87 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -22/+28 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -1/+3 |
| 2020-08-04 | Add `TyCtxtAt::{ty_error, ty_error_with_message}` | LeSeulArtichaut | -3/+19 |
| 2020-08-04 | Remove two fields from `SubstFolder`. | Nicholas Nethercote | -31/+6 |
| 2020-08-03 | Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk | bors | -0/+2 |