about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/bounds.rs
AgeCommit message (Expand)AuthorLines
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-1/+1
2022-11-21Add helper to create the trait ref for a lang itemOli Scherer-4/+4
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-4/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+90