about summary refs log tree commit diff
path: root/src/librustc_mir/util/alignment.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-60/+0
2020-03-31Use Place directly, it's Copy even more use casesSantiago Pastorino-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-01-28Place::ty_from takes local by valueSantiago Pastorino-1/+1
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-1/+1
2019-12-22Format the worldMark Rousskov-5/+3
2019-10-22Pattern match over PlaceRef rather than PlaceSantiago Pastorino-2/+2
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-16Use while let slice_pattern instead of carrying an index aroundSantiago Pastorino-2/+3
2019-09-09Convert Place's projection to a boxed sliceSantiago Pastorino-5/+4
2019-07-20Migrate from Place enum to Place structSantiago Pastorino-7/+6
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-11/+11
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
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