| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Fix unclear macros documentation. | Joseph Crail | -1/+1 |
| 2014-10-07 | auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonw | bors | -7/+10 |
| 2014-10-07 | auto merge of #17834 : sfackler/rust/rustdoc-cfgs, r=alexcrichton,alexcrichton | bors | -8/+3 |
| 2014-10-07 | auto merge of #16641 : steveklabnik/rust/intro_redux, r=alexcrichton | bors | -358/+499 |
| 2014-10-07 | auto merge of #17832 : brson/rust/updateversion, r=alexcrichton | bors | -1/+1 |
| 2014-10-07 | auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon | bors | -3/+322 |
| 2014-10-07 | auto merge of #17807 : nick29581/rust/slice6, r=aturon | bors | -405/+663 |
| 2014-10-07 | auto merge of #17745 : aturon/rust/revert-any-private, r=alexcrichton | bors | -9/+2 |
| 2014-10-06 | add missing btree re-exports | Alexis Beingessner | -0/+2 |
| 2014-10-06 | library-level docs for collections | Alexis Beingessner | -3/+320 |
| 2014-10-07 | Reinstate AsSlice impls for Option and Result | Nick Cameron | -0/+37 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -24/+225 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -68/+30 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -39/+101 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -317/+313 |
| 2014-10-06 | Properly handle cfgs in rustdoc | Steven Fackler | -8/+3 |
| 2014-10-06 | Revise DST test to not require duplicate errors. | Aaron Turon | -2/+0 |
| 2014-10-06 | Remove core::any::AnyPrivate | Aaron Turon | -7/+2 |
| 2014-10-06 | doc: Update output of `rustc --version` | Brian Anderson | -1/+1 |
| 2014-10-06 | auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr... | bors | -2/+42 |
| 2014-10-06 | auto merge of #17692 : brson/rust/copywut, r=alexcrichton | bors | -88/+176 |
| 2014-10-06 | Update COPYRIGHT to better reflect the current repo | Brian Anderson | -88/+176 |
| 2014-10-06 | auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton | bors | -15/+42 |
| 2014-10-06 | auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton | bors | -1/+11 |
| 2014-10-06 | syntax: Parse outer attributes in quote_method! | Ben Gamari | -7/+10 |
| 2014-10-06 | Add example to doc for `slice::ImmutableSlice::binary_search`. | Felix S. Klock II | -2/+42 |
| 2014-10-06 | rustdoc: Include lifetimes in re-exported bounds | Tom Jakubowski | -0/+4 |
| 2014-10-06 | auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw | bors | -0/+1 |
| 2014-10-06 | auto merge of #17812 : thestinger/rust/jemalloc, r=alexcrichton | bors | -0/+0 |
| 2014-10-06 | rustdoc: Remove dummy UnknownBound variant | Tom Jakubowski | -10/+4 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -54/+78 |
| 2014-10-06 | rustdoc: Support unboxed fn sugar in bounds | Tom Jakubowski | -9/+21 |
| 2014-10-06 | rustdoc: Correctly name lifetimes in bounds | Tom Jakubowski | -13/+30 |
| 2014-10-06 | rustdoc: make calls of markdown::render safer | Tom Jakubowski | -1/+11 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -120/+173 |
| 2014-10-06 | Fixed iOS build (statics name lint) | Valerii Hiora | -0/+1 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -42/+37 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -78/+136 |
| 2014-10-06 | auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton | bors | -14/+86 |
| 2014-10-05 | update jemalloc | Daniel Micay | -0/+0 |
| 2014-10-06 | auto merge of #17809 : thestinger/rust/windows, r=eddyb | bors | -4/+4 |
| 2014-10-05 | work around yet another MinGW-w64 ASLR bug | Daniel Micay | -4/+4 |
| 2014-10-05 | auto merge of #17794 : SimonSapin/rust/patch-8, r=alexcrichton | bors | -4/+5 |
| 2014-10-05 | Fix handling of struct variants in a couple of places | Jakub Wieczorek | -14/+86 |
| 2014-10-05 | Build regression test for issue #17021 with -g | Brian Koropoff | -0/+2 |
| 2014-10-05 | Handle emitting debug info for unboxed closures | Brian Koropoff | -54/+76 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -1/+24 |
| 2014-10-05 | Add regression test for issue #17734 | Brian Koropoff | -0/+23 |
| 2014-10-05 | auto merge of #17799 : ebfe/rust/cfg_warn, r=alexcrichton | bors | -8/+4 |
| 2014-10-05 | Fix cfg syntax warnings in libnative | Michael Gehring | -8/+4 |