| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -7/+5 |
| 2014-03-30 | auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichton | bors | -35/+37 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -7/+5 |
| 2014-03-30 | make shootout-k-nucleotide.rs pass official test | Guillaume Pinot | -35/+37 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -1/+5 |
| 2014-03-26 | bench: Put the spawn bench back on libgreen | Alex Crichton | -1/+13 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -48/+39 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -24/+9 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -102/+142 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -114/+115 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -29/+29 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -25/+25 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -15/+0 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -76/+71 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -76/+71 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -2/+2 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -3/+3 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -5/+8 |
| 2014-03-11 | auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcr... | bors | -1/+3 |
| 2014-03-11 | fix a bug in shootout-reverse-complement, official tests should pass with it | Guillaume Pinot | -1/+3 |
| 2014-03-10 | auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichton | bors | -11/+18 |
| 2014-03-09 | fix shootout-spectralnorm, broken since Arc cannot unwrap. | Guillaume Pinot | -11/+18 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -1/+1 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -2/+2 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -5/+4 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -366/+207 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+2 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -6/+5 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -1/+1 |
| 2014-02-21 | auto merge of #12411 : Arcterus/rust/time, r=alexcrichton | bors | -27/+23 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -27/+23 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -0/+1 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -1/+1 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -30/+30 |
| 2014-02-15 | Clean up the Perlin noise benchmark | Ben Striegel | -65/+49 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -30/+30 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -11/+11 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -21/+21 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -5/+5 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -1/+1 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+70 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -5/+9 |
| 2014-02-06 | getopts: unify tests | Arcterus | -1/+1 |