| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -6967/+0 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -3/+22 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -25/+68 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -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 | -12/+12 |
| 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 | -2/+2 |
| 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 | -1/+1 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -4/+4 |
| 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-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -10/+5 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -6/+4 |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -1/+3 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -2/+2 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -3/+3 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -1/+3 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -4/+4 |
| 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/+207 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+51 |
| 2020-06-23 | Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -198/+30 |
| 2020-06-21 | Fix spurious 'value moved here in previous iteration of loop' messages | Aaron Hill | -1/+1 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -19/+44 |
| 2020-06-11 | Run fmt | Aaron Hill | -4/+2 |
| 2020-06-11 | Use `fn_span` to point to the actual method call | Aaron Hill | -3/+3 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+200 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink | Ralf Jung | -55/+49 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -19/+44 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -4/+9 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -4/+9 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -4/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -1/+1 |
| 2020-05-20 | fix is_const_context | Bastian Kauschke | -1/+1 |
| 2020-05-11 | borrowck `DefId` -> `LocalDefId` | Bastian Kauschke | -55/+49 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -20/+19 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -2/+2 |