| Age | Commit message (Expand) | Author | Lines |
| 2018-05-18 | Auto merge of #50319 - nagisa:align_to, r=alexcrichton | bors | -0/+3 |
| 2018-05-18 | Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis | bors | -0/+3 |
| 2018-05-18 | in which the unused shorthand field pattern debacle/saga continues | Zack M. Davis | -56/+50 |
| 2018-05-17 | Keep crate edition in metadata | Vadim Petrochenkov | -0/+3 |
| 2018-05-17 | Rollup merge of #50649 - nnethercote:tweak-nearest_common_ancestor, r=nikomat... | Mark Simulacrum | -59/+19 |
| 2018-05-17 | Change align_offset to support different strides | Simonas Kazlauskas | -0/+3 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -13/+13 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -3/+5 |
| 2018-05-16 | Auto merge of #50750 - est31:master, r=eddyb | bors | -15/+5 |
| 2018-05-15 | Remove LoopIdResult | est31 | -6/+4 |
| 2018-05-15 | Remove hir::ScopeTarget | est31 | -13/+5 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -1/+1 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -4/+6 |
| 2018-05-15 | Inline get_type | varkor | -2/+5 |
| 2018-05-15 | Eliminate ty::Generics::types() | varkor | -2/+5 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -1/+1 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -2/+2 |
| 2018-05-15 | Prefer iterator to vec | varkor | -1/+0 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -1/+1 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -7/+10 |
| 2018-05-13 | Revert "mark applicability" | csmoe | -4/+2 |
| 2018-05-13 | mark applicability | csmoe | -2/+4 |
| 2018-05-13 | reduce variable span | csmoe | -7/+10 |
| 2018-05-13 | Auto merge of #50235 - Zoxc:rayon, r=michaelwoerister | bors | -1/+3 |
| 2018-05-13 | Add Sync bounds to the crate store | John Kåre Alsaker | -1/+3 |
| 2018-05-12 | Better error reporting in Copy derive | leonardo.yvens | -1/+1 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -23/+3 |
| 2018-05-11 | Tweak `nearest_common_ancestor()`. | Nicholas Nethercote | -59/+19 |
| 2018-05-11 | Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj | bors | -60/+200 |
| 2018-05-10 | ensure lint are issued in a stable order | Niko Matsakis | -14/+14 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -5/+5 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -83/+82 |
| 2018-05-04 | add warnings for unused lifetime parameters | Niko Matsakis | -1/+19 |
| 2018-05-04 | fix single-use lint | Niko Matsakis | -31/+150 |
| 2018-05-03 | rustfmt | Niko Matsakis | -11/+13 |
| 2018-05-03 | fix comments | Niko Matsakis | -18/+19 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -5/+6 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -83/+82 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -12/+0 |
| 2018-05-01 | Use two vectors in nearest_common_ancestor. | Nicholas Nethercote | -5/+6 |
| 2018-04-30 | Remove unused const error variant | Oliver Schneider | -9/+0 |
| 2018-04-30 | Remove unused error variants | Oliver Schneider | -4/+1 |
| 2018-04-30 | Correct unused field warning on struct match container patterns | varkor | -7/+22 |
| 2018-04-30 | Correct unused field warning on box struct match | varkor | -2/+3 |
| 2018-04-30 | Correct unused field warning on &struct match | varkor | -9/+19 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -3/+3 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -2/+2 |