| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-05 | Update books for the next release. | Corey Farwell | -0/+0 |
| 2018-05-03 | ignore erroneous example | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-03 | fix error text | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-03 | doc: move incoherent_fundamental_impls to deny-by-default listing | Hoàng Đức Hiếu | -41/+41 |
| 2018-05-02 | Add tool_attributes feature to unstable book | Seiichi Uchida | -0/+26 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -30/+0 |
| 2018-04-30 | Auto merge of #50163 - kornelski:error, r=Kimundi | bors | -0/+0 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -30/+0 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -0/+2512 |
| 2018-04-25 | Update book submodule to pass linkchecker test | Kornel | -0/+0 |
| 2018-04-24 | more nits | steveklabnik | -3/+3 |
| 2018-04-23 | review nits | steveklabnik | -9/+8 |
| 2018-04-22 | Add doc about doc alias feature | Guillaume Gomez | -0/+39 |
| 2018-04-17 | stabilize `slice_rsplit` feature | tinaun | -10/+0 |
| 2018-04-17 | Rollup merge of #49994 - frewsxcv:frewsxcv-doc-tests, r=QuietMisdreavus | kennytm | -19/+19 |
| 2018-04-16 | write docs for targets | steveklabnik | -0/+38 |
| 2018-04-16 | fill out contributing | steveklabnik | -0/+5 |
| 2018-04-16 | fill out command line arguments | steveklabnik | -2/+61 |
| 2018-04-16 | Remove unnecessary indentation in rustdoc book codeblock. | Corey Farwell | -19/+19 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -0/+25 |
| 2018-04-14 | Replace remaining uses of deprecated std::heap with std::alloc | Mike Hommey | -1/+1 |
| 2018-04-13 | add -C to the rustdoc book | QuietMisdreavus | -0/+25 |
| 2018-04-12 | Rename alloc::Void to alloc::Opaque | Simon Sapin | -3/+3 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -0/+1 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -4/+4 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -4/+4 |
| 2018-04-12 | Auto merge of #48528 - bitshifter:repr_packed, r=eddyb | bors | -0/+8 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -0/+8 |
| 2018-04-10 | Fix the unstable book to account for ok-wrapping | Scott McMurray | -4/+4 |
| 2018-04-10 | add codegen options section | steveklabnik | -0/+208 |
| 2018-04-09 | fix tests | steveklabnik | -27/+29 |
| 2018-04-09 | more lints | steveklabnik | -46/+1035 |
| 2018-04-09 | document deny by default lints | steveklabnik | -12/+237 |
| 2018-04-09 | add a lot of text about lints | steveklabnik | -0/+824 |
| 2018-04-09 | add targets to TOC | steveklabnik | -0/+6 |
| 2018-04-09 | write 'what is rustc' | steveklabnik | -0/+67 |
| 2018-04-09 | write headings for command line arguments | steveklabnik | -2/+58 |
| 2018-04-09 | fix authorship in book.toml | steveklabnik | -1/+1 |
| 2018-04-09 | Add a TOC | steveklabnik | -3/+23 |
| 2018-04-09 | update doc index to link to the rustc book | steveklabnik | -0/+4 |
| 2018-04-09 | initialize the rustc book | steveklabnik | -0/+10 |
| 2018-04-07 | Using X headings instead of 0.X #49739 | Pulkit Goyal | -12/+12 |
| 2018-04-05 | Rollup merge of #49628 - steveklabnik:learn-use-master, r=QuietMisdreavus | kennytm | -46/+63 |