| Age | Commit message (Expand) | Author | Lines |
| 2017-11-20 | Update books for next release | steveklabnik | -0/+0 |
| 2017-11-18 | Rollup merge of #45767 - QuietMisdreavus:who-docs-the-doc-tool, r=frewsxcv | Guillaume Gomez | -6/+28 |
| 2017-11-16 | Auto merge of #45692 - steveklabnik:ship-cargo-book, r=alexcrichton | bors | -0/+2 |
| 2017-11-15 | Add universal_impl_trait unstable-book entry | Christopher Vittal | -0/+32 |
| 2017-11-14 | link the cargo book into the bookshelf | steveklabnik | -0/+2 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -5/+0 |
| 2017-11-04 | Update reference link in doc's 404 | Ryan Scheel | -1/+1 |
| 2017-11-04 | rustdoc book: talk about #![doc(test(...))] in doctests chapter | QuietMisdreavus | -6/+8 |
| 2017-11-04 | rustdoc book: add #![doc(test(no_crate_inject))] and #![doc(test(attr(...)))] | QuietMisdreavus | -0/+20 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+75 |
| 2017-11-03 | Added page to unstable book. | David Wood | -0/+75 |
| 2017-11-03 | update unstable book and error example | leonardo.yvens | -3/+1 |
| 2017-10-28 | Update the book for a fix to the print button | Carol (Nichols || Goulding) | -0/+0 |
| 2017-10-28 | Rollup merge of #45574 - nzig:on_unimplemented_example, r=steveklabnik | kennytm | -4/+4 |
| 2017-10-27 | Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrum | bors | -0/+0 |
| 2017-10-27 | Fixed rustc_on_unimplemented example in Unstable Book | Nadav Zingerman | -4/+4 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -0/+0 |
| 2017-10-25 | Fix formatting in unstable book's attr-literals section | steveklabnik | -12/+12 |
| 2017-10-24 | Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichton | bors | -5/+0 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -0/+20 |
| 2017-10-22 | Remove deprecated `collections` crate. | leonardo.yvens | -5/+0 |
| 2017-10-19 | Rollup merge of #45217 - SimonSapin:alloc-doc, r=steveklabnik | kennytm | -59/+25 |
| 2017-10-19 | Rollup merge of #45181 - Havvy:doc-unstable-lang-items, r=frewsxcv | kennytm | -0/+92 |
| 2017-10-17 | List of all lang items in unstable book. | Havvy | -0/+92 |
| 2017-10-17 | Rollup merge of #45308 - dbrgn:headlines, r=steveklabnik | kennytm | -3/+3 |
| 2017-10-15 | Rustdoc book: Add missing headlines | Danilo Bargen | -3/+3 |
| 2017-10-15 | Fix typo in rustdoc book | Danilo Bargen | -3/+3 |
| 2017-10-15 | Rollup merge of #45250 - brauliobz:non-ascii-idents-details, r=steveklabnik | kennytm | -1/+31 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -3/+0 |
| 2017-10-13 | Fixed link to keywords page in the reference | BrĂ¡ulio Bezerra | -1/+1 |
| 2017-10-12 | Moved details of unstable non-ascii identifiers from the Reference to the Uns... | BrĂ¡ulio Bezerra | -1/+31 |
| 2017-10-12 | Fix out of date unstable book entries for `alloc_*` features. | Simon Sapin | -59/+25 |
| 2017-10-10 | formatting fixes | tinaun | -22/+20 |
| 2017-10-10 | unstable book: fn_traits | tinaun | -1/+36 |
| 2017-10-10 | unstable book: unboxed_closures | tinaun | -0/+25 |
| 2017-10-10 | unstable book: OIBIT | tinaun | -0/+49 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -3/+0 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -0/+58 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+77 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+77 |
| 2017-10-02 | update books for next release | steveklabnik | -0/+0 |
| 2017-09-30 | Docs: Add trace_macros! to unstable book | Danilo Bargen | -0/+39 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -2/+2 |
| 2017-09-19 | Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis | bors | -0/+30 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+24 |
| 2017-09-18 | Rollup merge of #44640 - budziq:stabilize_splice, r=dtolnay | Alex Crichton | -6/+5 |
| 2017-09-17 | Rollup merge of #44595 - budziq:stabilize_compiler_fences, r=alexcrichton | Tim Neumann | -106/+0 |
| 2017-09-17 | Updated tracking issue for String::splice and its unstable-book entry | Michal Budzynski | -4/+3 |
| 2017-09-17 | stabilized vec_splice (fixes #32310) | Michal Budzynski | -3/+3 |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -17/+0 |