| Age | Commit message (Expand) | Author | Lines |
| 2017-07-25 | Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrum | bors | -40/+10 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -40/+10 |
| 2017-07-25 | Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1 | bors | -5/+1 |
| 2017-07-25 | Auto merge of #43248 - llogiq:num-try-from, r=nagisa | bors | -38/+391 |
| 2017-07-24 | improve the TryFrom implementations | Andre Bogus | -38/+391 |
| 2017-07-24 | Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebank | Mark Simulacrum | -4/+4 |
| 2017-07-24 | Auto merge of #43413 - mandeep:ops-generics, r=alexcrichton | bors | -0/+36 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -4/+4 |
| 2017-07-23 | Auto merge of #43416 - tshepang:extra-layer, r=alexcrichton | bors | -6/+5 |
| 2017-07-23 | Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichton | bors | -0/+1 |
| 2017-07-22 | doc: provide an actual equivalent to filter_map | Tshepang Lekhonkhobe | -6/+5 |
| 2017-07-22 | Add generic example of std::ops::Sub in doc comments | mandeep | -0/+36 |
| 2017-07-22 | Auto merge of #43367 - alexcrichton:remove-inline-always, r=sfackler | bors | -50/+50 |
| 2017-07-22 | Add !: Clone impl | Andrew Cann | -0/+1 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -50/+50 |
| 2017-07-19 | Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis | bors | -0/+43 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -0/+43 |
| 2017-07-19 | Fix overflowing_literals lint for large f32s | Oliver Middleton | -5/+1 |
| 2017-07-18 | Rollup merge of #43292 - kennytm:fix-quasi-quoting-warning-in-rustbuild, r=al... | Mark Simulacrum | -1/+1 |
| 2017-07-18 | Rollup merge of #42837 - rthomas:29355-error, r=steveklabnik | Mark Simulacrum | -0/+16 |
| 2017-07-18 | Fix "Quasi-quoting is inefficient" warning in incremental rustbuild. | kennytm | -1/+1 |
| 2017-07-16 | Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer... | bors | -1/+1 |
| 2017-07-16 | Auto merge of #43252 - vbrandl:doc/default-values, r=GuillaumeGomez | bors | -18/+19 |
| 2017-07-15 | Rephrase the doc string | Valentin Brandl | -17/+17 |
| 2017-07-15 | Document default values for primitive types | Valentin Brandl | -18/+19 |
| 2017-07-14 | Rollup merge of #43159 - cuviper:ptr-swap-simd, r=arielb1 | Corey Farwell | -1/+4 |
| 2017-07-14 | add u128/i128 to sum/product implementors | Zack M. Davis | -1/+1 |
| 2017-07-13 | Forward more Iterator methods for iter::Rev | Simon Sapin | -0/+8 |
| 2017-07-13 | Forward more Iterator methods for str::Bytes | Simon Sapin | -0/+38 |
| 2017-07-13 | Update docs on Error struct. #29355 | Ryan Thomas | -0/+16 |
| 2017-07-12 | Rollup merge of #43137 - ollie27:stab, r=aturon | Mark Simulacrum | -5/+5 |
| 2017-07-12 | Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturon | Mark Simulacrum | -7/+23 |
| 2017-07-12 | Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2017-07-10 | Disable big-endian simd in swap_nonoverlapping_bytes | Josh Stone | -1/+4 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -5/+5 |
| 2017-07-08 | Add tests for reaching the end of RangeInclusive as an iterator | Simon Sapin | -0/+20 |
| 2017-07-08 | Add tests for Range*::nth | Simon Sapin | -0/+51 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -5/+84 |
| 2017-07-08 | Factorize some macros in iter/range.rs | Simon Sapin | -57/+28 |
| 2017-07-08 | Remove Step::steps_between, rename steps_between_by_one to steps_between | Simon Sapin | -51/+10 |
| 2017-07-08 | Remove unused Step methods | Simon Sapin | -34/+0 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -23/+8 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-07-05 | Add `rustc_on_unimplemented` message to `std::ops::Try` | Esteban Küber | -0/+2 |
| 2017-07-05 | Insert current implementation header | Stefan Schindler | -1/+1 |
| 2017-07-04 | Rollup merge of #43043 - sfackler:reverse-stability, r=Mark-Simulacrum | Mark Simulacrum | -1/+1 |
| 2017-07-04 | Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomez | Mark Simulacrum | -10/+129 |
| 2017-07-04 | Auto merge of #43012 - scottmcm:delete-range-step-by, r=alexcrichton | bors | -246/+16 |
| 2017-07-03 | Add a stability marker for core::cmp::Reverse.0 | Steven Fackler | -1/+1 |
| 2017-07-02 | Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton | bors | -6/+5 |