| Age | Commit message (Expand) | Author | Lines |
| 2013-12-03 | auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichton | bors | -3/+3 |
| 2013-12-02 | auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichton | bors | -1/+1 |
| 2013-12-02 | c_vec: Modernize | Philipp Brüschweiler | -104/+122 |
| 2013-12-02 | Declare librustrt a static dependency of libextra | Alex Crichton | -1/+1 |
| 2013-12-02 | rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at) | Guillaume Pinot | -3/+3 |
| 2013-12-01 | auto merge of #10756 : thestinger/rust/transmute, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | remove useless `transmute_immut` function | Daniel Micay | -1/+1 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -2/+5 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -185/+186 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -11/+12 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -2/+4 |
| 2013-11-29 | extra: json::Encoder should take a &mut io::Writer | Erick Tryzelaar | -58/+58 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -73/+81 |
| 2013-11-29 | Remove some unnecessary impls from json | Erick Tryzelaar | -8/+0 |
| 2013-11-29 | Remove @ from json::Error | Erick Tryzelaar | -41/+41 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -11/+11 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -39/+37 |
| 2013-11-28 | auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv... | bors | -49/+111 |
| 2013-11-28 | Modify iterators to make them safe with the new rules. | Niko Matsakis | -49/+111 |
| 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 | auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphism | bors | -6/+5 |