summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/mod.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-9/+9
2022-12-28better names and a commentMichael Goulet-2/+2
2022-12-28Rename module compare_method -> compare_impl_itemMichael Goulet-3/+3
2022-12-24Rename some compare_method functionsMichael Goulet-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+3
2022-12-13Address nitsMichael Goulet-1/+1
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-5/+1
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-2/+2
2022-11-06interpret: support for per-byte provenanceRalf Jung-1/+1
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-479/+23
2022-10-07Rewrite representabilityCameron Steffen-1/+0
2022-09-30make `compare_const_impl` a query and use it in `instance.rs`Boxy-0/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+971