about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/glue.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-10/+12
2019-09-25Rename `sty` to `kind`varkor-2/+2
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-5/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-14/+13
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-3/+3
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-13/+9
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-13/+15
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-0/+122