| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-09-20 | rustdoc: remove redundant test | Simon Mazur | -15/+1 |
| 2015-09-20 | rustdoc: some code style improvements | Simon Mazur | -27/+14 |
| 2015-09-20 | rustdoc: Changed section headers anchor rendering | Simon Mazur | -5/+23 |
| 2015-09-19 | Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnik | Steve Klabnik | -1/+2 |
| 2015-09-19 | Make rustdoc output comply with licenses | Ruud van Asseldonk | -0/+243 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2/+2 |
| 2015-09-14 | Disable browser history API on file:/ URLs | Jan-Erik Rediger | -1/+2 |
| 2015-09-09 | rustdoc: Tweak the main template and CSS for semantic mark-up. | Kang Seonghoon | -16/+28 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -22/+24 |
| 2015-08-25 | Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton | bors | -36/+46 |