about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/allocator.rs
AgeCommit message (Expand)AuthorLines
2021-08-31Include debug info for the allocator shimDaniel Paoliello-3/+12
2021-08-05Prepare call/invoke for opaque pointersJosh Stone-3/+10
2021-02-17Remove redundant to_string callsest31-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-2/+2
2020-10-30Fix even more clippy warningsJoshua Nelson-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-3/+3
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-4/+4
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-1/+44
2020-08-30mv compiler to compiler/mark-0/+85