| Age | Commit message (Expand) | Author | Lines |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -2/+3 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-04-04 | Remove libc from std | Corey Richardson | -2/+3 |
| 2014-04-04 | auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichton | bors | -1/+2 |
| 2014-04-04 | rustc: feature-gate `concat_idents!`. | Huon Wilson | -1/+2 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -0/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | std: override clone_from for Vec. | Huon Wilson | -0/+1 |
| 2014-04-01 | auto merge of #13225 : thestinger/rust/num, r=cmr | bors | -2/+0 |
| 2014-04-01 | remove the cmath module | Daniel Micay | -2/+0 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -1/+3 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -12/+12 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+1 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -4/+0 |
| 2014-03-22 | make std::managed private | Daniel Micay | -1/+1 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -0/+10 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -7/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -0/+3 |
| 2014-03-20 | Add Unsafe<T> type | Flavio Percoco | -0/+3 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+4 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 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 |