| Age | Commit message (Expand) | Author | Lines |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -11/+9 |
| 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 | 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 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -24/+23 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -2/+39 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -25/+24 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+213 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+51 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -1/+1 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -1/+1 |