| Age | Commit message (Expand) | Author | Lines |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -170/+121 |
| 2013-12-17 | std::vec::raw: convert copy_memory to a method. | Huon Wilson | -3/+1 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -12/+4 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -13/+8 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -4/+3 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -9/+5 |
| 2013-12-15 | extra: fix spelling in docs. | Huon Wilson | -9/+9 |
| 2013-12-14 | auto merge of #10952 : huonw/rust/1ms-bench, r=cmr | bors | -1/+10 |
| 2013-12-14 | auto merge of #10931 : sfackler/rust/base64-visibility, r=alexcrichton | bors | -3/+3 |
| 2013-12-13 | auto merge of #10923 : boredomist/rust/export-summary-members, r=alexcrichton | bors | -12/+7 |
| 2013-12-13 | Ignore time tests on android. #10958 | Brian Anderson | -0/+1 |
| 2013-12-13 | extra::test: handle slow benchmarks more gracefully. | Huon Wilson | -1/+10 |
| 2013-12-11 | Make base64::config fields public again | Steven Fackler | -3/+3 |
| 2013-12-11 | Make priv members of extra::stats::Summary public. | Erik Price | -12/+7 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -194/+194 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -21/+12 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 |
| 2013-12-10 | libextra: Remove various cells involved in `Arc`s. | Patrick Walton | -8/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -14/+7 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -113/+88 |
| 2013-12-05 | auto merge of #10211 : ktt3ja/rust/add-lrucache, r=brson | bors | -0/+366 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -52/+52 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -11/+11 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -2/+2 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -8/+10 |
| 2013-12-03 | auto merge of #10752 : dhodder/rust/master, r=pcwalton | bors | -0/+28 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -3/+1 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -3/+1 |
| 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 | Add struct and type doc comments for extra::url::* | Dave Hodder | -6/+20 |
| 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-12-01 | Add struct and type doc comments for extra::url::* | Dave Hodder | -0/+14 |
| 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 |