| Age | Commit message (Expand) | Author | Lines |
| 2017-07-13 | Update docs on Error struct. #29355 | Ryan Thomas | -0/+16 |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -2/+4 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -0/+3 |
| 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 | 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-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 | 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-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 | Ignore some failing test on wasm32-unknown-emscripten | Marco A L Barbosa | -0/+8 |
| 2017-06-12 | Auto merge of #42570 - birkenfeld:patch-3, r=frewsxcv | bors | -1/+21 |
| 2017-06-12 | Add dedicated docstrings to Sum/Product impl of Result | Georg Brandl | -1/+21 |
| 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 | Move Drop to module. | Clar Charr | -90/+103 |
| 2017-06-09 | Move CoerceUnsized to module. | Clar Charr | -69/+82 |
| 2017-06-09 | Move Index to module. | Clar Charr | -149/+162 |
| 2017-06-09 | Move Deref to module. | Clar Charr | -110/+123 |
| 2017-06-09 | Move Try to module. | Clar Charr | -102/+118 |
| 2017-06-09 | Move placement new operators to module. | Clar Charr | -119/+130 |
| 2017-06-09 | Move bit ops to module. | Clar Charr | -830/+846 |
| 2017-06-09 | Move arithmetic ops to module. | Clar Charr | -864/+880 |
| 2017-06-09 | Move Fn to module. | Clar Charr | -185/+198 |
| 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-07 | Move Range to module. | Clar Charr | -356/+374 |
| 2017-06-07 | Move ops.rs to folder. | Clar Charr | -0/+0 |
| 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 |