| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -0/+8 |
| 2022-10-20 | check if impl_self is `Some` | Takayuki Maeda | -1/+1 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -6/+11 |
| 2022-10-19 | fix `SelfVisitor::is_self_ty` ICE | Takayuki Maeda | -3/+3 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -6/+11 |
| 2022-10-15 | Rollup merge of #102884 - petrochenkov:liferib, r=cjgillot | Dylan DPC | -65/+77 |
| 2022-10-13 | resolve: Regroup lifetime rib kinds to account for their purpose | Vadim Petrochenkov | -16/+23 |
| 2022-10-13 | resolve: Remove redundant item lifetime ribs | Vadim Petrochenkov | -37/+28 |
| 2022-10-13 | resolve: Add some asserts for unexpected lifetime rib combinations | Vadim Petrochenkov | -12/+26 |
| 2022-10-12 | fix #102946 | Takayuki Maeda | -1/+1 |
| 2022-10-11 | Rollup merge of #102889 - petrochenkov:partres, r=cjgillot | Matthias Krüger | -13/+15 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -3/+30 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -3/+30 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -13/+15 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1/+0 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -5/+5 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -0/+2 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -23/+24 |
| 2022-09-29 | Change the "dummy self type". | Nicholas Nethercote | -2/+2 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -38/+40 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -3/+2 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -5/+5 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -1/+1 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -7/+7 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -5/+2 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -9/+9 |
| 2022-08-23 | Remove FnItemRibKind. | Camille GILLOT | -16/+9 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -9/+9 |
| 2022-08-23 | Create specific ConstantHasGenerics for ConstantItemRibKind. | Camille GILLOT | -14/+21 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -1/+1 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -3/+2 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -1/+1 |
| 2022-07-30 | Always create elided lifetimes, even if inferred. | Camille GILLOT | -23/+20 |
| 2022-07-26 | Move fn parameter ribs outwards. | Camille GILLOT | -36/+62 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -71/+37 |
| 2022-07-26 | Remove the distinction between LifetimeName::Implicit and LifetimeName::Under... | Camille GILLOT | -38/+12 |
| 2022-07-26 | Do not produce extra lifetime parameters when not needed. | Camille GILLOT | -0/+3 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -161/+499 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -161/+473 |
| 2022-07-23 | Use span_bug in case of unexpected rib kind | Jordan McQueen | -1/+1 |
| 2022-07-20 | Introduce AnonymousLifetimeRib::Elided and use it for implied 'static. | Camille GILLOT | -2/+28 |
| 2022-07-19 | Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebank | bors | -2/+2 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -8/+45 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -11/+9 |
| 2022-07-12 | Add `LifetimeBinderKind::Closure` | Maybe Waffle | -1/+3 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -7/+42 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -1/+1 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+24 |
| 2022-07-08 | Check if E0530 is `rustc_resolve::late::PatternSource::Match` to emit suggestion | Obei Sideg | -4/+4 |