summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late.rs
AgeCommit message (Expand)AuthorLines
2022-12-06Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillotYuki Okushi-1/+1
2022-12-05Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkovMatthias Krüger-1/+1
2022-12-05fix dupe word typosRageking8-1/+1
2022-12-04Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errorsMatthias Krüger-8/+20
2022-12-03Skip recording resolution for duplicated generic params.Camille GILLOT-1/+1
2022-12-03fix #101749, use . instead of :: when accessing a method of an objectyukang-8/+20
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-0/+1
2022-11-24Record in HIR whether lifetime elision was succesful.Camille GILLOT-0/+1
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-1/+1
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-1/+1
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-1/+3
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-1/+8
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-28/+31
2022-11-13migrating rustc_resolve to SessionDiagnostic. work in progress. startRajput, Rajat-1/+8
2022-11-10add 'is_assign_rhs' to avoid weird suggesting 'let'yukang-4/+10
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-17/+37
2022-10-29Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrumbors-34/+69
2022-10-27Only ban duplication across parameters.Camille GILLOT-31/+66
2022-10-27Remove redundant bracesByron Zhong-4/+3
2022-10-27Fix E0433 diagnostics ignoring typo suggestions and outputing wrong messageByron Zhong-16/+37
2022-10-23Do not consider repeated lifetime params for elision.Camille GILLOT-5/+5
2022-10-20Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obkMatthias Krüger-3/+3
2022-10-20fix rust-lang#101880: suggest let for assignment, and some code refactoryukang-0/+8
2022-10-20check if impl_self is `Some`Takayuki Maeda-1/+1
2022-10-19Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726Dylan DPC-6/+11
2022-10-19fix `SelfVisitor::is_self_ty` ICETakayuki Maeda-3/+3
2022-10-18Consider patterns in fn params in an `Elided(Infer)` lifetime rib.Camille GILLOT-6/+11
2022-10-15Rollup merge of #102884 - petrochenkov:liferib, r=cjgillotDylan DPC-65/+77
2022-10-13resolve: Regroup lifetime rib kinds to account for their purposeVadim Petrochenkov-16/+23
2022-10-13resolve: Remove redundant item lifetime ribsVadim Petrochenkov-37/+28
2022-10-13resolve: Add some asserts for unexpected lifetime rib combinationsVadim Petrochenkov-12/+26
2022-10-12fix #102946Takayuki Maeda-1/+1
2022-10-11Rollup merge of #102889 - petrochenkov:partres, r=cjgillotMatthias Krüger-13/+15
2022-10-11Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkovMatthias Krüger-3/+30
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-3/+30
2022-10-11rustc_hir: Less error-prone methods for accessing `PartialRes` resolutionVadim Petrochenkov-13/+15
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-1/+0
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-5/+5
2022-10-05Delay function resolution error until typeckMichael Goulet-0/+2
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-23/+24
2022-09-29Change the "dummy self type".Nicholas Nethercote-2/+2
2022-09-24Only record extra lifetime params for async trait fn with no bodyMichael Goulet-38/+40
2022-09-24Resolve async fn signature even without body (in trait)Michael Goulet-3/+2
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-5/+5
2022-09-09Make async fn in traits workMichael Goulet-1/+1
2022-09-02Refactor and re-use BindingAnnotationCameron Steffen-7/+7
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-5/+2
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-9/+9
2022-08-23Remove FnItemRibKind.Camille GILLOT-16/+9
2022-08-23Improve local generic parameter suggestions.Camille GILLOT-9/+9