| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-13 | Move base64 and hex from libextra to libserialize | Liigo Zhuang | -577/+0 |
| 2014-02-12 | Adds support for working with URL Paths | Yehuda Katz | -0/+115 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -7/+7 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -3692/+0 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -4/+5 |
| 2014-02-08 | auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichton | bors | -3/+15 |
| 2014-02-09 | extra::test: add an opaque function to assist with accurate | Huon Wilson | -3/+15 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -2/+2 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+2 |
| 2014-02-08 | extra::json: remove the use of `unsafe` char transmutes. | Huon Wilson | -139/+139 |