| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-12-03 | Move ID generator to a more suited location | mitaa | -38/+42 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-20 | Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton | bors | -6/+6 |
| 2015-11-19 | Fix rustdocs `unsafe const fn` ordering | mitaa | -3/+3 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -6/+6 |
| 2015-11-18 | Fix unpredictable ordering of sidebar boxes in rustdoc | Joshua Holmer | -1/+1 |
| 2015-11-05 | librustdoc: don't override ctrl-s and other browser shortcuts | Ivan Kozik | -0/+4 |
| 2015-10-23 | Add colors for rustdoc primitives, type, and macros links | mdinger | -2/+5 |
| 2015-10-23 | Merge same colors together | mdinger | -3/+3 |
| 2015-10-22 | Auto merge of #28963 - mdinger:arrow, r=steveklabnik | bors | -7/+10 |
| 2015-10-16 | Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichton | bors | -64/+107 |
| 2015-10-17 | Improve error handling by providing Error struct with Path information | Guillaume Gomez | -64/+107 |
| 2015-10-14 | Make the rustdoc example links more noticable | mdinger | -7/+10 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -4/+5 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-10-04 | Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson | bors | -0/+309 |
| 2015-10-02 | Fix librustdoc search events | Simonas Kazlauskas | -11/+17 |
| 2015-10-02 | Fix misnamed variable in rustdoc | Simonas Kazlauskas | -1/+1 |
| 2015-10-02 | Auto merge of #28795 - marti1125:28696, r=alexcrichton | bors | -0/+9 |
| 2015-10-01 | fixes #28696 Return to the default content when .search-input is empty -Add a... | Willy Aguirre | -0/+9 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -11/+10 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -14/+15 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -5/+4 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+3 |
| 2015-09-27 | rustdoc: Remove crate name from primitives, make them turn up first in search | Manish Goregaokar | -0/+7 |
| 2015-09-24 | Add 'use strict' to playpen.js | Nick Howell | -0/+2 |
| 2015-09-21 | Clarify rustdoc output licensing with a copyright file | Ruud van Asseldonk | -0/+66 |
| 2015-09-20 | rustdoc: added tests for header rendering & minor fixes | Simon Mazur | -2/+24 |