| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwalton | bors | -21/+5 |
| 2013-11-26 | Remove unused std::routine | Alex Crichton | -21/+5 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -10/+6 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -13/+13 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -272/+280 |
| 2013-11-26 | librustuv: Remove all non-`proc` uses of `do` from `libextra` and | Patrick Walton | -373/+382 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -58/+58 |
| 2013-11-25 | auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmr | bors | -0/+15 |
| 2013-11-25 | Add an implementation of Encodable and Decodable for Rc. This will be needed ... | Léo Testard | -0/+15 |
| 2013-11-25 | auto merge of #10648 : sfackler/rust/base64-test, r=alexcrichton | bors | -1/+1 |
| 2013-11-25 | Fix typo in base64 test | Steven Fackler | -1/+1 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -167/+115 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -167/+115 |
| 2013-11-24 | libextra: Remove @mut from term. | Luqman Aden | -92/+124 |
| 2013-11-24 | extra: improve the errors for the JSON Decoder. | Huon Wilson | -25/+126 |
| 2013-11-19 | Remove NonCopyable::new | Steven Fackler | -5/+5 |
| 2013-11-19 | libextra: Convert uses of `&fn(A)->B` to `|A|->B`. | Patrick Walton | -231/+224 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -19/+24 |
| 2013-11-18 | auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brson | bors | -0/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -1/+1 |
| 2013-11-18 | libextra: Remove `~fn()` from libextra. | Patrick Walton | -19/+24 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -4/+4 |
| 2013-11-19 | temporarily disable tests on android and tagging issue number #10455 | Young-il Choi | -0/+1 |
| 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 | Add lru_cache to libextra | Kiet Tran | -0/+366 |
| 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 |