about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/callee.rs
AgeCommit message (Expand)AuthorLines
2022-10-20rustc_hir_typeck: move whole fileslcnr-831/+0
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-1/+2
2022-10-05Update compiler/rustc_hir_analysis/src/check/callee.rsMichael Goulet-1/+1
2022-10-05Suggest calling method if fn does not existMichael Goulet-6/+120
2022-10-05Delay function resolution error until typeckMichael Goulet-1/+17
2022-09-29Split out the error reporting logic into a separate functionOli Scherer-134/+140
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+694