about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-3/+3
2022-04-05macros: translatable struct attrs and warningsDavid Wood-0/+11
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-1/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+6
2022-04-05errors: implement fallback diagnostic translationDavid Wood-46/+101
2022-04-05span: move `MultiSpan`David Wood-4/+4
2022-04-05errors: introduce `DiagnosticMessage`David Wood-2/+4
2022-03-27Make fatal DiagnosticBuilder yield neverMichael Goulet-4/+5
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-3/+22
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-15/+15
2022-03-16rustc_error: make ErrorReported impossible to constructmark-34/+61
2022-03-14Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...Matthias Krüger-12/+18
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-03-07Handle `#[expect(unfulfilled_lint_expectations)]` with a lint messagexFrednet-0/+1
2022-03-07Update unstable `ExpectationId`s in stored diagnosticsxFrednet-12/+17
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-3/+90
2022-03-02Address review commentsxFrednet-2/+6
2022-03-02Added `panics` for unreachable states for expectations (RFC 2383)xFrednet-12/+16
2022-03-02Expect each lint in attribute individually (RFC-2383)xFrednet-5/+11
2022-03-02Make `LintExpectationId` stable between compilation sessions (RFC-2383)xFrednet-2/+48
2022-03-02Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)xFrednet-1/+18
2022-03-02Added `Expect` lint level and attribute (RFC-2383)xFrednet-2/+12
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-10/+10
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-21/+35
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-7/+1
2022-02-23rustc_errors: remove `struct_dummy`.Eduard-Mihai Burtescu-8/+0
2022-02-23rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`.Eduard-Mihai Burtescu-28/+6
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-2/+3
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-21/+54
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-24rustc_errors: add a new assert for the size of `PResult<()>`.Eduard-Mihai Burtescu-0/+2
2022-01-24rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`.Eduard-Mihai Burtescu-2/+2
2022-01-23Rollup merge of #93229 - mark-i-m:noquiet, r=eddybMatthias Krüger-16/+1
2022-01-23Remove DiagnosticBuilder.quietmark-16/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-2/+2
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-1/+0
2021-12-01Include lint errors in error count for `-Ztreat-err-as-bug`Joshua Nelson-2/+7
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-9/+39
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15emitter: current substitution can be multi-lineDavid Wood-1/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-1/+3
2021-09-20Add some more tracingOli Scherer-1/+3