| Age | Commit message (Expand) | Author | Lines |
| 2014-06-01 | rustdoc: Fix some more broken links | Alex Crichton | -3/+27 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -59/+56 |
| 2014-06-01 | auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri... | bors | -1/+3 |
| 2014-06-01 | Fix docs for `core::result::Result::map`. | Utkarsh Kukreti | -1/+3 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -2/+4 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+33 |
| 2014-05-30 | syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} | Alex Crichton | -1/+5 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -125/+124 |
| 2014-05-30 | Register new snapshots | Alex Crichton | -38/+2 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -2/+3 |
| 2014-05-29 | auto merge of #14427 : alexcrichton/rust/librand, r=huonw | bors | -20/+17 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -20/+17 |
| 2014-05-29 | auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelix | bors | -0/+3 |
| 2014-05-28 | auto merge of #14451 : alexcrichton/rust/issue-14442, r=brson | bors | -6/+29 |
| 2014-05-28 | auto merge of #14298 : kmcallister/rust/pattern-macros, r=huonw | bors | -0/+1 |
| 2014-05-28 | Silence warning in RefCell test suite | Keegan McAllister | -0/+1 |
| 2014-05-28 | auto merge of #14464 : Sawyer47/rust/issue-12925, r=alexcrichton | bors | -1402/+638 |
| 2014-05-28 | rustc: Accept PartialOrd/PartialOrdEq for Eq/Ord | Alex Crichton | -0/+3 |
| 2014-05-28 | auto merge of #14437 : Sawyer47/rust/utf16-items, r=alexcrichton | bors | -7/+7 |
| 2014-05-28 | Move trait impls for primitives near trait definition | Piotr Jawniak | -1402/+638 |
| 2014-05-28 | auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichton | bors | -2/+2 |
| 2014-05-28 | Rename UTF16Item[s] to Utf16Item[s] | Piotr Jawniak | -7/+7 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -4/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-27 | Fixed deprecation warning text for mem::move_val_init and its associated comm... | Sergio Benitez | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -10/+10 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -6/+29 |
| 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 |