about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
2022-07-20avoid `&str` to String conversionsTakayuki Maeda-8/+7
2022-07-19Mention first and last macro in backtraceMichael Goulet-6/+19
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-1/+1
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-1/+1
2022-07-15passes: migrate half of `check_attr`David Wood-0/+1
2022-07-15errors: lint on `LintDiagnosticBuilder::build`David Wood-0/+1
2022-07-15errors: impl `IntoDiagnosticArg` for `char`David Wood-77/+33
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-0/+9
2022-07-11rename a methodTakayuki Maeda-1/+1
2022-07-11implement `is_accessible_span`Takayuki Maeda-1/+1
2022-07-08Fix duplicated type annotation suggestionDaniel Xu-0/+9
2022-07-08Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-...Dylan DPC-0/+11
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-16/+16
2022-07-08Implement IntoDiagnosticArg for hir::ConstContextMichael Goulet-0/+11
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-16/+16
2022-07-06session: `terminal-width` -> `output-width`David Wood-16/+16
2022-07-05errors: introduce `DecorateLint`David Wood-3/+11
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-1/+24
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-2/+84
2022-07-03Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-29/+29
2022-07-01update cfg(bootstrap)sPietro Albini-29/+29
2022-06-30Rollup merge of #98695 - tshepang:or-pattern, r=compiler-errorsMatthias Krüger-1/+1
2022-06-30lint: port incomplete features diagnosticsDavid Wood-0/+6
2022-06-30lint: port keyword idents diagnosticsDavid Wood-1/+7
2022-06-30lint: port variant size difference diagnosticsDavid Wood-0/+48
2022-06-30lint: port overflowing literals diagnosticsDavid Wood-0/+12
2022-06-30lint: port non-fmt-panic diagnosticsDavid Wood-0/+10
2022-06-30middle: translation in `LintDiagnosticBuilder`David Wood-1/+1
2022-06-30use "or pattern"Tshepang Mbambo-1/+1
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-2/+12
2022-06-20remove MAX_SUGGESTION_HIGHLIGHT_LINESMaybe Waffle-5/+0
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-4/+8
2022-06-17Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...Dylan DPC-77/+170
2022-06-16Add back MAX_SUGGESTION_HIGHLIGHT_LINES so clippy is happy & buildableMaybe Waffle-0/+5
2022-06-16Try to clean up code...Maybe Waffle-93/+150
2022-06-16Improve suggestions when its parts are far from each otherMaybe Waffle-68/+99
2022-06-16Fix a typoMaybe Waffle-1/+1
2022-06-16drive by fix needless allocation of const string numberklensy-2/+6
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-38/+72
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-38/+72
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+31
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+31
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-12/+17
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-1/+0
2022-06-05Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkinbors-3/+3
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-06-03Use serde_json for json error messagesbjorn3-32/+30