| Age | Commit message (Expand) | Author | Lines |
| 2018-05-22 | Add SortedMap to rustc_data_structures. | Michael Woerister | -0/+502 |
| 2018-05-18 | use `reset_unifications` instead of creating new unification table | Niko Matsakis | -1/+1 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+6 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -5/+32 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -0/+6 |
| 2018-05-17 | Avoid repeated HashMap lookups in `opt_normalize_projection_type`. | Nicholas Nethercote | -0/+6 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -1/+0 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-14 | Remove LazyBTreeMap. | Nicholas Nethercote | -109/+0 |
| 2018-05-13 | Add parallel abstractions | John Kåre Alsaker | -1/+45 |
| 2018-05-09 | ignore the point where the outlives requirement was added | Niko Matsakis | -1/+1 |
| 2018-05-09 | use chunks api for SparseBitMatrix and add a `subset` fn | Niko Matsakis | -5/+32 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -5/+5 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -0/+109 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -0/+5 |
| 2018-04-26 | Implement LazyBTreeMap and use it in a few places. | Nicholas Nethercote | -0/+109 |
| 2018-04-16 | Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi | bors | -2/+2 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -0/+198 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-10 | Add a Once type for values which are only written once | John Kåre Alsaker | -0/+129 |
| 2018-04-10 | Add insert_same extension to HashMap | John Kåre Alsaker | -0/+14 |
| 2018-04-10 | Add OneThread which only allows its inner value to be used in one thread | John Kåre Alsaker | -0/+55 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -0/+12 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+0 |
| 2018-04-04 | Replace manual iter exhaust with for_each(drop). | Clar Charr | -2/+2 |
| 2018-04-02 | avoid IdxSets containing garbage above the universe length | Ariel Ben-Yehuda | -1/+73 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+18 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -9/+7 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 |
| 2018-03-28 | Add try_write to RwLock | John Kåre Alsaker | -0/+12 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -2/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -30/+15 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -3/+3 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+18 |
| 2018-03-19 | Convert SerializedDepGraph to be a struct-of-arrays | Wesley Wiser | -0/+7 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -3/+3 |
| 2018-03-17 | Add OnDrop | John Kåre Alsaker | -0/+8 |
| 2018-03-17 | Add an Default impl for Lock | John Kåre Alsaker | -0/+7 |
| 2018-03-17 | Remove rustc_global! | John Kåre Alsaker | -30/+0 |
| 2018-03-15 | Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix | kennytm | -64/+0 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -1/+1 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -23/+0 |
| 2018-03-08 | Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister | Manish Goregaokar | -39/+87 |
| 2018-03-08 | Rollup merge of #48699 - frewsxcv:frewsxcv-impl-trait, r=nikomatsakis | Manish Goregaokar | -99/+53 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -0/+8 |