about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-03-16Print the crates not available as staticJohn Kåre Alsaker-0/+8
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-7/+7
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-9/+7
2024-02-21Unify dylib loading between proc macros and codegen backendsbjorn3-0/+1
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-0/+4
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-14/+14
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-11/+11
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-19/+12
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-6/+6
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-3/+3
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-7/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-8/+0
2023-10-13Format all the let chains in compilerMichael Goulet-1/+3
2023-07-04Suggest `x build library` for a custom toolchain that fails to load `core`Mu001999-4/+12
2023-07-03Revert "Suggest `x build library` for a custom toolchain that fails to load `...Nilstrieb-10/+4
2023-07-02Suggest `x build library` for a custom toolchain that fails to load `core`Mu001999-4/+10
2023-06-06fixJing Peng-7/+0
2023-06-06Write to stdout if `-` is given as output fileJing Peng-0/+18
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+17
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-17/+0
2023-02-22errors: generate typed identifiers in each crateDavid Wood-11/+12
2023-02-06Add extended error message for E0523Matthew Kelly-8/+0
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-0/+8
2022-12-31Add help for the error message when missing rustc_driverbjorn3-0/+8
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-12/+2
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-8/+0
2022-11-20Fix CrateLocationUnknownType errorSteven Tang-0/+1
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-8/+0
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+2
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-0/+25
2022-10-31Add more track_callermejrs-0/+2
2022-10-23Migrate all diagnosticsNilstrieb-93/+93
2022-10-13Add suggestion to the "missing native library" errorWesley Wiser-1/+35
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-77/+77
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-79/+79
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+2
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+6
2022-09-11Add diagnostic arg 'current_crate'Jan Niehusmann-0/+1
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-6/+6
2022-08-31port 5 new diagnostics that appeared in masterNathan Stocks-0/+36
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-103/+112
2022-08-31port of locator.rs to SessionDiagnostics, fix some of the errorsNathan Stocks-5/+252
2022-08-31port fs.rs to SessionDiagnosticsNathan Stocks-0/+26
2022-08-31port creader.rs to SessionDiagnosticsNathan Stocks-0/+52
2022-08-31port encoder.rs to SessionDiagnosticsNathan Stocks-0/+18
2022-08-31port native_libs.rs to SessionDiagnosticsNathan Stocks-0/+232
2022-08-31set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks-0/+52