summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/dropck.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-3/+4
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-8/+16
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+4
2022-11-21Treat different opaque types of the same def id as equal during coherenceOli Scherer-0/+4
2022-10-22Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obkbors-1/+1
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-7/+1
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+329