| 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-29 | Rollup merge of #67460 - estebank:named-lts, r=nikomatsakis | Ralf Jung | -10/+101 |
| 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-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -10/+10 |
| 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-27 | Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis | bors | -21/+32 |
| 2020-05-24 | perf: Add inline on commonly used methods added in 69464 | Markus Westerlind | -21/+32 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -6/+5 |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -7/+8 |
| 2020-05-22 | Document `collect_bounding_regions` | Matthew Jasper | -0/+11 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -184/+53 |
| 2020-05-22 | Remove unused error reporting code | Matthew Jasper | -536/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -362/+7 |
| 2020-05-22 | Improve the error when an opaque type captures ReEmtpty | Matthew Jasper | -2/+15 |
| 2020-05-22 | Check for upper bound universe errors more carefully | Matthew Jasper | -18/+26 |
| 2020-05-22 | Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis | Ralf Jung | -1/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -12/+20 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -17/+17 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -1/+42 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -1/+42 |
| 2020-05-17 | Logically seperate lazy norm from `const_generics` | Bastian Kauschke | -4/+4 |
| 2020-05-17 | correctly handle escaping bound variables | Bastian Kauschke | -3/+11 |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -12/+4 |
| 2020-05-17 | initial cleanup | Bastian Kauschke | -2/+2 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -6/+14 |
| 2020-05-17 | Emit `ConstEquate` obligation after checking/unifying for inference variables... | Ben Lewis | -55/+59 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -10/+103 |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -4/+16 |
| 2020-05-14 | remove broken link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -3/+1 |
| 2020-05-11 | Fix hang in lexical_region_resolve | Matthew Jasper | -4/+16 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -3/+2 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -4/+8 |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -7/+7 |