about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/entry.rs
AgeCommit message (Expand)AuthorLines
2023-12-22Emits error if has bound regionsr0cky-1/+4
2023-12-18Check generic params after sigature for main-fn-tyr0cky-25/+24
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-4/+4
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-4/+4
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-1/+1
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-29/+25
2023-09-21Record asyncness span in HIRMichael Goulet-2/+2
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-29/+25
2023-07-15Check entry type as part of item type checking.Camille GILLOT-0/+277