| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-20 | Optimize BufferedReader::read for large buffers. | Julian Orth | -2/+11 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -601/+29 |
| 2014-10-18 | auto merge of #18103 : pcwalton/rust/bitflags-inline, r=thestinger | bors | -0/+11 |
| 2014-10-17 | auto merge of #18093 : steveklabnik/rust/remove_gc_reference, r=alexcrichton | bors | -7/+5 |
| 2014-10-17 | auto merge of #17998 : rapha/rust/master, r=alexcrichton | bors | -15/+60 |
| 2014-10-16 | libstd: Inline more methods on bitflags. | Patrick Walton | -0/+11 |
| 2014-10-16 | auto merge of #17947 : lukemetz/rust/master, r=aturon | bors | -14/+34 |
| 2014-10-16 | don't refer to the nonexistant gc | Steve Klabnik | -7/+5 |
| 2014-10-16 | libstd: Remove all uses of {:?}. | Luqman Aden | -26/+26 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -10/+2 |
| 2014-10-16 | impl Buffer for ChanReader | Raphael Speyer | -15/+60 |
| 2014-10-15 | Renamed AsciiStr::to_lower and AsciiStr::to_upper | = | -22/+42 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -74/+109 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -29/+25 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -12/+11 |
| 2014-10-10 | implement Box<[T]> <-> Vec<T> conversions | Daniel Micay | -1/+1 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -138/+138 |
| 2014-10-09 | Test fixes and rebase conflicts | Alex Crichton | -8/+8 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -130/+130 |