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