| Age | Commit message (Expand) | Author | Lines |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -3488/+0 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -5/+5 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -8/+8 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -3/+2 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -4/+5 |
| 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 | -1/+1 |
| 2014-03-05 | stats: fix handling of NaN in `min` and `max` | Daniel Micay | -3/+11 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | auto merge of #12453 : alexcrichton/rust/move-json, r=brson | bors | -2306/+2 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -0/+16 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2306/+2 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -87/+78 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -9/+9 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -5/+5 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -5/+5 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -87/+78 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -8/+8 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -0/+16 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -4/+4 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -0/+1 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1477/+1 |
| 2014-02-21 | auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichton | bors | -295/+0 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -63/+63 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1564/+3 |
| 2014-02-20 | move enum_set to libcollections. #8784 | HeroesGrave | -295/+0 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -5/+8 |
| 2014-02-19 | auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichton | bors | -1/+1 |
| 2014-02-19 | auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichton | bors | -0/+115 |
| 2014-02-19 | Fix typo in test metric ratchet stdout output | Matthijs van der Vleuten | -1/+1 |
| 2014-02-18 | auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichton | bors | -0/+5 |
| 2014-02-18 | rustdoc: Only inject extern crates if not present | Steven Fackler | -0/+5 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -6/+6 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -5/+4 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -6/+6 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -1/+1 |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -5/+4 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -2/+2 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -2/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -11/+11 |
| 2014-02-14 | Add function doc comments for extra::url::* | Dave Hodder | -15/+46 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -33/+52 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -4/+6 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -2/+2 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -10/+0 |