summary refs log tree commit diff
path: root/src/librustc_mir/monomorphize
AgeCommit message (Expand)AuthorLines
2019-06-19Change `ByRef` to a struct variant to clarify its fields via namesOliver Scherer-1/+1
2019-06-19Weave the alignment through `ByRef`Oliver Scherer-1/+1
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-2/+4
2019-06-18rustc: remove unused lifetimes.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove leftover lifetimes with no bounds from where clauses.Eduard-Mihai Burtescu-1/+0
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-4/+4
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-2/+2
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-13/+3
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-44/+44
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-110/+131
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-41/+41
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-24/+24
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-48/+48
2019-06-11rustc_mir: deny(unused_lifetimes).Eduard-Mihai Burtescu-1/+1
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-11/+11
2019-06-06Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obkMazdak Farrokhzad-12/+13
2019-06-06Implement only visit_place_base for monomorphize/collectorSantiago Pastorino-12/+13
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-30/+25
2019-06-02move codegenunitext to rustc::mir::monoMark Mansi-89/+1
2019-06-02move monoitemext to inherent methodsMark Mansi-8/+2
2019-06-02move DefPathBasedNames to ty::print::obsoleteMark Mansi-296/+7
2019-06-02remove reexports of mir::mono::{MonoItem,CodegenUnit}Mark Mansi-8/+5
2019-06-02move single-use functionMark Mansi-45/+45
2019-06-02deduplicate ty::Instance constructorsMark Mansi-89/+4
2019-06-02remove reexport of rustc::ty::InstanceMark Mansi-2/+1
2019-05-30rename did -> def_idRalf Jung-7/+7
2019-05-30light refactoring of global AllocMapRalf Jung-4/+4
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-2/+2
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-25Fix rebase falloutOliver Scherer-1/+1
2019-05-25Make `ConstValue::Slice` solely take `[u8]` and `str`Oliver Scherer-2/+2
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-2/+2
2019-05-20Introduce `InternedString::intern`.Nicholas Nethercote-2/+2
2019-05-06Clean up `push_const_name`varkor-14/+26
2019-05-04rustc: collapse relevant DefPathData variants into TypeNs.Eduard-Mihai Burtescu-25/+19
2019-05-01Add `ConstValue::Placeholder`varkor-1/+1
2019-05-01Auto merge of #60195 - varkor:commontypes-to-common, r=eddybbors-1/+1
2019-04-30Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebankMazdak Farrokhzad-3/+2
2019-04-28Fix lint findings in librustcflip1995-2/+2
2019-04-26Remove region from borrow place contextsMatthew Jasper-1/+1
2019-04-26Remove BasicBlock parameter from mir visitor methodsMatthew Jasper-2/+1
2019-04-26Update handling of Tuplevarkor-1/+1
2019-04-25Update existing usagesvarkor-1/+1
2019-04-20Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obkbors-4/+10
2019-04-18Add a FIXME to collectorvarkor-0/+2
2019-04-18Add own_requires_monomorphizationvarkor-2/+1
2019-04-15basic refactor. Adding PointerCast enumSaleem Jaffer-4/+10
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-2/+1
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-1/+1
2019-03-29Rename `type_parameters` to `generics` and so onvarkor-2/+2