| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-16 | Rollup merge of #26977 - brson:stddoc, r=Gankro | Manish Goregaokar | -0/+5 |
| 2015-07-13 | Address feedback | Brian Anderson | -0/+5 |
| 2015-07-12 | Set zero padding for pre tags | Ivan Ukhov | -0/+3 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -17/+17 |
| 2015-07-12 | Rollup merge of #26967 - tsurai:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-07-12 | Rollup merge of #26881 - andreastt:international_keyboard, r=alexcrichton | Manish Goregaokar | -44/+48 |
| 2015-07-11 | Auto merge of #26882 - andreastt:style_improvements, r=alexcrichton | bors | -5/+4 |
| 2015-07-11 | doc: remove playground links for structs and traits | Cristian Kubis | -1/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -17/+17 |
| 2015-07-10 | doc: set playground to nightly for unstable code | Cristian Kubis | -1/+8 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -1/+1 |
| 2015-07-08 | librustdoc: generalise handling of keyboard shortcuts | Andreas Tolfsen | -44/+48 |
| 2015-07-08 | librustdoc: sharpen help dialogue edges | Andreas Tolfsen | -5/+4 |
| 2015-07-01 | rustdoc: Update jQuery from 2.1.0 to 2.1.4 | Nick Howell | -6/+6 |
| 2015-07-01 | rustdoc: Reset the title when pressing the back button | Nick Howell | -0/+6 |
| 2015-07-01 | In js from the docs, change keyboard eventlistener to be compatible with non-... | Mathieu David | -6/+33 |
| 2015-06-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -14/+34 |
| 2015-06-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 2015-06-14 | Find type of orphan methods for rustdoc search. | Mihnea Dobrescu-Balaur | -1/+3 |
| 2015-06-12 | Convert playpen.js to plain JS. | Nick Howell | -14/+34 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -4/+3 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -1/+1 |