| Age | Commit message (Expand) | Author | Lines |
| 2013-12-22 | auto merge of #11101 : jhasse/rust/patch-msys-quickfix, r=luqmana | bors | -1/+1 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -1206/+35 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -12/+24 |
| 2013-12-21 | Remove unneccessary mut from arc | Steven Fackler | -4/+4 |
| 2013-12-21 | Don't poison ARCs that are used while unwinding | Steven Fackler | -12/+55 |
| 2013-12-21 | Remove unnecessary semicolon | Jan Niklas Hasse | -1/+1 |
| 2013-12-20 | auto merge of #11031 : jhasse/rust/patch-msys-3, r=cmr | bors | -45/+28 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -9/+12 |
| 2013-12-20 | Support ANSI colors in msys terminals. See #2807 | Jan Niklas Hasse | -45/+28 |
| 2013-12-19 | auto merge of #11071 : huonw/rust/quiet-test, r=cmr | bors | -11/+6 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -1203/+17 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -54/+52 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -54/+52 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -0/+2 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-20 | extra: silence warnings during testing. | Huon Wilson | -11/+6 |
| 2013-12-18 | auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw | bors | -1/+66 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -28/+22 |
| 2013-12-19 | Fix `sum()` accuracy | g3xzh | -1/+66 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -28/+22 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -7/+6 |
| 2013-12-17 | auto merge of #10996 : huonw/rust/more-vec-raw, r=cmr | bors | -3/+1 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -3/+2 |
| 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 |