| Age | Commit message (Expand) | Author | Lines |
| 2018-07-04 | Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez | bors | -0/+17 |
| 2018-07-04 | rustdoc book on codeblock hash escaping | Lucas Morales | -0/+17 |
| 2018-07-04 | Unstable book documentation of tool lints | flip1995 | -0/+35 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+28 |
| 2018-06-25 | make the `while let` loop terminate | Niko Matsakis | -1/+1 |
| 2018-06-22 | Rollup merge of #51158 - ogham:patch-1, r=steveklabnik | kennytm | -0/+24 |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-06-12 | rustdoc: add --extern-html-root-url flag | QuietMisdreavus | -0/+15 |
| 2018-06-12 | update wording, do not change parser | Niko Matsakis | -6/+11 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -176/+0 |
| 2018-06-11 | Mark alloc_jemalloc as perma-unstable | Simon Sapin | -13/+0 |
| 2018-06-11 | Move Unstable Book sections for #[global_allocator] and System to std::alloc ... | Simon Sapin | -148/+0 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -1/+0 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -3/+3 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -13/+0 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -4/+4 |
| 2018-06-05 | Rollup merge of #51183 - teiesti:rustdoc-book-termination, r=steveklabnik | Mark Simulacrum | -11/+30 |
| 2018-06-05 | Rollup merge of #50852 - mandeep:fix-rustdoc-example-testing, r=GuillaumeGomez | Mark Simulacrum | -2/+4 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+23 |
| 2018-06-05 | Improve wording | Tobias Stolzmann | -2/+3 |
| 2018-06-05 | Update rustdoc book to suggest using Termination trait instead of hidden ‘f... | Tobias Stolzmann | -11/+29 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -17/+18 |
| 2018-05-29 | Phrasing tweak in doctest docs | Benjamin Sago | -1/+1 |
| 2018-05-29 | Mention spec and indented blocks in doctest docs | Benjamin Sago | -0/+24 |
| 2018-05-27 | Auto merge of #51066 - est31:master, r=sfackler | bors | -2/+2 |
| 2018-05-26 | Point to the current box syntax tracking issue | est31 | -2/+2 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-26 | Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakis | bors | -0/+67 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -0/+67 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+0 |
| 2018-05-20 | Rollup merge of #50858 - robinkrahl:rustdoc-fix-order, r=steveklabnik | kennytm | -8/+8 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -37/+0 |
| 2018-05-18 | Add println statement to rendered code block example | mandeep | -0/+1 |
| 2018-05-18 | Add doc comment to hiding portions of code example | mandeep | -2/+3 |
| 2018-05-18 | Reorder description for snippets in rustdoc documentation | Robin Krahl | -8/+8 |
| 2018-05-17 | Rollup merge of #50839 - glassresistor:master, r=steveklabnik | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Rollup merge of #50791 - bstrie:null, r=QuietMisdreavus | Mark Simulacrum | -3/+3 |
| 2018-05-17 | Rollup merge of #50790 - bstrie:grammar, r=steveklabnik | Mark Simulacrum | -11/+6 |
| 2018-05-17 | Update tutorial.md | Mikela | -1/+1 |
| 2018-05-17 | Make sure people know the book is free oline | Mikela | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-16 | Null exclusions in grammar docs | bstrie | -3/+3 |
| 2018-05-16 | Fix grammar documentation wrt Unicode identifiers | bstrie | -11/+6 |
| 2018-05-15 | Rollup merge of #50594 - sanxiyn:man-print, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -37/+0 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -14/+0 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -0/+17 |
| 2018-05-10 | Update the man page with additional --print options | Seo Sanghyeon | -1/+1 |
| 2018-05-08 | Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis | bors | -41/+41 |