| Age | Commit message (Expand) | Author | Lines |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -0/+6 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -1/+1 |
| 2021-01-02 | use hir::Place instead of Symbol in closure_kind_origin | Roxane | -4/+4 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -11/+11 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -35/+21 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -2/+2 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -24/+9 |
| 2020-12-26 | Auto merge of #80246 - matthewjasper:projection-cycle-caching, r=Mark-Simulacrum | bors | -7/+20 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -24/+9 |
| 2020-12-20 | Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv` | Aaron Hill | -6/+4 |
| 2020-12-20 | Prevent caching projections in the case of cycles | Matthew Jasper | -6/+12 |
| 2020-12-20 | Make recursion limit fatal in project | Matthew Jasper | -1/+8 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -12/+6 |
| 2020-12-19 | Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis | bors | -3/+3 |
| 2020-12-19 | More rebinds | Jack Huey | -46/+47 |
| 2020-12-17 | Revert change to evaluation order | Matthew Jasper | -3/+3 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -44/+45 |
| 2020-12-11 | use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that... | Matthias Krüger | -21/+20 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -44/+45 |
| 2020-12-05 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2020-12-03 | Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul... | bors | -2/+1 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -2/+1 |
| 2020-12-01 | Ignore trait implementations with negative polarity when suggesting trait imp... | ThePuzzlemaker | -1/+11 |
| 2020-11-29 | Remove extra call to upvar_tys | Aman Arora | -10/+0 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -1/+2 |
| 2020-11-29 | Rollup merge of #79516 - jyn514:cleanup-trait-solver, r=Aaron1011 | Dylan DPC | -2/+1 |
| 2020-11-28 | Remove unnecessary `mut` binding | Joshua Nelson | -2/+1 |
| 2020-11-27 | Change comments on types to doc-comments | Joshua Nelson | -6/+6 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -1/+2 |
| 2020-11-23 | Rollup merge of #79325 - LingMan:try_op, r=jonas-schievink | Jonas Schievink | -7/+3 |
| 2020-11-23 | Reduce boilerplate with the `?` operator | LingMan | -7/+3 |
| 2020-11-22 | winnow: drop non-const cand. in favor of const | Jonas Schievink | -1/+9 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -15/+17 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -1/+1 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -6/+40 |
| 2020-11-18 | review comment | Esteban Küber | -3/+1 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+13 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -6/+30 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -0/+1 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -50/+34 |
| 2020-11-16 | words | lcnr | -15/+13 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -165/+158 |
| 2020-11-16 | instrument `QueryNormalizer::fold_ty` | Bastian Kauschke | -0/+1 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+1 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `structural_match::Search` | LeSeulArtichaut | -36/+15 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -14/+17 |
| 2020-11-13 | Push to result vector instead of allocating | Dániel Buga | -4/+1 |