about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect
AgeCommit message (Expand)AuthorLines
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-49/+54
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-17/+21
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-6/+8
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-50/+53
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-52/+71
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-3/+2
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-45/+32
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-6/+4
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-32/+71
2022-11-12Verify predicates on RPIT and async opaques.Camille GILLOT-20/+0
2022-11-11Clean-up formatting.Camille GILLOT-5/+4
2022-11-11Resolve lifetimes using the regular logic for RPIT.Camille GILLOT-37/+36
2022-11-11Resolve lifetimes independently for each item-like.Camille GILLOT-177/+66
2022-11-08Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakisManish Goregaokar-5/+99
2022-11-08commentBoxy-11/+23
2022-11-08add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'yukang-2/+2
2022-11-06fixyfixfixBoxy-5/+87
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-3/+4
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-2/+29
2022-10-31Free late-bound lifetimes in closures as wellMichael Goulet-3/+4
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-20/+20
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-20/+20
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-0/+6
2022-10-27tidy + move logic to fnBoxy-29/+4
2022-10-27use proper spansBoxy-5/+8
2022-10-27DoItBoxy-1/+31
2022-10-24Make param index generation a bit more robustOli Scherer-13/+14
2022-10-22Note scope of TAIT more accuratelyMichael Goulet-0/+6
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-2/+2
2022-10-13Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errorsbors-26/+41
2022-10-12Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakisbors-3/+2
2022-10-10Move lifetime resolution module to rustc_hir_analysis.Camille GILLOT-0/+1888
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-2/+2
2022-10-07Check hidden types in dead codeOli Scherer-13/+33
2022-10-07Unconditionally encode hidden types in typeck resultsOli Scherer-14/+9
2022-10-07fix a ICE #102768Takayuki Maeda-2/+4
2022-10-05Support default-body trait functions with RPITITMichael Goulet-3/+2
2022-10-01Refactor rustc lint APIMaybe Waffle-3/+2
2022-09-29Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPCbors-30/+87
2022-09-29Split collect.rsOli Scherer-0/+1188
2022-09-27Support bindings with anon consts in genericsMichael Goulet-2/+45
2022-09-27Make type_of work correctly for const arg bindingsMichael Goulet-3/+9
2022-09-27Format type_ofMichael Goulet-28/+36
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+989