about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/mir/place.rs
AgeCommit message (Expand)AuthorLines
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-3/+3
2019-03-31Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obkMazdak Farrokhzad-16/+20
2019-03-29Miscbjorn3-2/+3
2019-03-29rustc_target: factor out common fields of non-Single Variants.Eduard-Mihai Burtescu-16/+20
2019-03-23adding mir::StaticKind enum for static and promotedSaleem Jaffer-2/+6
2019-03-18fixed all compilation errorsSaleem Jaffer-3/+7
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-5/+7
2019-02-16Reuse the `Pointer` type instead of passing reassembling it at many use sitesOliver Scherer-2/+2
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-5/+5
2019-02-10rustc: doc commentsAlexander Regueiro-5/+5
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-4/+4
2019-02-05Do not ICE in codegen given a extern_type staticDan Robertson-1/+18
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Fix alignment for array indexingNikita Popov-2/+11
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-29Move get_static from CodegenCx to Builderbjorn3-1/+1
2018-11-29Don't use llvm intrinsic names in cg_ssabjorn3-2/+1
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-11/+11
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-4/+4
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-6/+5
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-27/+30
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-0/+496