about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm/archive_ro.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-105/+0
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2019-12-22Format the worldMark Rousskov-6/+2
2019-02-25librustc_codegen_llvm: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Rename conversion util; remove duplicate util in librustc_codegen_llvm.Corey Farwell-14/+2
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-10-09codegen_llvm/misc: convert string literals with to_ownedljedrz-1/+1
2018-07-30rustc_codegen_llvm: fix tidy errors.Irina Popa-2/+3
2018-07-30rustc_codegen_llvm: use safe references for ArchiveChild.Irina Popa-26/+13
2018-07-30rustc_codegen_llvm: use safe references for ArchiveIterator.Irina Popa-4/+2
2018-07-30rustc_codegen_llvm: use safe references for Archive.Irina Popa-13/+8
2018-07-30rustc_codegen_llvm: remove #![allow(dead_code)] from llvm.Irina Popa-2/+2
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+150