about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2023-02-01migrate parser::ty to diagnostic structsXiretza-0/+35
2023-02-01rustc_parse: migrate more to diagnostic structsXiretza-0/+149
2023-02-01Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwcobors-0/+12
2023-01-30incremental: migrate diagnosticsDavid Wood-0/+119
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-1/+75
2023-01-29Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors-0/+2
2023-01-28Migrate some range parsing diagnosticsclubby789-0/+11
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+2
2023-01-28Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errorsMatthias Krüger-3/+3
2023-01-27Fix some Fluent typosclubby789-3/+3
2023-01-26Rollup merge of #106978 - mejrs:mir_build3, r=davidtwcoMatthias Krüger-4/+12
2023-01-26Rollup merge of #106971 - oli-obk:tait_error, r=davidtwcoMatthias Krüger-3/+19
2023-01-26Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgrbors-3/+0
2023-01-26Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisaMatthias Krüger-3/+0
2023-01-26Rollup merge of #106407 - mejrs:attr_check, r=compiler-errorsMatthias Krüger-0/+21
2023-01-24Move FFI attribute validation to `check_attr`inquisitivecrystal-0/+12
2023-01-23Add suggestion to remove if in let...else blockEdward Shen-0/+1
2023-01-22Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p...Matthias Krüger-13/+13
2023-01-20Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgrbors-1/+2
2023-01-19Fix broken format strings in `infer.ftl`clubby789-8/+8
2023-01-19Autoderive ExternBlockSuggestionmejrs-1/+2
2023-01-18Fix #107090, fix missing arguments for fluentyukang-13/+13
2023-01-17Migrate mir_build's borrow conflictsmejrs-4/+12
2023-01-17Handle diagnostics customization on the fluent sideOli Scherer-1/+19
2023-01-17Empty regions don't exist anymore, remove them from fluentOli Scherer-2/+0
2023-01-17Rollup merge of #106949 - compiler-errors:is-poly, r=BoxyUwUMatthias Krüger-6/+6
2023-01-17Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=EstebankMatthias Krüger-0/+2
2023-01-16Properly pluralize 'generic constants'Michael Goulet-6/+6
2023-01-16Improve a TAIT error and add an error code plus documentationOli Scherer-0/+4
2023-01-14suggest fix for attempted integer identifier in patternsEzra Shaw-0/+2
2023-01-13Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholkMatthias Krüger-0/+3
2023-01-13Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitorbors-0/+3
2023-01-13Warn when using panic-strategy abort for proc-macro cratesLukas Wirth-0/+3
2023-01-13Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwcoYuki Okushi-0/+3
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-0/+11
2023-01-13Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwcobors-2/+59
2023-01-12Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwconils-1/+0
2023-01-12[RFC 2397] Deny incorrect locationsCaio-0/+3
2023-01-11Rollup merge of #106170 - compiler-errors:autoderef-to-analysis, r=lcnrMichael Goulet-4/+4
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-0/+61
2023-01-12Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,...bors-0/+6
2023-01-12remove unreachable error code `E0490`Ezra Shaw-1/+0
2023-01-12Improve proc macro attribute diagnosticsmejrs-0/+21
2023-01-11Translate `Overlap` eagerlymejrs-2/+0
2023-01-11Don't recommend `if let` if `let else` worksmejrs-1/+1
2023-01-11Migrate pattern matchingmejrs-4/+32
2023-01-11Migrate usefulness.rsmejrs-2/+12
2023-01-11Migrate deconstruct_pat.rsmejrs-1/+7
2023-01-11Translate const_to_pat.rsmejrs-0/+19
2023-01-11add checks for the signature of the lang itemasquared31415-0/+11