about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src
AgeCommit message (Expand)AuthorLines
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-27Deny associated type bindings within associated type bindingsMichael Goulet-3/+9
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-2/+2
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-49/+10
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+56644