summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
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-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-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
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-4/+4
2023-01-11Rollup merge of #106622 - estebank:issue-68972, r=davidtwcoMatthias Krüger-0/+4
2023-01-11parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr-0/+6
2023-01-11Detect struct literal needing parenthesesEsteban Küber-0/+4
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+4
2023-01-09migrate: `deref_into_dyn_supertrait.rs`Rejyr-0/+3
2023-01-09migrate: rest of `builtin.rs` without `builtin_asm_labels`Rejyr-2/+10
2023-01-09refactor: refactor to derive for some lints.Rejyr-1/+3
2023-01-09migrate: `for_loops_over_fallibles.rs`Rejyr-0/+7
2023-01-09migrate(wip): `builtin.rs`Rejyr-0/+7
2023-01-09migrate: `internal.rs`Rejyr-0/+2
2023-01-09migrate: `let_underscore.rs`Rejyr-0/+12
2023-01-09migrate: `levels.rs`Rejyr-0/+12
2023-01-09add: `emit{,_spanned}_lint` for `LintLevelsBuilder`Rejyr-0/+4
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-2/+2
2023-01-07Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-0/+99
2023-01-07Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errorsMatthias Krüger-0/+139
2023-01-04Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiserbors-2/+0
2023-01-04Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebankMatthias Krüger-0/+1
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-0/+5
2023-01-02Print correct base for too-large literalsclubby789-1/+1
2023-01-02Note maximum integer literal for `IntLiteralTooLarge`clubby789-0/+1
2022-12-31Add help for the error message when missing rustc_driverbjorn3-0/+5