| Age | Commit message (Expand) | Author | Lines |
| 2017-08-17 | doc tests: use the filename from the source file for doc test programs, rathe... | Nick Cameron | -4/+4 |
| 2017-07-09 | Add spacing between trait functions | Guillaume Gomez | -2/+14 |
| 2017-07-05 | Auto merge of #40939 - jseyfried:proc_macro_api, r=nrc | bors | -1/+1 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -20/+33 |
| 2017-07-05 | Auto merge of #42972 - GuillaumeGomez:fix-toggles-rustdoc, r=QuietMisdreavus | bors | -21/+28 |
| 2017-06-29 | Toggle wrappers are now generated correctly | Guillaume Gomez | -21/+28 |
| 2017-06-29 | Change some terminology around keywords and reserved identifiers | petrochenkov | -1/+1 |
| 2017-06-29 | Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomez | Ariel Ben-Yehuda | -18/+27 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -1/+5 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -1/+5 |
| 2017-06-24 | Shorten some lines so this can pass the tidy checks | Paul Woolcock | -15/+19 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -18/+23 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -40/+26 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 |
| 2017-06-12 | Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnik | Corey Farwell | -23/+19 |
| 2017-06-12 | Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnik | Corey Farwell | -15/+4 |
| 2017-06-12 | Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomez | bors | -20/+5 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -15/+4 |
| 2017-06-11 | rustdoc: Link directly to associated types | Oliver Middleton | -23/+19 |
| 2017-06-09 | Rollup merge of #42307 - clarcharr:js-license, r=frewsxcv | Corey Farwell | -9/+11 |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -20/+5 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -2/+20 |
| 2017-06-07 | Make rustdoc.js use license comments. | Clar Charr | -9/+11 |
| 2017-06-06 | Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavus | bors | -7/+12 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -7/+12 |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -11/+4 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -155/+55 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -14/+23 |
| 2017-05-21 | Update to trait bounds CSS in rustdoc | Daniel Lockyer | -0/+2 |
| 2017-05-19 | Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomez | Mark Simulacrum | -3/+3 |
| 2017-05-19 | rustdoc: Fix implementors list javascript | Oliver Middleton | -3/+3 |
| 2017-05-18 | Make documentation works again by removing two unnecessary ES6 pieces. | pravic | -3/+3 |
| 2017-05-16 | Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomez | Mark Simulacrum | -0/+5 |
| 2017-05-16 | improve collapse toggle render (css) | Raphaƫl Huchet | -0/+5 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -1/+0 |
| 2017-05-13 | Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcv | Mark Simulacrum | -4/+8 |
| 2017-05-12 | Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomez | Mark Simulacrum | -0/+1 |
| 2017-05-12 | Fix anchor invalid redirection to search | Guillaume Gomez | -4/+8 |
| 2017-05-12 | rustdoc: Break words in the location box of the sidebar. | Bastien Orivel | -0/+1 |
| 2017-05-11 | Fix search when looking to sources | Guillaume Gomez | -0/+3 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-05-07 | Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez | bors | -27/+48 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -27/+48 |
| 2017-05-05 | Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcv | Corey Farwell | -245/+456 |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -245/+456 |
| 2017-05-02 | Address review | est31 | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -2/+6 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -5/+5 |
| 2017-04-22 | Fix line display | Guillaume Gomez | -8/+4 |