about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/intrinsicck.rs
AgeCommit message (Expand)AuthorLines
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-4/+3
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-4/+4
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-2/+2
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-106/+0
2022-10-07Allow transmutes between the same types after erasing lifetimesOli Scherer-5/+15
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-1/+1
2022-10-03`HirId` for `deferred_transmute_checks`lcnr-8/+11
2022-10-01Refactor rustc lint APIMaybe Waffle-6/+5
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+531