| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -4/+3 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -1/+1 |
| 2015-06-04 | Fix order of rustdoc arguments. | Steven Allen | -2/+2 |
| 2015-05-31 | rustdoc: Tweak css of function where clauses | Ulrik Sverdrup | -3/+3 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -10/+15 |
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -2/+3 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -3/+3 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo OchagavĂa | -22/+37 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -13/+39 |
| 2015-05-22 | Rustdoc Search: Add Hint to Primitive Type Result | Pascal Hertleif | -0/+2 |
| 2015-05-22 | Rustdoc Search: Increase Relevance of Primitives | Pascal Hertleif | -0/+7 |
| 2015-05-22 | Rustdoc: Clean Up Some JS | Pascal Hertleif | -60/+57 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -13/+39 |
| 2015-05-21 | rustdoc: Skip types in impls in search index | Ulrik Sverdrup | -5/+9 |
| 2015-05-19 | rustdoc: Fix left margin for type aliases | Ulrik Sverdrup | -1/+1 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -5/+3 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -1/+1 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+15 |