| Age | Commit message (Expand) | Author | Lines |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -21/+26 |
| 2020-05-30 | Consider all possible one letter lifetimes in suggestion | Esteban Küber | -3/+3 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -13/+33 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -11/+23 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -4/+18 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -52/+32 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -8/+18 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -69/+113 |
| 2020-05-28 | Account for `Self` as a type param | Esteban Küber | -3/+7 |
| 2020-05-27 | review comments: change wording and visual output | Esteban Küber | -47/+16 |
| 2020-05-27 | Fix rebase | Esteban Küber | -3/+4 |
| 2020-05-27 | fix rebase | Esteban Küber | -1/+1 |
| 2020-05-27 | fix rebase | Esteban Küber | -4/+2 |
| 2020-05-27 | Modify wording | Esteban Küber | -11/+72 |
| 2020-05-27 | fix rebase | Esteban Küber | -3/+3 |
| 2020-05-27 | review comment: use FxIndexSet | Esteban Küber | -3/+3 |
| 2020-05-27 | review comments | Esteban Küber | -40/+18 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -13/+43 |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -5/+55 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -164/+48 |
| 2020-05-22 | Remove unused error reporting code | Matthew Jasper | -474/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -45/+0 |
| 2020-05-22 | Improve the error when an opaque type captures ReEmtpty | Matthew Jasper | -2/+15 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -1/+42 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+1 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -3/+5 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -2/+3 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -2/+3 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -1/+7 |
| 2020-04-27 | fix typo | Esteban Kuber | -1/+1 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -6/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -33/+27 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -33/+27 |
| 2020-04-25 | Rollup merge of #71534 - cuviper:unused-option-map, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2020-04-25 | Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebank | Dylan DPC | -6/+52 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -6/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -6/+4 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -5/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -5/+10 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -19/+31 |
| 2020-04-18 | On `FnDef` type annotation suggestion, use fn-pointer output | Esteban Küber | -1/+7 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -2/+2 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2020-04-14 | Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb | bors | -1/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 |
| 2020-04-13 | Just `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`. | marmeladema | -1/+1 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id` | marmeladema | -1/+2 |