| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | rollup merge of #19231: Gankro/ringbuf-into-iter | Alex Crichton | -8/+102 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -29/+31 |
| 2014-11-25 | Make BinaryHeap's Items iterator implement DoubleEnded and ExactSize | Chase Southwood | -0/+17 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -21/+19 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -29/+31 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -28/+104 |
| 2014-11-25 | vec: add missing out-of-memory check | Daniel Micay | -0/+1 |
| 2014-11-25 | Update documentation for from_raw_parts | Steve Klabnik | -8/+2 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -1/+5 |
| 2014-11-25 | Implement union, intersection, and difference functions for TrieSet. | Chase Southwood | -1/+268 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -1/+1 |
| 2014-11-24 | auto merge of #19236 : csouth3/rust/master, r=Gankro | bors | -3/+79 |
| 2014-11-24 | auto merge of #19192 : nodakai/rust/generalize-strvector, r=alexcrichton | bors | -36/+75 |
| 2014-11-23 | Implement into_iter() for BinaryHeap. | Chase Southwood | -3/+79 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+5 |
| 2014-11-23 | add MoveItems to RingBuf, fixes #19085 | Alexis Beingessner | -8/+102 |
| 2014-11-23 | rollup merge of #19210: petrochenkov/master | Jakub Bukaj | -2/+2 |
| 2014-11-23 | rollup merge of #19204: mcpherrinm/master | Jakub Bukaj | -53/+53 |
| 2014-11-23 | libcollection: generalize StrVector to AsSlice<Str>. | NODA, Kai | -36/+75 |
| 2014-11-23 | auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton | bors | -3/+13 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -42/+80 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -42/+80 |
| 2014-11-22 | DSTify free functions in std::hash | we | -2/+2 |
| 2014-11-21 | Rename variables called pq to heap | Matt McPherrin | -53/+53 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -2/+6 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -3/+3 |
| 2014-11-21 | auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichton | bors | -1/+2 |
| 2014-11-21 | auto merge of #18908 : tbu-/rust/pr_mapinplace_fixzerosized, r=alexcrichton | bors | -1/+4 |
| 2014-11-21 | auto merge of #18967 : aturon/rust/remove-runtime, r=alexcrichton | bors | -4/+5 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -3/+5 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -1/+0 |
| 2014-11-21 | auto merge of #18441 : mdinger/rust/literals, r=steveklabnik | bors | -3/+3 |
| 2014-11-20 | libs: make Cow usable, improve documentation | Aaron Turon | -3/+13 |
| 2014-11-20 | Link std::str to reference literals section | mdinger | -3/+3 |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -1/+1 |
| 2014-11-20 | Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>. | Simon Sapin | -1/+2 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -3/+4 |
| 2014-11-19 | Update libcollections tests to pass the new type rules. They used to return a... | Niko Matsakis | -17/+17 |
| 2014-11-18 | rollup merge of #19008: alex/collections-typos | Jakub Bukaj | -8/+8 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -2/+2 |
| 2014-11-17 | libcollections: generalize BTree* to use BorrowFrom | Aaron Turon | -15/+42 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -2/+2 |
| 2014-11-17 | libcollections: use BorrowFrom in TreeSet, Map | Aaron Turon | -17/+56 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -1/+17 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -5/+23 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -360/+360 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -2/+2 |
| 2014-11-16 | auto merge of #18747 : csherratt/rust/ringbuf-remove-option, r=huonw | bors | -198/+513 |
| 2014-11-16 | Fixed several typos in libcollections | Alex Gaynor | -8/+8 |