| Age | Commit message (Expand) | Author | Lines |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -2/+2 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -2/+2 |
| 2013-11-17 | auto merge of #10532 : dhodder/rust/master, r=alexcrichton | bors | -0/+10 |
| 2013-11-17 | Add doc comment for extra::url::query_to_str | Dave Hodder | -0/+10 |
| 2013-11-17 | extra: handle an edge case in BigUint.to_str(). | Huon Wilson | -1/+6 |
| 2013-11-13 | auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphism | bors | -6/+5 |
| 2013-11-12 | Make a time test less flaky | Alex Crichton | -6/+5 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -40/+40 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -23/+2 |
| 2013-11-10 | extra::getopts: update docs for minor renaming. | Huon Wilson | -1/+2 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -14/+14 |
| 2013-11-09 | auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphism | bors | -6/+2 |
| 2013-11-08 | Update various tests and libraries that were incorrectly | Niko Matsakis | -14/+14 |
| 2013-11-08 | extra / rustpkg: Make getopts::opt_val private again | Tim Chevalier | -6/+2 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |
| 2013-11-08 | auto merge of #10303 : niftynif/rust/master, r=catamorphism | bors | -0/+450 |
| 2013-11-08 | Added proper //! documentation to the beginning of btree.rs. | niftynif | -2/+3 |
| 2013-11-07 | auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichton | bors | -40/+59 |
| 2013-11-08 | extra::time: Fix test on Windows | klutzy | -40/+59 |
| 2013-11-07 | auto merge of #10340 : eholk/rust/url, r=brson | bors | -4/+4 |
| 2013-11-08 | std::ascii: Provide a copyless [Ascii] -> str method. | Huon Wilson | -6/+2 |
| 2013-11-07 | Add ~ to the list of allowable URL characters. | Eric Holk | -4/+4 |
| 2013-11-07 | Addressed style concerns in btree.rs and added it to the lib file. | niftynif | -60/+125 |
| 2013-11-05 | Re-arranging some things in btree.rs to accommodate testing. | niftynif | -107/+119 |
| 2013-11-04 | Added skeleton implementation of a B-tree with a few bells and | niftynif | -0/+372 |
| 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 |