summary refs log tree commit diff
path: root/src/librustc/ty/util.rs
AgeCommit message (Expand)AuthorLines
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-1/+1
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-1/+1
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-1/+1
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-3/+3
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-1/+1
2018-11-03Shift both late bound regions and bound typesscalexm-2/+2
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-1/+1
2018-11-03Extended elaboration for trait aliases to include arbitrary bounds.Alexander Regueiro-1/+1
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-10-14change a cloning map to into_iterljedrz-1/+1
2018-10-05Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavisbors-33/+29
2018-10-03Introduce `TyKind::UnnormalizedProjection`scalexm-0/+2
2018-10-03rustc/ty: calculate span after a possible early continueljedrz-1/+1
2018-10-03rustc/ty: simplify some patternsljedrz-23/+17
2018-10-03rustc/ty: whitespace fixesljedrz-9/+11
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-3/+3
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-1/+1
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-4/+4
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-3/+3
2018-08-22Remove unnecessary TyKind::svarkor-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-8/+8
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-3/+3
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-35/+35
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-2/+2
2018-07-25Change ManuallyDrop from an union to a struct and make it a lang item.Eduard-Mihai Burtescu-1/+5
2018-07-16ItemKindcsmoe-1/+1
2018-07-16ForeignItemKindcsmoe-1/+1
2018-07-02add `is_trait(DefId)` helper to `TyCtxt`Niko Matsakis-0/+15
2018-06-27Fix the error of selecting obligation by not running the borrow checker.Vytautas Astrauskas-0/+6
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-1/+1
2018-06-14Declare DebruijnIndex via newtype_index macroFabian Drinck-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-5/+5
2018-05-28stop invoking `DebruijnIndex::new` directlyNiko Matsakis-1/+1
2018-05-24Rename `amt` variables to `shift`Oliver Schneider-5/+5
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-1/+1
2018-05-17Removed yet another unused import.iancormac84-1/+0
2018-05-17Removed unused import.iancormac84-1/+0
2018-05-17Fix more unused imports errors.iancormac84-2/+1
2018-05-17Removed unused imports.iancormac84-2/+0
2018-05-17Removed TypeIdHasher.iancormac84-144/+0
2018-05-15Use Kind instead of UnpackedKind in Substs methodsvarkor-1/+1
2018-05-15Refactor Substs methods on generic parametersvarkor-7/+10
2018-05-15Lift pure_wrt_drop to GenericParamDefvarkor-2/+2
2018-05-15Pull common parameters into GenericParamDefvarkor-2/+2
2018-05-12Better error reporting in Copy deriveleonardo.yvens-15/+22
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-3/+1
2018-05-08Insert fields from TypeAndMut into TyRef to allow layout optimizationJohn Kåre Alsaker-4/+4
2018-05-08Store the GeneratorInterior in the new GeneratorSubstsJohn Kåre Alsaker-1/+1
2018-05-08Store generator movability outside GeneratorInteriorJohn Kåre Alsaker-1/+1
2018-04-27Move query functions out from the define_maps! macroJohn Kåre Alsaker-1/+1