about summary refs log tree commit diff
path: root/src/librustc/ty/outlives.rs
AgeCommit message (Expand)AuthorLines
2020-01-07Remove private methods from TyCtxt impl block: rustc::ty::outlives.Camille GILLOT-27/+23
2019-12-22Format the worldMark Rousskov-3/+6
2019-10-04generate GeneratorSubsts from SubstsRefcsmoe-1/+1
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-1/+1
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-1/+1
2019-02-05move librustc to 2018Mark Mansi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-08Use `SmallVec` outparams in several functions.Nicholas Nethercote-13/+14
2018-11-03Shift both late bound regions and bound typesscalexm-1/+1
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-10-05Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavisbors-6/+1
2018-10-03Introduce `TyKind::UnnormalizedProjection`scalexm-0/+2
2018-10-03rustc/ty: improve allocationsljedrz-5/+1
2018-10-03rustc/ty: whitespace fixesljedrz-1/+0
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-2/+2
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-17/+17
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-3/+6
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+1
2017-10-08address more FIXME whose associated issues were marked as closedNiv Kaminer-36/+0
2017-08-09Initial pass review commentsAlex Crichton-1/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+10
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-1/+1
2017-04-30intern CodeExtentsNiko Matsakis-2/+2
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+0
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-1/+1
2016-11-12rustc: move closure upvar types to the closure substsAriel Ben-Yehuda-2/+2
2016-11-01move outlives_components onto tcxNiko Matsakis-14/+8
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-3/+1
2016-09-03Add union typesVadim Petrochenkov-0/+1
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-2/+2
2016-08-13Rename empty/bang to neverAndrew Cann-1/+1
2016-08-13Start implementation of RFC 1216 (make ! a type)Andrew Cann-0/+1
2016-08-12rustc: add TyAnon (impl Trait) to the typesystem.Eduard Burtescu-0/+1
2016-05-11Fixup indentation after methodification.Eduard Burtescu-135/+135
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-1/+1
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-1/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-1/+1
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-15/+12
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+220