| Age | Commit message (Expand) | Author | Lines |
| 2014-02-28 | auto merge of #12616 : alexcrichton/rust/size, r=huonw | bors | -112/+117 |
| 2014-02-28 | std: Flag run_fmt() as #[inline(always)] | Alex Crichton | -1/+8 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -5/+5 |
| 2014-02-28 | std: Remove lots of allocations from log settings | Alex Crichton | -102/+96 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -33/+188 |
| 2014-02-28 | std: Add cfg(test) to UnsafeArc assertions | Alex Crichton | -4/+8 |
| 2014-02-28 | auto merge of #12622 : pnkfelix/rust/fsk-improve-vec-partition-doc, r=huonw | bors | -6/+5 |
| 2014-02-28 | Improve vec `partition` and `partitioned` method doc. | Felix S. Klock II | -6/+5 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -2/+5 |
| 2014-02-28 | auto merge of #12544 : erickt/rust/hash, r=acrichto | bors | -9/+42 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -19/+112 |
| 2014-02-27 | auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al... | bors | -0/+9 |
| 2014-02-27 | Fix typo in doc of Binary trait in std::fmt | Mickaƫl Delahaye | -1/+1 |
| 2014-02-27 | std: Export the select! macro | Alex Crichton | -16/+44 |
| 2014-02-27 | path: Implement windows::make_non_verbatim() | Kevin Ballard | -0/+66 |
| 2014-02-27 | path: clean up some lint warnings and an obsolete comment | Kevin Ballard | -2/+1 |
| 2014-02-27 | std: cut down on the memory usage of `SipHasher` | Erick Tryzelaar | -6/+6 |
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -9/+42 |
| 2014-02-27 | native: Recognize EISDIR | Alex Crichton | -0/+1 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -1/+1 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -0/+21 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -158/+182 |
| 2014-02-27 | Implement Eq for Cell<T> | Bruno de Oliveira Abinader | -0/+9 |
| 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 |