| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -12/+0 |
| 2014-01-03 | libextra: Remove `MutList`, as it's inexorably tied to `@mut` | Patrick Walton | -27/+0 |
| 2014-01-03 | libextra: Remove unnecessary `@mut`s | Patrick Walton | -13/+21 |
| 2014-01-03 | libextra: De-`@mut` the arena | Patrick Walton | -27/+34 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -10/+15 |
| 2014-01-03 | Remove std::either | Alex Crichton | -10/+15 |
| 2014-01-02 | libextra: Add benchmarks for ebml::reader::vuint_at() | Carl-Anton Ingmarsson | -0/+84 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-01 | libextra: Use from_be32 instead of bswap32 in vuint_at() | Carl-Anton Ingmarsson | -9/+2 |
| 2013-12-31 | Added Freeze trait to CowArc | Colin Sherratt | -2/+2 |
| 2013-12-31 | Add a copy-on-write container. | Colin Sherratt | -0/+108 |
| 2013-12-31 | auto merge of #11208 : alexcrichton/rust/less-c, r=cmr | bors | -10/+96 |
| 2013-12-31 | Fix tests | Alan Andrade | -1/+1 |
| 2013-12-30 | Avoid compiler error about glob imports in getopts example | Alan Andrade | -1/+1 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -10/+96 |
| 2013-12-30 | Implement Ratio:from_float() | Volker Mische | -1/+60 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -1/+1 |
| 2013-12-26 | libextra: Stop using `@mut MemWriter` in the EBML module | Patrick Walton | -40/+44 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -26/+19 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -1/+1 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -15/+3 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -66/+4 |
| 2013-12-23 | extra: impl IterBytes for uuid::Uuid | Jeff Olson | -0/+17 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+1 |
| 2013-12-23 | extra: Fix all code examples | Alex Crichton | -39/+58 |
| 2013-12-22 | auto merge of #11109 : sfackler/rust/arc, r=alexcrichton | bors | -15/+58 |
| 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 |