| Age | Commit message (Expand) | Author | Lines |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -8/+8 |
| 2015-01-03 | auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestinger | bors | -0/+2 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -204/+206 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -11/+28 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -3/+0 |
| 2015-01-02 | rollup merge of #20386: frewsxcv/rm-reexports | Alex Crichton | -3/+3 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -22/+42 |
| 2015-01-02 | rollup merge of #20315: alexcrichton/std-sync | Alex Crichton | -3/+15 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -49/+46 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -0/+3 |
| 2015-01-02 | Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds. | Niko Matsakis | -3/+0 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -182/+162 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -8/+28 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -58/+55 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -49/+46 |
| 2015-01-01 | std: Second pass stabilization of sync | Alex Crichton | -3/+15 |
| 2015-01-02 | More fallout | Nick Cameron | -20/+20 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -9/+9 |
| 2015-01-01 | auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto | bors | -0/+11 |
| 2015-01-01 | Add some impls of Show (RefCell, Weak, some resolve types) | Nick Cameron | -0/+11 |
| 2014-12-31 | core: unbox closures used in let bindings | Jorge Aparicio | -3/+3 |
| 2014-12-31 | Remove core::iter::MinMaxResult::* public reexport | Corey Farwell | -3/+3 |
| 2014-12-30 | rollup merge of #20061: aturon/stab-2-vec-slice | Alex Crichton | -175/+252 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -3/+5 |
| 2014-12-30 | rollup merge of #20353: alexcrichton/snapshots | Alex Crichton | -295/+0 |
| 2014-12-30 | rollup merge of #20348: frewsxcv/rm-reexports | Alex Crichton | -1/+1 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -1/+4 |
| 2014-12-30 | Register new snapshots | Alex Crichton | -295/+0 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -71/+125 |
| 2014-12-30 | Adjustments from review | Aaron Turon | -3/+7 |
| 2014-12-30 | Second pass stabilization: slice | Aaron Turon | -159/+169 |
| 2014-12-30 | std::iter: Add partition and unzip methods to iterators | Aaron Turon | -16/+77 |
| 2014-12-30 | Remove core::atomic::Ordering::* public reexport | Corey Farwell | -1/+1 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -1/+4 |
| 2014-12-29 | rollup merge of #20309: sfackler/refcell-send | Alex Crichton | -5/+7 |
| 2014-12-29 | rollup merge of #20239: YawarRaza7349/patch-1 | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20195: nagisa/unused-typo | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20191: lifthrasiir/double-debug_assert | Alex Crichton | -11/+1 |
| 2014-12-29 | rollup merge of #20160: nick29581/ranges2 | Alex Crichton | -13/+23 |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -11/+13 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -2/+2 |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -0/+8 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -59/+92 |
| 2014-12-29 | Implement Send for Cell and RefCell | Steven Fackler | -5/+7 |
| 2014-12-29 | auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton | bors | -84/+164 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -55/+59 |
| 2014-12-28 | libcoretest: Add tests for NonZero. | Luqman Aden | -38/+0 |
| 2014-12-28 | libcore: Use Zeroable trait to try to limit what types may be used with NonZero. | Luqman Aden | -3/+57 |
| 2014-12-28 | libcore: Don't impl RawPtr* traits for NonZero. | Luqman Aden | -62/+1 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -88/+100 |