| Age | Commit message (Expand) | Author | Lines |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -181/+131 |
| 2014-11-03 | auto merge of #18463 : japaric/rust/bytes2, r=alexcrichton | bors | -55/+32 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -41/+37 |
| 2014-11-02 | Add Error impls to a few key error types | Aaron Turon | -0/+32 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -4/+122 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -0/+6 |
| 2014-11-01 | Remove unnecessary allocations | Jorge Aparicio | -1/+1 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -54/+31 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -1/+2 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -157/+383 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -157/+383 |
| 2014-11-01 | auto merge of #18457 : japaric/rust/tocstr, r=alexcrichton | bors | -24/+0 |
| 2014-10-31 | DSTify ToCStr | Jorge Aparicio | -24/+0 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -14/+17 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -25/+21 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -40/+40 |
| 2014-10-30 | rollup merge of #18443 : alexcrichton/deref-vec-and-string | Alex Crichton | -1/+2 |
| 2014-10-30 | Add a `repeat` function to the prelude | Jakub Bukaj | -1/+1 |
| 2014-10-30 | rollup merge of #18397 : aochagavia/ascii | Alex Crichton | -2/+1 |
| 2014-10-30 | rollup merge of #18393 : aochagavia/prelude | Alex Crichton | -1/+1 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -25/+21 |
| 2014-10-30 | auto merge of #18374 : steveklabnik/rust/gh18197, r=sfackler | bors | -4/+3 |
| 2014-10-30 | Change extensions traits to blanket impls | Nick Cameron | -17/+18 |
| 2014-10-30 | changes to tests | Nick Cameron | -2/+5 |
| 2014-10-30 | changes to libs | Nick Cameron | -14/+32 |
| 2014-10-29 | collections: impl Deref for Vec/String | Alex Crichton | -1/+2 |
| 2014-10-30 | auto merge of #18359 : 1-more/rust/feature, r=alexcrichton | bors | -13/+18 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -239/+239 |
| 2014-10-28 | Fix example for BufferedReader | Steve Klabnik | -4/+3 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -40/+40 |
| 2014-10-28 | Remove unnecessary clone in ascii.rs | Adolfo Ochagavía | -2/+1 |
| 2014-10-28 | Add ptr::RawMutPtr to prelude | Adolfo Ochagavía | -1/+1 |
| 2014-10-28 | Fix the output of negative duration | Vladimir Smola | -13/+18 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -10/+11 |
| 2014-10-27 | Test fixes and rebase conflicts from rollup | Alex Crichton | -6/+6 |
| 2014-10-27 | rollup merge of #18366 : aochagavia/ascii | Alex Crichton | -4/+19 |
| 2014-10-27 | rollup merge of #18332 : jbcrail/fix-comments | Alex Crichton | -1/+1 |
| 2014-10-27 | rollup merge of #18329 : sfackler/memwriter-clear | Alex Crichton | -2/+7 |
| 2014-10-27 | Fix undefined behavior in std::ascii | Adolfo Ochagavía | -4/+19 |
| 2014-10-27 | auto merge of #18130 : mahkoh/rust/udp, r=alexcrichton | bors | -13/+32 |
| 2014-10-25 | Fix spelling mistakes in comments. | Joseph Crail | -1/+1 |
| 2014-10-25 | Add MemWriter::from_vec | Steven Fackler | -2/+7 |
| 2014-10-25 | get rid of libc_heap::{malloc_raw, realloc_raw} | Daniel Micay | -3/+3 |
| 2014-10-25 | Deprecate UdpStream | Julian Orth | -0/+12 |
| 2014-10-25 | Make UdpStream block until the next non-empty msg. | Julian Orth | -13/+20 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -601/+29 |
| 2014-10-20 | auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton | bors | -0/+22 |
| 2014-10-20 | Handle negative numbers in `sqrt` properly. | Huon Wilson | -0/+22 |
| 2014-10-20 | auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichton | bors | -2/+11 |