summaryrefslogtreecommitdiff
path: root/compiler/rustc_builtin_macros/src/alloc_error_handler.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-251-0/+97
* Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras2023-04-161-97/+0
* Migrate most of `rustc_builtin_macros` to diagnostic implsclubby7892023-04-101-1/+2
* Use `ThinVec` in `ast::Block`.Nicholas Nethercote2023-02-211-1/+1
* Use `ThinVec` in various AST types.Nicholas Nethercote2023-02-211-6/+9
* remove unnecessary uses of `clone`Takayuki Maeda2022-12-131-1/+1
* `rustc_builtin_macros`: remove `ref` patternsMaybe Waffle2022-12-061-23/+14
* Avoid more `MetaItem`-to-`Attribute` conversions.Nicholas Nethercote2022-11-291-3/+1
* Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras2022-10-311-0/+104