| Age | Commit message (Expand) | Author | Lines |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -14/+1 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -14/+1 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -12/+3 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -4/+22 |
| 2021-01-27 | comments | Ellen | -1/+3 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -4/+20 |
| 2021-01-27 | Rollup merge of #81407 - osa1:issue81098, r=estebank | Yuki Okushi | -2/+4 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -2/+4 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -12/+23 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 2021-01-18 | Add suggestion for impl_candidates with E0283 | Daiki Ihara | -5/+13 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -146/+148 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+4 |
| 2021-01-16 | Review changes | Jack Huey | -150/+150 |
| 2021-01-16 | Cleanup | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -1/+1 |
| 2021-01-16 | Intermediate formatting and such | Jack Huey | -40/+40 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -37/+39 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -12/+3 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -1/+1 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -6/+4 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -0/+6 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -4/+6 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+6 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -1/+1 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -11/+3 |
| 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 |