about summary refs log tree commit diff
path: root/compiler/rustc_errors
AgeCommit message (Expand)AuthorLines
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-128/+3
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-2/+2
2022-04-18Remove unused macro rulesest31-13/+0
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-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-1/+1
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-128/+3
2022-04-13couple of clippy::complexity fixesMatthias Krüger-1/+1
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-26/+29
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05macros: support translatable labelsDavid Wood-2/+2
2022-04-05macros: translatable struct attrs and warningsDavid Wood-2/+19
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-1/+57
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-6/+37
2022-04-05errors: implement fallback diagnostic translationDavid Wood-168/+443
2022-04-05span: move `MultiSpan`David Wood-52/+29
2022-04-05errors: introduce `DiagnosticMessage`David Wood-34/+67
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+6
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-03-27Make fatal DiagnosticBuilder yield neverMichael Goulet-4/+44
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-5/+49
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-20/+20
2022-03-16rustc_error: make ErrorReported impossible to constructmark-37/+64
2022-03-14Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...Matthias Krüger-13/+42
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+25
2022-03-07Handle `#[expect(unfulfilled_lint_expectations)]` with a lint messagexFrednet-0/+1
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-0/+14
2022-03-07Update unstable `ExpectationId`s in stored diagnosticsxFrednet-13/+41
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-4/+92
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-6/+19
2022-03-02Added `Expect` lint level and attribute (RFC-2383)xFrednet-3/+18
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-19/+19
2022-02-28Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obkbors-2/+2
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-2/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-206/+409
2022-02-24Avoid emitting full macro body into JSONMark Rousskov-2/+8
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-85/+205
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-55/+99
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-45/+36
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-30/+108