about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/global_allocator.rs
AgeCommit message (Expand)AuthorLines
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-7/+7
2022-12-18remove redundant cloneMatthias Krüger-1/+1
2022-12-06`rustc_builtin_macros`: remove `ref` patternsMaybe Waffle-18/+14
2022-11-29Avoid more `MetaItem`-to-`Attribute` conversions.Nicholas Nethercote-3/+1
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-1/+2
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-3/+3
2021-12-15Point at type when a `static` `#[global_allocator]` doesn't `impl` `GlobalAlloc`Esteban Kuber-10/+12
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-7/+7
2021-08-18Remove box syntax from rustc_builtin_macrosest31-2/+6
2021-03-25Don't ICE when using `#[global_alloc]` on a non-item statementAaron Hill-16/+16
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-2/+3
2020-11-24Handle `Annotatable::Stmt` in some builtin macrosAaron Hill-3/+19
2020-08-30mv compiler to compiler/mark-0/+171