about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/allocator.rs
AgeCommit message (Expand)AuthorLines
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
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