| Age | Commit message (Expand) | Author | Lines |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+4 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -6/+14 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+7 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -6/+6 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -3/+5 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -15/+15 |
| 2023-02-16 | Clarify `DerivedObligationCause` may hold alias id | Alan Egerton | -1/+1 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -6/+4 |
| 2023-02-16 | don't into self | Matthias Krüger | -2/+2 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -31/+29 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -6/+4 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -15/+15 |
| 2023-02-15 | Rollup merge of #108049 - clubby789:dont-suggest-unstable, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -16/+6 |
| 2023-02-15 | Rollup merge of #107034 - IntQuant:issue-100717-infer-5, r=oli-obk | Matthias Krüger | -230/+448 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -3/+3 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -1/+1 |
| 2023-02-15 | Don't suggest `#[doc(hidden)]` methods | clubby789 | -1/+3 |
| 2023-02-15 | Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC | bors | -0/+65 |
| 2023-02-15 | Rollup merge of #107173 - clubby789:suggest-array-length, r=compiler-errors | Dylan DPC | -0/+65 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -0/+30 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -31/+29 |
| 2023-02-15 | Remove `reuse_or_mk_region`. | Nicholas Nethercote | -3/+3 |
| 2023-02-14 | Specify correct spans in suggest_await_on_expect_found | IQuant | -8/+6 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -1/+1 |
| 2023-02-14 | Port PlaceholderRelationLfNotSatisfied diagnostic | IQuant | -29/+96 |
| 2023-02-14 | Port ConsiderAddingAwait | IQuant | -38/+70 |
| 2023-02-14 | Port SuggestRemoveSemiOrReturnBinding | IQuant | -46/+92 |
| 2023-02-14 | Make sure tests pass | Nikita Tomashevich | -1/+1 |
| 2023-02-14 | Port WhereClauseSuggestions | Nikita Tomashevich | -17/+37 |
| 2023-02-14 | Resolve rebase | Nikita Tomashevich | -38/+2 |
| 2023-02-14 | Port another diagnostic | Nikita Tomashevich | -15/+19 |
| 2023-02-14 | Port RefLongerThanData | Nikita Tomashevich | -17/+27 |
| 2023-02-14 | Port "BorrowedTooLong" diagnostic | Nikita Tomashevich | -5/+41 |
| 2023-02-14 | Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied... | Nikita Tomashevich | -76/+117 |
| 2023-02-13 | Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi... | Matthias Krüger | -27/+38 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -16/+6 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -27/+38 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -19/+19 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -11/+11 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -8/+8 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -19/+23 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -6/+6 |
| 2023-02-13 | Pre-intern some commonly used type variables. | Nicholas Nethercote | -11/+6 |
| 2023-02-12 | rename query and use `NoSolution` | Boxy | -1/+3 |
| 2023-02-12 | Suggest the correct array length on mismatch | clubby789 | -0/+65 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -0/+28 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -153/+164 |