about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-03-28Add tests and error messagesMichael Goulet-0/+28
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+9
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+8
2023-03-10Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch...Matthias Krüger-0/+12
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-1/+13
2023-03-08Tweak E0740Michael Goulet-1/+21
2023-03-05migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+31
2023-02-28Deny capturing late-bound non-lifetime param in anon constMichael Goulet-0/+18
2023-02-27Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger-21/+1
2023-02-26hir-analysis: make a helpful noteTshepang Mbambo-1/+2
2023-02-24Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-0/+67
2023-02-23hir-analysis: make where-clause-on-main diagnostic translatableTshepang Mbambo-0/+9
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-21/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-15/+18
2023-02-21hir-analysis: make one diagnostic translatableTshepang Mbambo-0/+9
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-0/+12
2022-12-14Ensure async trait impls are async (or otherwise return an opaque type)Dan Johnson-0/+11
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-7/+0
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-0/+7
2022-12-05On E0195 point at where clause lifetime boundsEsteban Küber-0/+4
2022-12-05Support Option and similar enums as type of static variable with linkage attr...Peter Collingbourne-1/+1
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-0/+7
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-2/+6
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-31Add more track_callermejrs-0/+1
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-0/+1
2022-10-27use proper spansBoxy-2/+4
2022-10-27DoItBoxy-0/+7
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-2/+6
2022-10-25Split diagnostic details out into a separate function and fluent filesOli Scherer-0/+21
2022-10-23Migrate all diagnosticsNilstrieb-29/+29
2022-10-22Note scope of TAIT more accuratelyMichael Goulet-0/+1
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-125/+2
2022-10-04find the correct lang item for rangesyukang-1/+2
2022-10-04fix #102396, suggest parentheses for possible range methodsyukang-0/+25
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-44/+45
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+347