| Age | Commit message (Expand) | Author | Lines |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -16/+0 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -16/+0 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -14/+13 |
| 2016-06-22 | Auto merge of #34408 - Manishearth:rollup, r=Manishearth | bors | -0/+28 |
| 2016-06-22 | Rollup merge of #34190 - ollie27:wrapping_fmt, r=alexcrichton | Manish Goregaokar | -0/+28 |
| 2016-06-22 | Auto merge of #33976 - komamitsu:assert_eq_with_msg, r=alexcrichton | bors | -1/+12 |
| 2016-06-21 | Rollup merge of #34360 - dsprenkels:ops-doc, r=apasel422 | Guillaume Gomez | -0/+1 |
| 2016-06-21 | Auto merge of #34155 - ollie27:unzip, r=alexcrichton | bors | -15/+0 |
| 2016-06-21 | Add message argument to `assert_eq` macro | Mitsunori Komatsu | -1/+12 |
| 2016-06-19 | Remove first empty line of doc comment | Tobias Bucher | -1/+0 |
| 2016-06-19 | doc: std::ops md formatting fix | Daan Sprenkels | -0/+1 |
| 2016-06-19 | Add `is_empty` function to `ExactSizeIterator` | Tobias Bucher | -2/+27 |
| 2016-06-17 | Auto merge of #33090 - bluss:special-zip-2, r=aturon | bors | -21/+210 |
| 2016-06-15 | Auto merge of #34180 - durka:patch-24, r=brson | bors | -6/+6 |
| 2016-06-14 | Add/improve num const docs | Oliver Middleton | -65/+64 |
| 2016-06-14 | specialize zip: Use associated type for specialized zip struct data | Ulrik Sverdrup | -13/+39 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Enumerate | Ulrik Sverdrup | -0/+9 |
| 2016-06-14 | specialize zip: TrustedRandomAccess for Zip | Ulrik Sverdrup | -0/+11 |
| 2016-06-14 | specialize zip: Specialize .zip() for TrustedRandomAccess iterators | Ulrik Sverdrup | -21/+121 |
| 2016-06-14 | specialize zip: Implement TrustedRandomAccess for slice iterators | Ulrik Sverdrup | -0/+15 |
| 2016-06-14 | specialize zip: Introduce TrustedRandomAccess trait | Ulrik Sverdrup | -0/+28 |
| 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-09 | Implement Binary, Octal, LowerHex and UpperHex for Wrapping<T> | Oliver Middleton | -0/+28 |
| 2016-06-09 | make RangeInclusive Hash and !Copy | Alex Burka | -1/+1 |
| 2016-06-09 | derive Hash for ranges | Alex Burka | -5/+5 |
| 2016-06-07 | Remove unzip() SizeHint hack | Oliver Middleton | -15/+0 |
| 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 |