about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-06-16Fix a typoMaybe Waffle-1/+1
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
2022-04-27Plumb through rustc_lint_defs::Level as enum rather than string.Jeremy Fitzhardinge-3/+3
2022-04-27Make --json unused-extern deny/forbid level messages cause exit with error st...Jeremy Fitzhardinge-1/+7
2022-04-20Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com...bors-2/+2
2022-04-19Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwcoDylan DPC-38/+1
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-2/+2
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-28/+10
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+1
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-38/+1
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
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