| Age | Commit message (Expand) | Author | Lines |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+20 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -0/+7 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+5 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -0/+5 |
| 2017-06-20 | Auto merge of #42495 - alexcrichton:new-stage0, r=Mark-Simulacrum | bors | -13/+0 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -13/+0 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -0/+15 |
| 2017-06-19 | Add compile_error!() to the unsable book | Wesley Wiser | -0/+20 |
| 2017-06-18 | Remove SUMMARY.md of the unstable book as its autogenerated | est31 | -225/+0 |
| 2017-06-18 | Rollup merge of #42723 - ubsan:master, r=QuietMisdreavus | Mark Simulacrum | -13/+13 |
| 2017-06-17 | Reintroduce deprecated `collections` crate | Murarth | -0/+6 |
| 2017-06-17 | Add `_` to the list of keywords | ubsan | -13/+13 |
| 2017-06-17 | Correct location of unstable book docs | Alex Crichton | -0/+0 |
| 2017-06-16 | Rollup merge of #42660 - steveklabnik:gh42632, r=frewsxcv | Corey Farwell | -0/+0 |
| 2017-06-16 | Auto merge of #42612 - est31:master, r=nagisa | bors | -1130/+1 |
| 2017-06-16 | Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakis | Corey Farwell | -11/+0 |
| 2017-06-15 | placeholder for documentation of `allocator_api` library feature. | Felix S. Klock II | -0/+15 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -6/+0 |
| 2017-06-15 | Remove struct_field_attributes from the Unstable Book | Wonwoo Choi | -11/+0 |
| 2017-06-15 | Remove some more stubs | est31 | -78/+0 |
| 2017-06-14 | update book with redirect fixes | steveklabnik | -0/+0 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+34 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -6/+0 |
| 2017-06-14 | Don't require that stubs exist for features in the unstable book | est31 | -1061/+0 |
| 2017-06-14 | Autogenerate stubs and the summary of the unstable book | est31 | -1/+1 |
| 2017-06-13 | Rollup merge of #42496 - Razaekel:feature/integer_max-min, r=BurntSushi | Corey Farwell | -0/+8 |
| 2017-06-12 | Fill in tracking issue for the profile feature | Marco Castelluccio | -2/+2 |
| 2017-06-07 | Auto merge of #42378 - steveklabnik:rustdoc-docs, r=frewsxcv | bors | -0/+500 |
| 2017-06-06 | Add max and min default fns to Ord trait | Nick Whitney | -0/+8 |
| 2017-06-06 | Suggest 'profile' flag | Marco Castelluccio | -2/+2 |
| 2017-06-06 | Add basic documentation for the profile feature | Marco Castelluccio | -0/+16 |
| 2017-06-05 | fix tests | steveklabnik | -0/+2 |
| 2017-06-05 | address review feedback | steveklabnik | -18/+10 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+18 |
| 2017-06-03 | Rollup merge of #42353 - steveklabnik:update-books, r=GuillaumeGomez | Corey Farwell | -0/+0 |
| 2017-06-02 | Coming soon | steveklabnik | -0/+10 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+8 |
| 2017-06-01 | Update various book repos for the next release. | steveklabnik | -0/+0 |
| 2017-06-01 | wip | steveklabnik | -3/+494 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -0/+57 |
| 2017-05-31 | add a new mdbook for rustdoc | steveklabnik | -0/+5 |
| 2017-05-31 | Add some try_trait ramblings to the unstable book | Scott McMurray | -0/+43 |
| 2017-05-31 | Give the `try_trait` feature its own tracking issue | Scott McMurray | -2/+2 |
| 2017-05-28 | Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichton | bors | -0/+1 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -8/+0 |
| 2017-05-26 | Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+13 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -0/+10 |
| 2017-05-25 | Stabilize non capturing closure to fn coercion | est31 | -8/+0 |
| 2017-05-25 | Lower `?` to `Try` instead of `Carrier` | Scott McMurray | -0/+14 |