| Age | Commit message (Expand) | Author | Lines |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+2 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+2 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -2/+2 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -3/+2 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+0 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+0 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -0/+2 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -1/+0 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -1/+0 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -3/+0 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -1/+4 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -0/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -6/+4 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+6 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -6/+6 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+0 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+0 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -3/+0 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -1/+0 |
| 2014-01-29 | Remove seldom-used std::reference functions. | xales | -1/+1 |
| 2014-01-29 | Remove double-use of logging. | xales | -1/+0 |
| 2014-01-29 | Rename std::borrow to std::reference. | xales | -1/+1 |
| 2014-01-28 | Feature gate #[simd] | David Manescu | -1/+2 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -1/+3 |
| 2014-01-22 | add new vector representation as a library | Daniel Micay | -0/+1 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -0/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -0/+1 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-05 | std: mark some modules as unstable | Corey Richardson | -2/+9 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -1/+0 |
| 2014-01-03 | Remove std::either | Alex Crichton | -1/+0 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -3/+5 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -0/+1 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -1/+0 |
| 2013-12-16 | Rewrite std::comm | Alex Crichton | -1/+2 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -9/+1 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -3/+5 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -3/+1 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -10/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -3/+1 |
| 2013-11-26 | Remove unused std::routine | Alex Crichton | -1/+0 |