| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -21578/+0 |
| 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 | -3/+3 |
| 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 | cleanup | DPC | -1/+1 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -11/+9 |
| 2020-08-23 | change offset from u32 to u64 | DPC | -2/+2 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -1/+1 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -1/+1 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -1/+5 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -14/+14 |
| 2020-08-09 | rustc_mir: use IndexSet in PlaceholderIndices | Josh Stone | -8/+7 |
| 2020-08-09 | rustc_mir: use IndexMap in BorrowSet | Josh Stone | -36/+45 |
| 2020-08-08 | Be consistent when describing a move as a 'partial' in diagnostics | Aaron Hill | -25/+68 |
| 2020-08-08 | fix clippy::needless_return: remove unneeded return statements | Matthias Krüger | -1/+1 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -6/+6 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -1/+1 |
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -2/+2 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -9/+9 |
| 2020-07-27 | progress | Bastian Kauschke | -13/+9 |
| 2020-07-27 | convert trivial predicates | Bastian Kauschke | -7/+7 |
| 2020-07-24 | Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebank | Manish Goregaokar | -89/+92 |
| 2020-07-23 | rename arguments to highlight_if_we_can_match_hir_ty | SNCPlay42 | -7/+6 |
| 2020-07-23 | move highlight_if_we_can_match_hir_ty call | SNCPlay42 | -6/+5 |
| 2020-07-22 | decouple highlight_if_we_cannot_match_hir_ty | SNCPlay42 | -10/+10 |
| 2020-07-22 | clean up give_name_if_anonymous_region_appears_in_arguments | SNCPlay42 | -18/+9 |
| 2020-07-22 | rename functions | SNCPlay42 | -7/+7 |
| 2020-07-22 | change returns to RegionNameHighlight | SNCPlay42 | -38/+29 |
| 2020-07-22 | extract RegionNameHighlight | SNCPlay42 | -23/+40 |
| 2020-07-22 | add RegionName::span | SNCPlay42 | -13/+19 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -7/+7 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -15/+10 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ty_def_id -> def_id_for_type_of | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -8/+8 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -5/+5 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -52/+67 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -2/+2 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+2 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -6/+4 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-04 | instantiate_opaque_types LocalDefId | Bastian Kauschke | -6/+6 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -2/+39 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -2/+2 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -1/+1 |