about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/allocator.rs
AgeCommit message (Expand)AuthorLines
2023-08-06Generate better function argument names in global_allocator expansionDavid Tolnay-5/+17
2023-05-11Prevent insta-stable no alloc shim supportbjorn3-0/+2
2023-05-11Split AllocatorKind::fn_name in global_fn_name and default_fn_namebjorn3-7/+6
2023-05-11Don't use an allocator shim for `#[global_allocator]`bjorn3-2/+9
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
2021-06-20Make allocator_kind a query.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Make allocator_kind a query.Camille GILLOT-1/+1
2020-08-30mv compiler to compiler/mark-0/+53