summaryrefslogtreecommitdiff
path: root/compiler/rustc_metadata/src/errors.rs
Commit message (Expand)AuthorAgeFilesLines
* Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote2023-05-031-1/+1
* Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-251-0/+17
* Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-161-17/+0
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-11/+12
* Add extended error message for E0523Matthew Kelly2023-02-061-8/+0
* Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors2023-01-031-0/+8
|\
| * Add help for the error message when missing rustc_driverbjorn32022-12-311-0/+8
* | refactor: merge `E0465` into `E0464`Ezra Shaw2022-12-311-12/+2
|/
* Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors2022-12-161-8/+0
|\
| * Stabilize default_alloc_error_handlerAmanieu d'Antras2022-11-031-8/+0
* | Fix CrateLocationUnknownType errorSteven Tang2022-11-201-0/+1
|/
* Auto merge of #103217 - mejrs:track, r=eholkbors2022-11-011-0/+2
|\
| * Add more track_callermejrs2022-10-311-0/+2
* | Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras2022-10-311-0/+25
* | Migrate all diagnosticsNilstrieb2022-10-231-93/+93
|/
* Add suggestion to the "missing native library" errorWesley Wiser2022-10-131-1/+35
* FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena2022-09-211-1/+1
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-77/+77
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-79/+79
* UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena2022-09-211-2/+2
* change rlib format to discern native dependenciesDaniil Belov2022-09-121-0/+6
* Add diagnostic arg 'current_crate'Jan Niehusmann2022-09-111-0/+1
* UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena2022-09-051-6/+6
* port 5 new diagnostics that appeared in masterNathan Stocks2022-08-311-0/+36
* respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks2022-08-311-103/+112
* port of locator.rs to SessionDiagnostics, fix some of the errorsNathan Stocks2022-08-311-5/+252
* port fs.rs to SessionDiagnosticsNathan Stocks2022-08-311-0/+26
* port creader.rs to SessionDiagnosticsNathan Stocks2022-08-311-0/+52
* port encoder.rs to SessionDiagnosticsNathan Stocks2022-08-311-0/+18
* port native_libs.rs to SessionDiagnosticsNathan Stocks2022-08-311-0/+232
* set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks2022-08-311-0/+52