summary refs log tree commit diff
path: root/src/librustc_trans/allocator.rs
AgeCommit message (Expand)AuthorLines
2018-04-26rustc: Emit `uwtable` for allocator shimsAlex Crichton-0/+4
2018-04-22Remove unused AllocatorTy::BangSteven Fackler-2/+0
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+2
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-25/+3
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+4
2018-01-19Hide even more of rustc_transbjorn3-1/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+117