| Age | Commit message (Expand) | Author | Lines |
| 2016-02-27 | Correct plain-summary-line | mitaa | -2/+2 |
| 2016-02-27 | Clearly separate code blocks from other blocks | mitaa | -1/+3 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -4/+11 |
| 2016-02-25 | Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichton | Manish Goregaokar | -8/+11 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -7/+8 |
| 2016-02-24 | Allow creation of src-links for device files | mitaa | -1/+3 |
| 2016-02-23 | Show associated types in inherent impls | mitaa | -6/+3 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+10 |
| 2016-02-23 | Don't record self parameter for static methods | mitaa | -6/+7 |
| 2016-02-22 | Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichton | bors | -111/+112 |
| 2016-02-22 | Simplify search-index serialization | mitaa | -112/+94 |
| 2016-02-16 | Add crates to search-index | mitaa | -9/+28 |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -4/+4 |
| 2016-02-14 | Auto merge of #31626 - mitaa:rdoc-srch-escape, r=alexcrichton | bors | -2/+2 |
| 2016-02-14 | Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton | bors | -5/+11 |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -3/+4 |
| 2016-02-13 | Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichton | bors | -4/+4 |
| 2016-02-13 | Escape search-index item descriptions | mitaa | -2/+2 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -5/+11 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -15/+32 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -3/+4 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -4/+4 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -0/+3 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -27/+86 |
| 2016-02-09 | Fix librustdoc test | Guillaume Gomez | -21/+9 |
| 2016-02-09 | Check if we're not in stable to allow compile_fail option in rustdoc --test | Guillaume Gomez | -3/+24 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -1/+1 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -15/+23 |
| 2016-02-01 | Decide to hide constness only in fn/method renders | Brandon W Maister | -5/+12 |
| 2016-01-31 | Don't show `const` in docs when it's not available | Brandon W Maister | -0/+3 |
| 2016-01-28 | rustdoc: Add missing trailing comma for single element tuples | Oliver Middleton | -1/+1 |
| 2016-01-23 | Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2016-01-23 | Handle generics in raw pointers | Manish Goregaokar | -3/+11 |
| 2016-01-22 | Correctly output links for primitive types which enclose their contents | Manish Goregaokar | -9/+22 |
| 2016-01-20 | tweak trait css | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak struct colors | Steve Klabnik | -1/+1 |
| 2016-01-20 | Add alt tags for logos | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak colors for a11y | Steve Klabnik | -1/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+1 |
| 2016-01-11 | rustdoc: remove dead link from issue-less unstable entries. | Shmuale Mark | -2/+2 |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 |
| 2015-12-22 | Don't record the root module in the search index | mitaa | -8/+10 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -2/+22 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -57/+117 |
| 2015-12-05 | Add tests | mitaa | -0/+46 |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -65/+144 |
| 2015-12-04 | Address review comments | mitaa | -49/+43 |
| 2015-12-03 | Initialize the ID map with known values | mitaa | -2/+22 |
| 2015-12-03 | Generate unique IDs for each rustdoc HTML page | mitaa | -40/+36 |