| Age | Commit message (Expand) | Author | Lines |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+0 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -5/+0 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -7/+9 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -9/+11 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -4/+1 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+5 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -4/+1 |
| 2014-05-30 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -3/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | doc: Fix link to string | Richo Healey | -1/+1 |
| 2014-05-25 | auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichton | bors | -14/+11 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -14/+11 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -0/+1 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -1/+2 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -2/+1 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -2/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -2/+2 |
| 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 |