| Age | Commit message (Expand) | Author | Lines |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -10/+10 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -30/+219 |
| 2014-08-26 | libcollections: In tests, remove some uses of deprecated methods and | nham | -77/+75 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -9/+16 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -60/+0 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -105/+197 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -0/+60 |
| 2014-08-22 | auto merge of #16663 : Gankro/rust/heapify, r=alexcrichton | bors | -4/+3 |
| 2014-08-21 | make priorityqueue's from_iter use heapify | Alexis Beingessner | -4/+3 |
| 2014-08-21 | bitv: make sure benchmarks run long enough | Vinzent Steinberg | -7/+19 |
| 2014-08-21 | bitv: make benchmarks always return a value | Vinzent Steinberg | -8/+11 |
| 2014-08-19 | auto merge of #16241 : P1start/rust/doc-fixes, r=alexcrichton | bors | -666/+668 |
| 2014-08-19 | auto merge of #16582 : Gankro/rust/bitv, r=alexcrichton | bors | -26/+41 |
| 2014-08-19 | A few minor documentation fixes | P1start | -666/+668 |
| 2014-08-19 | auto merge of #16580 : steveklabnik/rust/gh1498, r=pcwalton | bors | -11/+0 |
| 2014-08-18 | Fixing bitvset is_disjoint, fixes #16587 | Alexis Beingessner | -1/+19 |
| 2014-08-18 | Refactor BitV internals to not use macro, reduce duplication | Alexis Beingessner | -25/+22 |
| 2014-08-18 | Remove innapropriate string mutability section. | Steve Klabnik | -11/+0 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -4/+4 |
| 2014-08-18 | auto merge of #16559 : Gankro/rust/bitv, r=pcwalton | bors | -3/+114 |
| 2014-08-17 | Correct internal BitvSet 0-padding, fixes #16542 | Alexis Beingessner | -3/+114 |
| 2014-08-17 | auto merge of #16550 : kaseyc/rust/fix_documentation_error, r=alexcrichton | bors | -1/+1 |
| 2014-08-17 | auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichton | bors | -0/+7 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -3/+3 |
| 2014-08-16 | Fix an error in a code sample in bitv.rs | Kasey Carrothers | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -28/+27 |
| 2014-08-17 | collections: deprecate BTree. | Huon Wilson | -0/+7 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -3/+3 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -10/+10 |
| 2014-08-13 | core: Put stability attributes all over the slice module | Brian Anderson | -0/+2 |
| 2014-08-13 | core: Add binary_search and binary_search_elem methods to slices. | Brian Anderson | -0/+1 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -1/+1 |
| 2014-08-13 | collections: Deprecate Vec::tailn. Same as slice_from | Brian Anderson | -1/+2 |
| 2014-08-13 | core: Rename ImmutableSlice::unsafe_ref to unsafe_get | Brian Anderson | -5/+5 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -12/+16 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -13/+13 |
| 2014-08-12 | Deprecation fallout in libcollections | Aaron Turon | -40/+43 |
| 2014-08-12 | auto merge of #16195 : P1start/rust/more-index, r=aturon | bors | -7/+159 |
| 2014-08-12 | Implement Index for TrieMap | P1start | -0/+38 |
| 2014-08-12 | Implement Index for SmallIntMap | P1start | -4/+45 |
| 2014-08-12 | Implement Index for TreeMap | P1start | -0/+36 |
| 2014-08-12 | Implement Index for RingBuf | P1start | -3/+40 |
| 2014-08-12 | auto merge of #16417 : jasonthompson/rust/docs/slice3, r=alexcrichton | bors | -0/+33 |
| 2014-08-11 | API docs/examples for std::slice | Jason Thompson | -0/+33 |
| 2014-08-09 | auto merge of #16314 : Ryman/rust/ringbuf_non_pow2, r=huonw | bors | -3/+44 |
| 2014-08-08 | auto merge of #16325 : froydnj/rust/vec-grammar-fix, r=alexcrichton | bors | -1/+1 |
| 2014-08-08 | auto merge of #16279 : nham/rust/fix_slice_docs, r=alexcrichton | bors | -48/+35 |
| 2014-08-07 | Cleanup collections::slice documentation. | nham | -48/+35 |
| 2014-08-07 | fix grammar in Vec.retain's doc comment | Nathan Froyd | -1/+1 |
| 2014-08-07 | libcollections: Fix RingBuf growth for non-power-of-two capacities | Kevin Butler | -3/+44 |