about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/rpath.rs
AgeCommit message (Expand)AuthorLines
2019-04-20Move almost all of cg_llvm/back/link.rs to cg_ssabjorn3-270/+0
2019-02-25librustc_codegen_llvm: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-6/+6
2019-02-10rpath computation: explain why we pop()Ralf Jung-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-03codegen_llvm_back: improve allocationsljedrz-4/+3
2018-11-10codegen_llvm_back: use to_owned instead of to_string with string literalsljedrz-2/+2
2018-11-10codegen_llvm_back: remove explicit returnsljedrz-2/+4
2018-11-10codegen_llvm_back: whitespace & formatting fixesljedrz-2/+1
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-2/+2
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+1
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-2/+2
2018-07-11Deny bare trait objects in in src/librustc_codegen_llvmljedrz-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+282