| Age | Commit message (Expand) | Author | Lines |
| 2016-06-10 | Rollup merge of #34145 - matklad:any-docs, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2016-06-09 | Auto merge of #34046 - Vtec234:fix-atomic-doc, r=steveklabnik | bors | -3/+3 |
| 2016-06-07 | docs: simplify wording | Aleksey Kladov | -1/+1 |
| 2016-06-06 | Rollup merge of #34081 - RustOS-Fork-Holding-Ground:no-core-build-script, r=a... | Eduard-Mihai Burtescu | -18/+0 |
| 2016-06-06 | Rollup merge of #34059 - reeze:patch-2, r=GuillaumeGomez | Eduard-Mihai Burtescu | -1/+1 |
| 2016-06-05 | core: mark relevant functions with #[rustc_inherit_overflow_checks]. | Eduard Burtescu | -3/+19 |
| 2016-06-04 | No build.rs for libcore | John Ericson | -18/+0 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+46 |
| 2016-06-03 | Update comment | Reeze Xia | -1/+1 |
| 2016-06-02 | atomic doc: fix statement | Wojciech Nawrocki | -3/+3 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -280/+1 |
| 2016-06-01 | Rollup merge of #33896 - strake:next_code_point, r=aturon | Manish Goregaokar | -2/+3 |
| 2016-06-01 | Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -46/+14 |
| 2016-05-30 | Auto merge of #33960 - tbu-:pr_ref_clone_overflow, r=Aatch | bors | -1/+3 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -280/+1 |
| 2016-05-30 | Correct grammar; and remove redundant comment | Srinivas Reddy Thatiparthy | -2/+1 |
| 2016-05-30 | Prevent the borrow counter from overflowing in `Ref::clone` | Tobias Bucher | -1/+3 |
| 2016-05-28 | Rollup merge of #33849 - ranma42:escape-iters-count, r=alexcrichton | Manish Goregaokar | -28/+50 |
| 2016-05-27 | make core::str::next_code_point work on arbitrary iterator | M Farkas-Dyck | -2/+3 |
| 2016-05-27 | Rollup merge of #33815 - carols10cents:trait-documentation-clarifications, r=... | Guillaume Gomez | -100/+313 |
| 2016-05-26 | core: check pointer equality when comparing byte slices | Sean McArthur | -0/+3 |
| 2016-05-26 | Explain the order of the enumeration items | Andrea Canciani | -0/+3 |
| 2016-05-26 | Move length computation to `ExactSizeIterator` impls | Andrea Canciani | -24/+36 |
| 2016-05-26 | Implement `count` for `EscapeDefault` and `EscapeUnicode` | Andrea Canciani | -6/+7 |
| 2016-05-26 | `EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`s | Andrea Canciani | -0/+6 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -21/+13 |
| 2016-05-25 | Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1 | bors | -0/+10 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -21/+13 |
| 2016-05-23 | "the trait `Hash`" => "the `Hash` trait" | Carol (Nichols || Goulding) | -2/+2 |
| 2016-05-23 | Complete `PartialOrd`'s example so it passes make check-docs | Carol (Nichols || Goulding) | -0/+21 |
| 2016-05-23 | Move all `Default` docs from module to trait | Carol (Nichols || Goulding) | -73/+42 |
| 2016-05-23 | Prefer `ClassName` over `Self` in example trait implementations | Carol (Nichols || Goulding) | -9/+9 |
| 2016-05-23 | Use `()` when referring to functions | Carol (Nichols || Goulding) | -4/+4 |
| 2016-05-23 | Add some newlines in some code examples | Carol (Nichols || Goulding) | -0/+2 |
| 2016-05-23 | "non equal" => "not equal"; consistent with the surrounding text | Carol (Nichols || Goulding) | -1/+1 |
| 2016-05-23 | "more than 32" => "more than 32 elements" | Carol (Nichols || Goulding) | -2/+2 |
| 2016-05-23 | Emphasize semantic differences of Copy/Clone rather than impl | Carol (Nichols || Goulding) | -3/+4 |
| 2016-05-23 | Shorten, yet clarify, initial summary sentences | Carol (Nichols || Goulding) | -2/+6 |
| 2016-05-23 | Make the Default docs more like the other traits | Carol (Nichols || Goulding) | -3/+26 |
| 2016-05-23 | Add an explicit "How can I implement `PartialOrd`" doc section | Carol (Nichols || Goulding) | -2/+44 |
| 2016-05-23 | Add an explicit "How can I implement `Ord`" doc section | Carol (Nichols || Goulding) | -0/+40 |
| 2016-05-23 | Add more information about implementing `Hash` | Carol (Nichols || Goulding) | -0/+24 |
| 2016-05-23 | Add more detail to `Clone`'s documentation | Carol (Nichols || Goulding) | -1/+25 |
| 2016-05-23 | Add an explicit "How can I implement `Eq`" doc section | Carol (Nichols || Goulding) | -1/+24 |
| 2016-05-23 | Add an explicit "How can I implement `PartialEq`"? doc section | Carol (Nichols || Goulding) | -4/+31 |
| 2016-05-23 | Reorder `Copy` doc sections | Carol (Nichols || Goulding) | -20/+20 |
| 2016-05-23 | Make `Derivable` header be an h2 instead of an h1 | Carol (Nichols || Goulding) | -1/+1 |
| 2016-05-23 | `derive` explanation for PartialOrd should match that for Ord | Carol (Nichols || Goulding) | -2/+2 |
| 2016-05-23 | Add explanations about what derived trait implementations do | Carol (Nichols || Goulding) | -6/+19 |