| Age | Commit message (Expand) | Author | Lines |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -0/+1 |
| 2014-05-21 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-20 | Address review comments | Brian Anderson | -1/+1 |
| 2014-05-20 | std: Alphabetize crate reexports for rustdoc | Brian Anderson | -4/+6 |
| 2014-05-20 | std: Fix broken link | Brian Anderson | -2/+1 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -13/+13 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -1/+1 |
| 2014-05-15 | Register new snapshots | Alex Crichton | -5/+2 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -2/+6 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+0 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -0/+1 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -6/+6 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -6/+6 |
| 2014-05-08 | auto merge of #14019 : brson/rust/docs, r=alexcrichton | bors | -3/+4 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -0/+3 |
| 2014-05-07 | std: Doc typos | Brian Anderson | -3/+4 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -5/+2 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the cell module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inhert ~/@/& cmp traits, remove old modules | Alex Crichton | -2/+0 |
| 2014-05-07 | core: Inherit the cmp module | Alex Crichton | -3/+1 |
| 2014-05-07 | core: Inherit the iter module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the option module | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the bool module | Alex Crichton | -2/+1 |
| 2014-05-07 | core: Inherit the tuple module | Alex Crichton | -1/+1 |
| 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 |