Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | 2023-04-25 | 1 | -0/+97 |
* | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | 2023-04-16 | 1 | -97/+0 |
* | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | 2023-04-10 | 1 | -1/+2 |
* | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | 2023-02-21 | 1 | -1/+1 |
* | Use `ThinVec` in various AST types. | Nicholas Nethercote | 2023-02-21 | 1 | -6/+9 |
* | remove unnecessary uses of `clone` | Takayuki Maeda | 2022-12-13 | 1 | -1/+1 |
* | `rustc_builtin_macros`: remove `ref` patterns | Maybe Waffle | 2022-12-06 | 1 | -23/+14 |
* | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | 2022-11-29 | 1 | -3/+1 |
* | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | 2022-10-31 | 1 | -0/+104 |