about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect
AgeCommit message (Expand)AuthorLines
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