about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/global_allocator.rs
AgeCommit message (Expand)AuthorLines
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