summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/back/rpath.rs
AgeCommit message (Expand)AuthorLines
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