| Age | Commit message (Expand) | Author | Lines |
| 2017-06-29 | Rollup merge of #42920 - behnam:cmp, r=BurntSushi | Ariel Ben-Yehuda | -4/+6 |
| 2017-06-29 | Rollup merge of #42831 - rthomas:master, r=QuietMisdreavus | Ariel Ben-Yehuda | -7/+4 |
| 2017-06-28 | Auto merge of #42819 - scottmcm:swap-nonoverlapping, r=sfackler | bors | -61/+86 |
| 2017-06-28 | Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton | bors | -13/+171 |
| 2017-06-28 | Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton | bors | -12/+24 |
| 2017-06-27 | Use a little more compelling example of `for_each` | Josh Stone | -6/+7 |
| 2017-06-26 | [libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum types | Behnam Esfahbod | -4/+6 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -9/+168 |
| 2017-06-24 | Stabilize cmp::Reverse | Steven Fackler | -4/+3 |
| 2017-06-24 | Auto merge of #42541 - gilescope:patch-1, r=alexcrichton | bors | -8/+12 |
| 2017-06-23 | Rollup merge of #42822 - ChrisMacNaughton:guard-traits, r=alexcrichton | Mark Simulacrum | -0/+14 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -19/+43 |
| 2017-06-22 | Adding training commer to be more consistent with prior format. | Giles Cope | -4/+4 |
| 2017-06-22 | Fix NaN handling in is_sign_negative/positive | Simonas Kazlauskas | -12/+24 |
| 2017-06-22 | Update docs for fmt::write. | Ryan Thomas | -7/+4 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -2/+4 |
| 2017-06-22 | Ensure Guard types impl Display & Debug | Chris MacNaughton | -0/+14 |
| 2017-06-21 | Reuse the mem::swap optimizations to speed up slice::rotate | Scott McMurray | -61/+86 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -0/+3 |
| 2017-06-21 | Use `fold` to implement `Iterator::for_each` | Josh Stone | -4/+51 |
| 2017-06-21 | Rollup merge of #42762 - jackpot51:patch-1, r=sfackler | Corey Farwell | -2/+2 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+11 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -0/+3 |
| 2017-06-20 | Add `Iterator::for_each` | Josh Stone | -0/+46 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -1/+69 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -1/+69 |
| 2017-06-20 | Whitespace change | Giles Cope | -2/+2 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -96/+6 |
| 2017-06-19 | Disable repr(simd) in mem::swap on Redox | Jeremy Soller | -2/+2 |
| 2017-06-19 | Merge remote-tracking branch 'upstream/master' | Giles Cope | -3112/+3547 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+11 |
| 2017-06-17 | Inline StrSearcher::haystack() | Alexander Bulaev | -1/+4 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -2/+2 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -0/+118 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -0/+8 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -1/+1 |
| 2017-06-15 | Add hint about the return code of panic! | Stefan Schindler | -1/+1 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -0/+118 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -8/+8 |
| 2017-06-14 | Auto merge of #42523 - clarcharr:refactor_ops, r=brson | bors | -3021/+3163 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1/+1 |
| 2017-06-13 | Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushi | Corey Farwell | -2/+53 |
| 2017-06-13 | Rollup merge of #42428 - scottmcm:str-get-overflow, r=sfackler | Corey Farwell | -41/+30 |
| 2017-06-13 | Change the for-loop desugar so the `break` does not affect type inference. Fi... | John Kåre Alsaker | -2/+4 |
| 2017-06-13 | Removing tabs. Sorry - have updated my .vimrc | Giles Cope | -2/+2 |
| 2017-06-13 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -0/+8 |
| 2017-06-13 | Updated tests and fixed inconsistent message on assert_eq | Giles Cope | -8/+10 |
| 2017-06-13 | updated assert_eq test, fixed incorrect assert_ne message and added test. | Giles Cope | -8/+12 |
| 2017-06-12 | Auto merge of #42570 - birkenfeld:patch-3, r=frewsxcv | bors | -1/+21 |