about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-14/+18
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-7/+7
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-1/+1
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-14/+14
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-2/+2
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-2/+2
2018-11-19Rollup merge of #55953 - blitzerr:master, r=nikomatsakisPietro Albini-4/+9
2018-11-19Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,...Pietro Albini-20/+58
2018-11-18Rollup merge of #55834 - ogoffart:union-abi, r=eddybPietro Albini-1/+40
2018-11-18Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichtonPietro Albini-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-7/+0
2018-11-17Don't auto-inline `const fn`Oliver Scherer-4/+1
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-4/+4
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-8/+9
2018-11-15ty: return impl Iterator from Predicate::walk_tysljedrz-20/+58
2018-11-14capture_disjoint_fields(rust-lang#53488)Blitzerr-4/+9
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-8/+9
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-9/+12
2018-11-13fix various typos in doc commentsAndy Russell-4/+4
2018-11-13Instantiate all bound vars existentiallyscalexm-16/+14
2018-11-13Adjust documentationscalexm-0/+4
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-1/+25
2018-11-13Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu...kennytm-1/+2
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-2/+2
2018-11-13Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrumkennytm-6/+8
2018-11-13Forward the ABI of the non-zero sized fields of an union if they have the sam...Olivier Goffart-1/+40
2018-11-13A few tweaks to iterations/collectingljedrz-1/+1
2018-11-13Move two `static_assert!`s to better spots.Nicholas Nethercote-6/+8
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-3/+4
2018-11-12Use IndexVec instead of `usize` in librustcOliver Scherer-44/+63
2018-11-12Shrink some internal enumsOliver Scherer-0/+2
2018-11-12Avoid the Box in `TyCtxt::associated_items`.Niko Matsakis-4/+27
2018-11-11Reference count `crate_inherent_impls`s return value.Hugo van der Wijst-1/+2
2018-11-11Fix typos.Bruce Mitchener-2/+2
2018-11-11Rollup merge of #55800 - estebank:abolish-ice-for-lifetime, r=oli-obkPietro Albini-1/+15
2018-11-11Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...Pietro Albini-27/+26
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-64/+66
2018-11-09Simplify logicEsteban Küber-8/+2
2018-11-08Rollup merge of #55755 - ljedrz:a_few_indexvec_tweaks, r=varkorMark Rousskov-2/+1
2018-11-08Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`Esteban Küber-1/+21
2018-11-08Improve creation of 3 IndexVecsljedrz-2/+1
2018-11-08Use `SmallVec` outparams in several functions.Nicholas Nethercote-27/+26
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-2/+3
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-39/+39
2018-11-07Added tests.Alexander Regueiro-2/+2
2018-11-07Look at projections from supertraits when constructing trait objects.Alexander Regueiro-23/+24
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-2/+2
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-18/+17
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-15/+29