| Age | Commit message (Expand) | Author | Lines |
| 2014-02-26 | auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichton | bors | -19/+9 |
| 2014-02-25 | auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brson | bors | -5/+10 |
| 2014-02-25 | std: Tweak stack overflow printing for robustness | Alex Crichton | -5/+10 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -8/+43 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -11/+1 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -0/+2 |
| 2014-02-25 | Remove std::bool::{Bool, all_values} | Brendan Zabarauskas | -162/+43 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -2/+4 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -1/+14 |
| 2014-02-24 | Remove std::default::Default from the prelude | Brendan Zabarauskas | -1/+2 |
| 2014-02-24 | std: Add Vec.reserve for rounding-up reservation. | Huon Wilson | -1/+8 |
| 2014-02-24 | std: make .swap_remove return Option<T>. | Huon Wilson | -26/+34 |
| 2014-02-24 | replace manual Hash impls with `#[deriving(Hash)]` | Erick Tryzelaar | -9/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -2/+0 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -8/+4 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -0/+2 |
| 2014-02-24 | windows: Fix the test_exists unit test | Alex Crichton | -2/+5 |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -6/+4 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -237/+32 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -714/+523 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -714/+523 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -237/+32 |
| 2014-02-23 | Merge remote-tracking branch 'huonw/inline-helpers' | Brian Anderson | -0/+2 |
| 2014-02-23 | Merge remote-tracking branch 'brson/iodoc' | Brian Anderson | -126/+41 |
| 2014-02-23 | auto merge of #12492 : huonw/rust/snapshots, r=alexcrichton | bors | -931/+22 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -19/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -926/+22 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -8/+4 |
| 2014-02-23 | Register snapshots. | Huon Wilson | -5/+0 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -14/+14 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -103/+91 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -4/+6 |
| 2014-02-23 | std: Remove unstable::lang | Brian Anderson | -55/+36 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -15/+18 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -29/+31 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2594/+47 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -14/+14 |
| 2014-02-22 | std: Remove some nonsense from old std::io docs | Brian Anderson | -126/+41 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -8/+905 |
| 2014-02-22 | std: fix the hash doctest | Erick Tryzelaar | -2/+2 |
| 2014-02-23 | std: mark two helper functions #[inline]. | Huon Wilson | -0/+2 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -2/+2 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -10/+20 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -7/+904 |
| 2014-02-21 | auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichton | bors | -3/+3 |
| 2014-02-21 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -155/+620 |
| 2014-02-21 | auto merge of #12253 : pcwalton/rust/more-vec-ng, r=alexcrichton | bors | -9/+200 |
| 2014-02-21 | libstd: Implement some convenience methods on vectors | Patrick Walton | -9/+200 |
| 2014-02-21 | auto merge of #12326 : bjz/rust/integer, r=alexcrichton | bors | -418/+29 |