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