| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -0/+10 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+13 |
| 2017-05-23 | Stabilize in 1.19 | Matthew | -69/+496 |
| 2017-05-23 | Give step_trait a distinct tracking issue from step_by | Scott McMurray | -2/+2 |
| 2017-05-23 | Add iterator_step_by to the unstable book's summary | Scott McMurray | -0/+1 |
| 2017-05-23 | Rollup merge of #42122 - rust-lang:frewsxcv/unstable-book, r=steveklabnik | Corey Farwell | -0/+80 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -84/+0 |
| 2017-05-21 | Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton | bors | -32/+0 |
| 2017-05-21 | Update slice_rotate to a real tracking number | Scott McMurray | -2/+2 |
| 2017-05-21 | Add an in-place rotate method for slices to libcore | Scott McMurray | -0/+8 |
| 2017-05-20 | Stabilize library features for 1.18.0 | Steven Fackler | -32/+0 |
| 2017-05-20 | Add stub entry to unstable book for needs_drop | Alexis Beingessner | -0/+7 |
| 2017-05-20 | Add basic Unstable Book entry for `attr_literals`. | Corey Farwell | -0/+20 |
| 2017-05-20 | Add basic Unstable Book entry for `catch_expr`. | Corey Farwell | -0/+23 |
| 2017-05-20 | Add basic Unstable Book entry for `on_unimplemented`. | Corey Farwell | -0/+37 |
| 2017-05-19 | Auto merge of #41439 - ivandardi:master, r=BurntSushi | bors | -0/+7 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -84/+0 |
| 2017-05-17 | Auto merge of #41857 - dhardy:master, r=steveklabnik | bors | -0/+73 |
| 2017-05-17 | loop_break_value doc: remove note about other loops | Diggory Hardy | -4/+0 |
| 2017-05-17 | Auto merge of #41476 - abonander:book_proc_macro, r=nrc | bors | -0/+231 |
| 2017-05-16 | Document the `proc_macro` feature in the Unstable Book | Austin Bonander | -0/+231 |
| 2017-05-16 | Update the various books to latest | steveklabnik | -0/+0 |
| 2017-05-16 | loop_break_value: fix tests (but ignore one expected not to compile) | Diggory Hardy | -2/+10 |
| 2017-05-16 | Auto merge of #41771 - clarcharr:resize_default, r=nikomatsakis | bors | -0/+8 |
| 2017-05-15 | Add entry to the Unstable Book | Ivan Dardi | -0/+7 |
| 2017-05-15 | Auto merge of #41992 - ollie27:linkchecker_base, r=alexcrichton | bors | -11/+12 |
| 2017-05-14 | Fix some dead links in The Unstable Book | Oliver Middleton | -11/+12 |
| 2017-05-11 | Add Vec::resize_default. | Clar Charr | -0/+8 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -22/+2 |
| 2017-05-10 | Revise the eprint(ln)! feature. | Zack Weinberg | -0/+20 |
| 2017-05-09 | loop_break_value book doc: remove some curiosities, regarding leodasvacas's c... | Diggory Hardy | -13/+3 |