about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/json/tests.rs
AgeCommit message (Expand)AuthorLines
2025-06-19Extract Translator structCameron Steffen-3/+3
2025-02-08Rustfmtbjorn3-64/+96
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-1/+1
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-97/+65
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+1
2024-02-29Make `JsonEmitter` more like `HumanEmitter`.Nicholas Nethercote-7/+1
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-0/+1
2024-02-29Inline and remove `HumanReadableErrorType::new_emitter`.Nicholas Nethercote-1/+0
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-6/+3
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-1/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+1
2023-02-22various: translation resources from cg backendDavid Wood-2/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+2
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+2
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-06-03Use serde_json for json error messagesbjorn3-14/+12
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+2
2022-02-20Remove support for JSON deserialization to RustMark Rousskov-12/+15
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-1/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-6/+1
2020-08-30mv compiler to compiler/mark-0/+204