| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -10/+10 |
| 2014-05-26 | Improve docs for core::tuple | Piotr Jawniak | -2/+50 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -19/+19 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -14/+18 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -14/+18 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -10/+17 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -10/+17 |
| 2014-05-23 | core: Derive Show on SIMD types | Brian Anderson | -0/+10 |
| 2014-05-23 | core: Document simd mod | Brian Anderson | -1/+25 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -2/+2 |
| 2014-05-23 | std: Move simd to core::simd and reexport. #1457 | Brian Anderson | -1/+64 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -14/+8 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -14/+8 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -88/+1 |
| 2014-05-23 | auto merge of #14372 : neeee/rust/intrinsic-docs, r=brson | bors | -0/+79 |
| 2014-05-23 | libcore: Document math intrinsics. | lucy | -0/+79 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -7/+9 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -382/+273 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -88/+1 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -7/+9 |
| 2014-05-22 | auto merge of #14335 : tbu-/rust/pr_doc_strsplit, r=pnkfelix | bors | -0/+9 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -2/+2 |
| 2014-05-21 | migrate from `exchange_malloc` to `allocate` | Daniel Micay | -5/+5 |
| 2014-05-21 | Add examples for edge cases of str.split/str.splitn | Tobias Bucher | -0/+9 |
| 2014-05-21 | auto merge of #14316 : kballard/rust/range_inclusive_no_toprimitive, r=alexcr... | bors | -1/+1 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -73/+148 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -73/+148 |
| 2014-05-20 | auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brson | bors | -5/+14 |
| 2014-05-20 | Remove useless ToPrimitive bound on range_inclusive() | Kevin Ballard | -1/+1 |
| 2014-05-20 | Address review comments | Brian Anderson | -6/+6 |
| 2014-05-20 | core: Convert TODOs to FIXMEs | Brian Anderson | -5/+5 |
| 2014-05-20 | core: Spruce up the crate description | Brian Anderson | -11/+22 |
| 2014-05-20 | core: More concise description for mod ops | Brian Anderson | -1/+1 |
| 2014-05-20 | core: Improve docs for cell | Brian Anderson | -1/+151 |
| 2014-05-19 | auto merge of #14289 : TyOverby/rust/master, r=alexcrichton | bors | -8/+18 |
| 2014-05-19 | core::iter::order functions now take two types of iterators. | TyOverby | -8/+18 |
| 2014-05-19 | auto merge of #14294 : kballard/rust/result_unwrap_or_else, r=alexcrichton | bors | -4/+11 |
| 2014-05-19 | Rename Result.unwrap_or_handle() to .unwrap_or_else() | Kevin Ballard | -4/+11 |
| 2014-05-19 | auto merge of #14292 : limeburst/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -5/+14 |
| 2014-05-20 | Fix typo in libcore | Jihyeok Seo | -1/+1 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -18/+25 |
| 2014-05-18 | auto merge of #14276 : aochagavia/rust/pr, r=alexcrichton | bors | -2/+2 |
| 2014-05-18 | Removed unnecessary transmute | Adolfo OchagavĂa | -2/+2 |
| 2014-05-18 | auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr | bors | -4/+32 |
| 2014-05-17 | auto merge of #14249 : alexcrichton/rust/issue-14246, r=huonw | bors | -1/+17 |
| 2014-05-17 | core: Document FormatWriter and allow `write!` | Alex Crichton | -4/+32 |
| 2014-05-17 | core: Clarify the documentation on core's prelude | Alex Crichton | -1/+17 |