| Age | Commit message (Expand) | Author | Lines |
| 2016-07-06 | Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik | Steve Klabnik | -65/+64 |
| 2016-07-06 | Rollup merge of #33265 - tshepang:peek, r=steveklabnik | Steve Klabnik | -11/+9 |
| 2016-07-04 | Revert "Revert "Remove the return_address intrinsic."" | Eduard Burtescu | -6/+0 |
| 2016-07-04 | Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried | bors | -5/+2 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -5/+2 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -117/+362 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -117/+362 |
| 2016-07-03 | Auto merge of #34540 - jupp0r:patch-1, r=steveklabnik | bors | -1/+4 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+6 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+6 |
| 2016-06-30 | Correct MIN_EXP docs and improve EPSILON | Oliver Middleton | -4/+4 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -52/+200 |
| 2016-06-29 | Improve code example for try! | Jupp Müller | -1/+4 |
| 2016-06-27 | Remove the return_address intrinsic. | Eduard Burtescu | -6/+0 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -14/+13 |
| 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 | doc: std::ops md formatting fix | Daan Sprenkels | -0/+1 |
| 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 |