about summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-0/+3
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-0/+3
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-56/+50
2018-05-17Keep crate edition in metadataVadim Petrochenkov-0/+3
2018-05-17Rollup merge of #50649 - nnethercote:tweak-nearest_common_ancestor, r=nikomat...Mark Simulacrum-59/+19
2018-05-17Change align_offset to support different stridesSimonas Kazlauskas-0/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-13/+13
2018-05-16label-break-value: Parsing and AST/HIR changesest31-3/+5
2018-05-16Auto merge of #50750 - est31:master, r=eddybbors-15/+5
2018-05-15Remove LoopIdResultest31-6/+4
2018-05-15Remove hir::ScopeTargetest31-13/+5
2018-05-15Lift pure_wrt_drop to GenericParamDefvarkor-1/+1
2018-05-15Pull common parameters into GenericParamDefvarkor-4/+6
2018-05-15Inline get_typevarkor-2/+5
2018-05-15Eliminate ty::Generics::types()varkor-2/+5
2018-05-15Generalise more cases of explicit iteration of specific kindsvarkor-1/+1
2018-05-15Generalise cases of explicit iteration of specific kindsvarkor-2/+2
2018-05-15Prefer iterator to vecvarkor-1/+0
2018-05-15Consolidate ty::Genericsvarkor-1/+1
2018-05-14Auto merge of #50675 - csmoe:var_span, r=oli-obkbors-7/+10
2018-05-13Revert "mark applicability"csmoe-4/+2
2018-05-13mark applicabilitycsmoe-2/+4
2018-05-13reduce variable spancsmoe-7/+10
2018-05-13Auto merge of #50235 - Zoxc:rayon, r=michaelwoeristerbors-1/+3
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-1/+3
2018-05-12Better error reporting in Copy deriveleonardo.yvens-1/+1
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-23/+3
2018-05-11Tweak `nearest_common_ancestor()`.Nicholas Nethercote-59/+19
2018-05-11Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertjbors-60/+200
2018-05-10ensure lint are issued in a stable orderNiko Matsakis-14/+14
2018-05-08Insert fields from TypeAndMut into TyRef to allow layout optimizationJohn Kåre Alsaker-5/+5
2018-05-05Auto merge of #50418 - nnethercote:cmt, r=eddybbors-83/+82
2018-05-04add warnings for unused lifetime parametersNiko Matsakis-1/+19
2018-05-04fix single-use lintNiko Matsakis-31/+150
2018-05-03rustfmtNiko Matsakis-11/+13
2018-05-03fix commentsNiko Matsakis-18/+19
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-5/+6
2018-05-04Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko...kennytm-5/+6
2018-05-03Avoid many `cmt` allocations.Nicholas Nethercote-83/+82
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-12/+0
2018-05-01Use two vectors in nearest_common_ancestor.Nicholas Nethercote-5/+6
2018-04-30Remove unused const error variantOliver Schneider-9/+0
2018-04-30Remove unused error variantsOliver Schneider-4/+1
2018-04-30Correct unused field warning on struct match container patternsvarkor-7/+22
2018-04-30Correct unused field warning on box struct matchvarkor-2/+3
2018-04-30Correct unused field warning on &struct matchvarkor-9/+19
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-3/+3
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+2