about summary refs log tree commit diff
path: root/src/librustc_mir/util/alignment.rs
AgeCommit message (Expand)AuthorLines
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-12/+12
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-3/+3
2017-11-26fix codegen of drops of fields of packed structsAriel Ben-Yehuda-0/+74