summaryrefslogtreecommitdiff
path: root/compiler/rustc_builtin_macros/src/errors.rs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby7892023-04-301-5/+118
|
* Fix static string lintsclubby7892023-04-251-0/+68
|
* Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-251-0/+7
| | | | This reverts commit abc0660118cc95f47445fd33502a11dd448f5968.
* Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-161-7/+0
|
* Migrate most of `rustc_builtin_macros` to diagnostic implsclubby7892023-04-101-0/+553
Co-authored-by: Joe ST <joe@fbstj.net> Co-authored-by: Michael Goulet <michael@errs.io>