about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/method
AgeCommit message (Expand)AuthorLines
2022-10-20rustc_hir_typeck: move whole fileslcnr-6150/+0
2022-10-17Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnrMatthias Krüger-2/+87
2022-10-17trivial fix for comments feedbackyukang-9/+17
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-60/+56
2022-10-07Introduce TypeErrCtxtCameron Steffen-3/+4
2022-10-04find the correct lang item for rangesyukang-32/+44
2022-10-04fix #102396, suggest parentheses for possible range methodsyukang-5/+70
2022-10-02fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins...yukang-0/+54
2022-10-01Refactor rustc lint APIMaybe Waffle-70/+67
2022-09-28Deduplicate some logicmejrs-47/+27
2022-09-27Address feedbackmejrs-16/+45
2022-09-27Wrapper suggestionsmejrs-67/+146
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+5929