| Age | Commit message (Expand) | Author | Lines |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -9/+9 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -13/+12 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -42/+45 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -1/+0 |
| 2013-11-01 | Register new snapshots | Alex Crichton | -3/+0 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+4 |
| 2013-10-31 | auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmr | bors | -19/+28 |
| 2013-10-30 | Forbid type parameters in inner statics | Alex Crichton | -19/+28 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -0/+2 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -0/+2 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -1/+2 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -1/+1 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -4/+3 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -13/+12 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -6/+5 |
| 2013-10-27 | auto merge of #10050 : gifnksm/rust/ratio-methods, r=pcwalton | bors | -0/+66 |
| 2013-10-27 | Remove MD4. | Palmer Cox | -151/+0 |
| 2013-10-27 | Remove MD5 and Sha2. Move Sha1 and support code into librustpkg. | Palmer Cox | -2213/+0 |
| 2013-10-27 | Update workcache to no longer use Sha1. | Palmer Cox | -17/+5 |
| 2013-10-25 | auto merge of #10054 : alexcrichton/rust/basic-event-loop, r=brson | bors | -2/+2 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -2/+2 |
| 2013-10-24 | auto merge of #10055 : pcwalton/rust/arc-clone-inline, r=alexcrichton | bors | -0/+5 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -2/+2 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -23/+28 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -40/+38 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -1153/+492 |
| 2013-10-24 | libextra: Make arc::get and arc::new inline too. | Patrick Walton | -0/+2 |
| 2013-10-24 | libextra: Make arc clone inline | Patrick Walton | -0/+3 |
| 2013-10-24 | extra: Add getter methods to extra::rational::Ratio | gifnksm | -0/+66 |
| 2013-10-23 | auto merge of #10032 : thestinger/rust/snapshot, r=huonw | bors | -1/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-23 | auto merge of #10034 : sfackler/rust/time, r=alexcrichton | bors | -13/+13 |
| 2013-10-23 | Re-make time struct fields public | Steven Fackler | -13/+13 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -10/+10 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -10/+10 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -17/+9 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -117/+9 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -96/+218 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -278/+278 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -26/+26 |
| 2013-10-18 | rustpkg: Make rustpkg tests stop comparing dates | Tim Chevalier | -1/+1 |
| 2013-10-18 | auto merge of #9927 : chris-morgan/rust/fix-url-to_str-so-it-includes-the-por... | bors | -1/+11 |
| 2013-10-19 | Fix extra::url::to_str to include the port. | Chris Morgan | -1/+11 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -5/+3 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -5/+3 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -5/+5 |
| 2013-10-17 | auto merge of #9897 : thestinger/rust/rusti, r=alexcrichton | bors | -144/+0 |
| 2013-10-16 | auto merge of #9846 : cmr/rust/serialize_uuid, r=alexcrichton | bors | -0/+31 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -144/+0 |
| 2013-10-16 | uuid: serialize test and documentations | Corey Richardson | -1/+17 |