| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | Prevent caching projections in the case of cycles | Matthew Jasper | -1/+15 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -17/+21 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -1/+13 |
| 2020-12-19 | More rebinds | Jack Huey | -3/+3 |
| 2020-12-18 | Change potentially_qualified to be defined on Binder<PredicateAtom> | Jack Huey | -5/+6 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -17/+21 |
| 2020-12-18 | Rollup merge of #80046 - camelid:diag-docs, r=lcnr | Dylan DPC | -1/+1 |
| 2020-12-16 | Fix typo in method name | Camelid | -1/+1 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -1/+1 |
| 2020-12-08 | simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_m... | Matthias Krüger | -2/+2 |
| 2020-12-05 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2020-12-03 | The details of higher-rank sub are in the rustc book not a doc module. | Benjamin Peterson | -3/+3 |
| 2020-12-02 | add comment to `visit_ct_substs` | Bastian Kauschke | -3/+1 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -33/+1 |
| 2020-12-02 | const_evaluatable_checked: fix occurs check | Bastian Kauschke | -1/+15 |
| 2020-11-27 | Return FxIndexSet instead of FxHashSet to avoid order errors on different pla... | Santiago Pastorino | -3/+3 |
| 2020-11-27 | Inline elaborate_trait_refs_that_define_assoc_type into transitive_bounds_tha... | Santiago Pastorino | -32/+24 |
| 2020-11-27 | Document elaborate_trait_refs_that_define_assoc_type | Santiago Pastorino | -0/+5 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+35 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -5/+27 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+1 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -1/+1 |
| 2020-11-18 | Suggest turbofish for uninferred const argument | Justus K | -5/+27 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -17/+13 |
| 2020-11-16 | words | lcnr | -1/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -75/+73 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `UnresolvedTypeFinder` | LeSeulArtichaut | -11/+4 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -6/+9 |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -9/+9 |
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -9/+9 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -33/+133 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+0 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -6/+6 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -11/+19 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -2/+0 |
| 2020-10-28 | Remove irrelevant FIXME | varkor | -2/+0 |
| 2020-10-26 | Suggest calling await on method call and field access | Esteban Küber | -1/+1 |
| 2020-10-26 | Rollup merge of #78268 - JohnTitor:issue-78262, r=estebank | Dylan DPC | -0/+8 |
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+8 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+27 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -38/+119 |
| 2020-10-23 | Review comments: use newtype instead of `bool` | Esteban Küber | -2/+3 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -14/+32 |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -2/+14 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -2/+2 |
| 2020-10-20 | review comments | Esteban Küber | -1/+1 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -15/+22 |
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -15/+2 |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -33/+133 |
| 2020-10-16 | Review comments | Jack Huey | -1/+1 |