about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors.rs
AgeCommit message (Expand)AuthorLines
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