about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/json
AgeCommit message (Expand)AuthorLines
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