| Age | Commit message (Expand) | Author | Lines |
| 2016-02-27 | Correct plain-summary-line | mitaa | -2/+2 |
| 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 | Simplify search-index serialization | mitaa | -112/+94 |
| 2016-02-16 | Add crates to search-index | mitaa | -8/+14 |
| 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 | 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 | Shorten docstrings after Markdown rendering | mitaa | -3/+4 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -4/+4 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -27/+71 |
| 2016-02-01 | Decide to hide constness only in fn/method renders | Brandon W Maister | -2/+12 |
| 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 |
| 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 | -26/+84 |
| 2015-12-05 | Add tests | mitaa | -0/+19 |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -1/+3 |
| 2015-12-04 | Address review comments | mitaa | -40/+34 |
| 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 | -37/+33 |
| 2015-12-03 | Move ID generator to a more suited location | mitaa | -1/+30 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 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-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-13 | Refactor attr::Stability | Vadim Petrochenkov | -4/+5 |
| 2015-10-04 | Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson | bors | -0/+14 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -8/+8 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -13/+14 |
| 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 | -0/+1 |
| 2015-09-21 | Clarify rustdoc output licensing with a copyright file | Ruud van Asseldonk | -0/+2 |
| 2015-09-19 | Make rustdoc output comply with licenses | Ruud van Asseldonk | -0/+12 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -8/+9 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -27/+28 |
| 2015-08-17 | rustdoc: Removed command line option issue-tracker-base-url | Martin Wernstål | -3/+2 |
| 2015-08-16 | librustdoc: Fix tidy | Martin Wernstål | -2/+2 |
| 2015-08-16 | rustdoc: Print feature flag and issue link if present in short_stability | Martin Wernstål | -1/+16 |