about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/entry.rs
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+2
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-3/+6
2025-02-24Change span field accesses to method callsJana Dönszelmann-1/+1
2025-01-21remove support for the #[start] attributeRalf Jung-82/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-4/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-11-03compiler: Directly use rustc_abi in hir_{analysis,typeck}Jubilee Young-3/+3
2024-10-29TypingMode :thinking:lcnr-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-21Simplify some redundant field namesMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+4
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-1/+1
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-1/+1
2024-06-03Opt-in diagnostics reporting to avoid doing extra work in the new solverMichael Goulet-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-05-13Remove `extern crate rustc_middle` from `rustc_hir_analysis`.Nicholas Nethercote-0/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-6/+3
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-7/+7
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-11/+12
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