summary refs log tree commit diff
path: root/src/librustc/ty/mod.rs
AgeCommit message (Expand)AuthorLines
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-28/+0
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-65/+8
2016-10-28rustc: move the MIR map into TyCtxt.Eduard Burtescu-1/+15
2016-10-27Preparations and cleanupVadim Petrochenkov-1/+1
2016-10-26Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddybbors-4/+13
2016-10-25Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup...Mark-Simulacrum-4/+13
2016-10-21only remove keys that mention skolemized regionsNiko Matsakis-0/+1
2016-10-19Use TypedArena::alloc_slice in rustc.Mark-Simulacrum-1/+1
2016-10-19Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakisEduard-Mihai Burtescu-0/+18
2016-10-17Fix Subst construction: use subst from adt_def rather than Drop impl's subst.Felix S. Klock II-0/+8
2016-10-15Auto merge of #37152 - arielb1:drop-cache, r=pnkfelixbors-2/+14
2016-10-15Auto merge of #37100 - dikaiosune:master, r=eddybbors-1/+1
2016-10-14add a per-param-env cache to `impls_bound`Ariel Ben-Yehuda-2/+14
2016-10-11Temporary fix for metadata decoding for struct constructorsVadim Petrochenkov-1/+5
2016-10-11Thread `pure_wrt_drop` field through lifetime and type parameters.Felix S. Klock II-0/+10
2016-10-05Fixing comment typo.Adam Perry-1/+1
2016-10-04Eliminate ty::VariantKind in favor of def::CtorKindVadim Petrochenkov-21/+1
2016-10-04Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::VariantVadim Petrochenkov-5/+12
2016-10-03Auto merge of #36876 - nikomatsakis:issue-36381, r=pnkfelixbors-0/+4
2016-10-03loosen assertion against proj in collectorNiko Matsakis-0/+4
2016-09-28Call arrays "arrays" instead of "vecs" internallyJonas Schievink-1/+1
2016-09-24Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakisGuillaume Gomez-1/+1
2016-09-20serialize: allow specifying the default behavior for specializations.Eduard Burtescu-2/+2
2016-09-20rustc_metadata: move opt_item_name to TyCtxt::item_name.Eduard Burtescu-5/+16
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-1/+4
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-9/+9
2016-09-20rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.Eduard Burtescu-43/+12
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-125/+23
2016-09-20rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.Eduard Burtescu-0/+40
2016-09-20rustc_metadata: side-step ty{en,de}code for everything but Ty.Eduard Burtescu-9/+9
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-7/+6
2016-09-20rustc_metadata: combine DecodeContext and rbml::reader::Decoder.Eduard Burtescu-13/+3
2016-09-20rustc_metadata: use specialization for {en,de}coding Ty and Substs.Eduard Burtescu-19/+4
2016-09-18per timnnEitan Adler-1/+1
2016-09-17remove duplicate duplicate wordsEitan Adler-1/+1
2016-09-13Make sure that projection bounds in ty::TraitObject are sorted in a way that ...Michael Woerister-4/+0
2016-09-12Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoeristerbors-5/+34
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-8/+36
2016-09-06always print def-path in Debug impl for DefIdNiko Matsakis-4/+33
2016-09-06write to inherent_impls during the visitorNiko Matsakis-1/+1
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-3/+3
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-5/+5
2016-09-03Auto merge of #36119 - arielb1:ctp-again, r=eddybbors-2/+7
2016-09-03Address comments and add requested testsVadim Petrochenkov-1/+1
2016-09-03Some better support for unions through the compilerVadim Petrochenkov-3/+7
2016-09-03Lower unions from AST to HIR and from HIR to typesVadim Petrochenkov-3/+7
2016-09-03Add union typesVadim Petrochenkov-1/+2
2016-09-01Auto merge of #35761 - nikomatsakis:faster-trans-fulfill-obligation, r=eddybbors-1/+2
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-13/+4
2016-08-31simplify DepNode for trait selectionNiko Matsakis-1/+2