| Age | Commit message (Expand) | Author | Lines |
| 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-11 | Auto merge of #42155 - seanmonstar:unimplemented, r=sfackler | bors | -1/+2 |
| 2017-06-11 | Auto merge of #40454 - djzin:fast-swap, r=sfackler | bors | -13/+54 |
| 2017-06-11 | Auto merge of #42569 - birkenfeld:patch-2, r=frewsxcv | bors | -6/+3 |
| 2017-06-10 | Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushi | bors | -1/+50 |
| 2017-06-09 | Simplify FromIterator example of Result | Georg Brandl | -6/+3 |
| 2017-06-09 | hack around bug in emscripten | Djzin | -1/+3 |
| 2017-06-08 | Use ctlz_nonzero to improve ASM from next_power_of_two | Scott McMurray | -1/+16 |
| 2017-06-08 | Add ctlz_nonzero & cttz_nonzero intrinsics | Scott McMurray | -0/+34 |
| 2017-06-08 | doc: a more complete explanation, and a better example | Tshepang Lekhonkhobe | -5/+5 |
| 2017-06-08 | Auto merge of #42522 - frewsxcv:rollup, r=frewsxcv | bors | -1/+1 |
| 2017-06-08 | Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton | bors | -11/+27 |
| 2017-06-07 | core: allow messages in unimplemented!() macro | Sean McArthur | -1/+2 |
| 2017-06-07 | Update docs to say iterator instead of range | Matt Brubeck | -1/+1 |
| 2017-06-06 | Rollup merge of #42469 - citizen428:document-assert-macros, r=steveklabnik | Corey Farwell | -5/+13 |
| 2017-06-05 | Doc changes for assert macros | Michael Kohl | -5/+13 |
| 2017-06-05 | doc rewording | king6cong | -1/+1 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -3/+4 |
| 2017-06-02 | Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichton | Mark Simulacrum | -13/+42 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+143 |
| 2017-06-02 | Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisa | bors | -0/+47 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -3/+4 |
| 2017-06-01 | Adding support for the llvm `prefetch` intrinsic | Falco Hirschenberger | -0/+47 |
| 2017-05-31 | Avoid range::step_by in another test | Scott McMurray | -2/+2 |
| 2017-05-31 | Deprecate iter::range::StepBy | Scott McMurray | -0/+15 |
| 2017-05-31 | Deprecate Range*::step_by | Scott McMurray | -13/+27 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -17/+67 |
| 2017-05-31 | Simplify helper functions | Irfan Hudda | -15/+13 |
| 2017-05-31 | Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik | Mark Simulacrum | -2/+2 |
| 2017-05-31 | Rollup merge of #42315 - scottmcm:rangefrom-sizehint, r=alexcrichton | Mark Simulacrum | -1/+8 |
| 2017-05-31 | Rollup merge of #42252 - stjepang:clarify-alignof-docs, r=nikomatsakis | Mark Simulacrum | -4/+4 |
| 2017-05-31 | Rollup merge of #42126 - clarcharr:into_docs, r=steveklabnik | Mark Simulacrum | -1/+37 |
| 2017-05-31 | fix links to "module-level documentation" | Raphaël Huchet | -2/+2 |
| 2017-05-31 | Give the `try_trait` feature its own tracking issue | Scott McMurray | -7/+7 |
| 2017-05-30 | Add 'the' | Stjepan Glavina | -4/+4 |
| 2017-05-30 | RangeFrom should have an infinite size_hint | Scott McMurray | -1/+8 |
| 2017-05-28 | Clarify docs on implementing Into. | Clar Charr | -1/+37 |
| 2017-05-28 | restore old behaviour | Djzin | -18/+1 |
| 2017-05-28 | restore old behaviour for sizes < 128 | Djzin | -41/+34 |
| 2017-05-28 | Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton | bors | -1/+95 |
| 2017-05-27 | Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichton | Mark Simulacrum | -2/+14 |
| 2017-05-27 | better respect alignment for copying tail | Djzin | -25/+37 |
| 2017-05-27 | Docs: impls of PartialEq/PartialOrd/Ord must agree | Stjepan Glavina | -2/+14 |
| 2017-05-27 | Merge remote-tracking branch 'upstream/master' into fast-swap | Djzin | -2389/+12008 |
| 2017-05-27 | copy tail bytes better for aligned types | Djzin | -0/+21 |
| 2017-05-27 | Clarify the docs for align_of and its variants | Stjepan Glavina | -4/+4 |
| 2017-05-26 | Auto merge of #42245 - frewsxcv:rollup, r=frewsxcv | bors | -5/+5 |
| 2017-05-26 | Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichton | Corey Farwell | -5/+5 |
| 2017-05-26 | Auto merge of #42014 - tbu-:pr_scan_not_fused, r=alexcrichton | bors | -4/+0 |
| 2017-05-25 | Lower `?` to `Try` instead of `Carrier` | Scott McMurray | -17/+67 |