| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit the clone module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the unit module | Alex Crichton | -1/+0 |
| 2014-05-07 | core: Inherit the default module | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Inherit the raw module | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the any module | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the container module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the ty module | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the ops module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the kinds module | Alex Crichton | -1/+2 |
| 2014-05-07 | core: Inherit the cast module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the ptr module | Alex Crichton | -1/+2 |
| 2014-05-07 | core: Inherit the mem module | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the intrinsics module | Alex Crichton | -3/+3 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+2 |
| 2014-04-30 | Move bitflags module to libstd | Brendan Zabarauskas | -0/+3 |
| 2014-04-29 | auto merge of #13772 : brson/rust/cratedocs, r=alexcrichton | bors | -26/+78 |
| 2014-04-27 | std: Rewrite crate docs | Brian Anderson | -26/+78 |
| 2014-04-23 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -1/+3 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -0/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+0 |
| 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 |