summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-09-16do not suggest a placeholder to const and static without a typeTakayuki Maeda-0/+4
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14Compute `lint_levels` by definitionDeadbeef-1/+1
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-10/+9
2022-09-10rustc_error, rustc_private, rustc_ast: Switch to stable hash containersNiklas Jonsson-3/+2
2022-09-08Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obkDylan DPC-1/+1
2022-09-08remove unnecessary `PartialOrd` and `Ord`Takayuki Maeda-1/+1
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-2/+2
2022-09-06Report number of delayed bugs properly with -Ztreat-err-as-bugMichael Goulet-17/+22
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-4/+15
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-28Suggest calling when operator types mismatchMichael Goulet-4/+15
2022-08-21Add Handler::struct_diagnostic()Xiretza-0/+9
2022-08-20Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger-12/+63
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-0/+1
2022-08-17Don't treat stashed warnings as errorsChristopher Durham-12/+62
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-08-16Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errorsMatthias Krüger-0/+1
2022-08-16suggest adding an array length if possibleTakayuki Maeda-0/+1
2022-08-15errors: move translation logic into moduleDavid Wood-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-10errors: don't fail on broken primary translationsDavid Wood-1/+2
2022-08-10Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahcMatthias Krüger-1/+0
2022-08-05move DiagnosticArgFromDisplay into rustc_errorsMichael Goulet-2/+2
2022-08-02Stabilize backtraceTheodore Dubois-1/+0
2022-07-19Mention first and last macro in backtraceMichael Goulet-0/+1
2022-07-11rename a methodTakayuki Maeda-1/+1
2022-07-11implement `is_accessible_span`Takayuki Maeda-1/+1
2022-07-05errors: introduce `DecorateLint`David Wood-1/+1
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-1/+1
2022-07-03Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-22/+22
2022-07-01update cfg(bootstrap)sPietro Albini-22/+22
2022-06-30use "or pattern"Tshepang Mbambo-1/+1
2022-06-17Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...Dylan DPC-1/+1
2022-06-16Fix a typoMaybe Waffle-1/+1
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-32/+64
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-32/+64
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+23
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+23
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-12/+17
2022-06-04Fix `delayed_good_path_bug` ice for expected diagnostics (RFC 2383)xFrednet-12/+17
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-30errors: simplify referring to fluent attributesDavid Wood-1/+2
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-08Fixed typo in docs and correct doc linksFridtjof Stoldt-2/+2
2022-05-08Only assert for unstable expectation ids after conversion (RFC 2383)xFrednet-6/+17
2022-05-02fix most compiler/ doctestsElliot Roberts-2/+2
2022-04-29macros: subdiagnostic deriveDavid Wood-2/+2
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-2/+7