| Age | Commit message (Expand) | Author | Lines |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -29/+25 |
| 2014-06-06 | Fix documentation for `slice()` | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -11/+32 |
| 2014-06-04 | auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw | bors | -3/+27 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -0/+14 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -35/+66 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -0/+14 |
| 2014-06-02 | auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | Document failure cases for `char_at` and friends. | Aaron Turon | -2/+17 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -2/+2 |
| 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 |