about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/common.rs
AgeCommit message (Expand)AuthorLines
2019-03-29Remove a lot of methods from *TypeMethodsbjorn3-14/+2
2019-02-25librustc_codegen_ssa: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-9/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-8/+8
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-2/+2
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-5/+6
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-1/+93
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-0/+137