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