| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-08 | Add with_lock, with_read_lock and with_write_lock | John Kåre Alsaker | -39/+87 |
| 2018-03-07 | Run rustfmt on `src/librustc_data_structures/graph/mod.rs`. | Corey Farwell | -24/+29 |
| 2018-03-07 | Replace iterator structures with `impl Trait`. | Corey Farwell | -77/+26 |
| 2018-03-07 | Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update... | Alex Crichton | -7/+43 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -7/+43 |
| 2018-03-06 | Remove IdxSet::elems | varkor | -26/+0 |
| 2018-03-06 | Remove IdxSet::each_bit | varkor | -33/+0 |
| 2018-03-06 | Remove IdxSet::reset_to_empty | varkor | -5/+0 |
| 2018-03-05 | while let all the things | leonardo.yvens | -7/+1 |
| 2018-03-04 | Auto merge of #48587 - Zoxc:transitive-relation, r=nikomatsakis | bors | -10/+10 |
| 2018-03-01 | Bump ena | Sean Griffin | -1/+1 |
| 2018-03-01 | Remove dead code | Sean Griffin | -798/+0 |
| 2018-03-01 | obtain `UnificationTable` and `snapshot_vec` from `ena` instead | Niko Matsakis | -2/+4 |