| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2015-08-24 | Update hoedown to latest version (3.0.4). | Eljay | -36/+46 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -33/+34 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -1/+5 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -1/+5 |
| 2015-08-17 | rustdoc: Removed command line option issue-tracker-base-url | Martin Wernstål | -3/+2 |
| 2015-08-17 | rustdoc: Adjusted style for unstable feature-name | Martin Wernstål | -1/+5 |
| 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 | -4/+19 |
| 2015-08-16 | rustdoc: Pass the Context down to short_stability() | Martin Wernstål | -56/+58 |
| 2015-08-16 | rustdoc: Added issue tracker option and issue data to clean::Stability | Martin Wernstål | -1/+10 |
| 2015-08-16 | Correct signature of hoedown callback for codespans | Robin Kruppe | -2/+8 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -1/+1 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -1/+1 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -2/+7 |
| 2015-08-04 | Improve rustdoc search type filtering. | Eljay | -9/+29 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -2/+2 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -3/+3 |
| 2015-07-21 | Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton | bors | -24/+18 |
| 2015-07-20 | librustdoc: blur page when help dialogue is present | Andreas Tolfsen | -41/+62 |
| 2015-07-18 | Fix rustdoc formatting of impls | William Throwe | -24/+18 |
| 2015-07-17 | DRY | Tamir Duberstein | -2/+2 |
| 2015-07-16 | Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_central | Steve Klabnik | -0/+6 |