| Age | Commit message (Expand) | Author | Lines |
| 2017-03-22 | Update the book submodule and fix tidy | Vadim Petrochenkov | -0/+0 |
| 2017-03-21 | Add docs for sort_unstable to unstable book | Stjepan Glavina | -0/+31 |
| 2017-03-20 | Rollup merge of #40685 - portal-chan:patch-1, r=eddyb | Corey Farwell | -4/+4 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -11/+0 |
| 2017-03-20 | Add missing associated type Item to Iterator | portal | -4/+4 |
| 2017-03-20 | Fix up various links | steveklabnik | -1/+1 |
| 2017-03-20 | Update book and reference submodules | steveklabnik | -0/+0 |
| 2017-03-20 | Import submodule for the book. | steveklabnik | -0/+0 |
| 2017-03-20 | Remove the existing book | steveklabnik | -17500/+0 |
| 2017-03-19 | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb | Corey Farwell | -0/+24 |
| 2017-03-17 | Rollup merge of #40586 - steveklabnik:add-unstable-sort-to-unstable-book, r=f... | Corey Farwell | -0/+10 |
| 2017-03-17 | Rollup merge of #40496 - projektir:docs_number_headings, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-03-17 | Rollup merge of #40466 - projektir:outdated_docs_highlighting, r=steveklabnik | Corey Farwell | -19/+2 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -5/+5 |
| 2017-03-16 | add sort_unstable to unstable book | steveklabnik | -0/+10 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -11/+0 |
| 2017-03-14 | Improve the documentation for `rvalue_static_promotion` | Tobias Schottdorf | -0/+18 |
| 2017-03-14 | Add feature toggle for rvalue-static-promotion RFC | Tobias Schottdorf | -0/+6 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -5/+5 |
| 2017-03-13 | Rust unstable book: basic desc and example for `concat_idents`. | Corey Farwell | -0/+12 |
| 2017-03-13 | Rust unstable book: basic desc and example for `non_ascii_idents`. | Corey Farwell | -0/+8 |
| 2017-03-13 | Rust unstable book: basic desc and example for `i128_type`. | Corey Farwell | -0/+15 |
| 2017-03-13 | Rust unstable book: basic desc and example for `const_indexing`. | Corey Farwell | -0/+9 |
| 2017-03-13 | Rust unstable book: basic desc and example for `conservative_impl_trait`. | Corey Farwell | -0/+56 |
| 2017-03-13 | Rust unstable book: basic desc and example for `const_fn`. | Corey Farwell | -0/+19 |
| 2017-03-13 | Using X headings #39850 | projektir | -3/+3 |
| 2017-03-13 | Adjust wording #40301 | projektir | -2/+3 |
| 2017-03-13 | Remove doc about highlighting code in other languages #40301 | projektir | -18/+0 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-03-08 | Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton | Ariel Ben-Yehuda | -5645/+0 |
| 2017-03-08 | Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcv | Ariel Ben-Yehuda | -0/+2 |
| 2017-03-04 | import nomicon submodule | steveklabnik | -0/+0 |
| 2017-03-04 | remove nomicon | steveklabnik | -5645/+0 |
| 2017-03-04 | import reference submodule | steveklabnik | -0/+0 |
| 2017-03-04 | remove reference | steveklabnik | -5316/+0 |
| 2017-03-02 | fix link | Steve Klabnik | -1/+1 |
| 2017-03-02 | Rollup merge of #40194 - letmaik:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnik | Guillaume Gomez | -0/+8 |
| 2017-03-02 | Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, r... | Guillaume Gomez | -8/+8 |
| 2017-03-02 | Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2017-03-02 | Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcv | Guillaume Gomez | -2/+3 |
| 2017-03-02 | Add abi_x86_interrupt to the unstable book | topecongiro | -0/+8 |
| 2017-03-01 | fix wrong word used (static vs const) | Maik Riechert | -1/+1 |
| 2017-03-01 | doc: fix inconsistency in error output in guessing-game.md | deso | -8/+8 |
| 2017-03-01 | Unit-like structs doc: Add compile fail tag | Josef Brandl | -1/+1 |
| 2017-03-01 | Fix link in `if let` docs | Kevin Yap | -1/+1 |
| 2017-03-01 | String docs: Add "the" | Josef Brandl | -1/+1 |
| 2017-02-28 | Rollup merge of #40153 - steveklabnik:alphabetize-unstable-book, r=frewsxcv | Steve Klabnik | -75/+75 |