| Age | Commit message (Expand) | Author | Lines |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -1/+1 |
| 2015-07-30 | fix rustdoc metadata parsing | Alexis Beingessner | -3/+4 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -13/+13 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -6/+4 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -0/+4 |
| 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-18 | Auto merge of #27074 - steveklabnik:gh27014, r=alexcrichton | bors | -4/+3 |
| 2015-07-17 | DRY | Tamir Duberstein | -2/+2 |
| 2015-07-16 | rustdoc: properly capture rustc output | Steve Klabnik | -4/+3 |
| 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 | -22/+22 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -1/+1 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -3/+2 |
| 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-12 | Implement RFC 1058 | Simonas Kazlauskas | -3/+2 |
| 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 | -22/+22 |
| 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 | Remove snake_case names from ty.rs | Jared Roesch | -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-02 | Auto merge of #26733 - nhowell:update-jquery, r=steveklabnik | bors | -6/+6 |
| 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 | Add netbsd amd64 support | Alex Newman | -0/+1 |
| 2015-07-01 | In js from the docs, change keyboard eventlistener to be compatible with non-... | Mathieu David | -6/+33 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -25/+24 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -13/+0 |
| 2015-06-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -14/+34 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+2 |
| 2015-06-19 | Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis | bors | -54/+55 |
| 2015-06-19 | Rollup merge of #26401 - jooert:fix26360, r=steveklabnik | Manish Goregaokar | -0/+3 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+2 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -53/+54 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -9/+9 |
| 2015-06-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -6/+9 |
| 2015-06-14 | Find type of orphan methods for rustdoc search. | Mihnea Dobrescu-Balaur | -1/+3 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -3/+3 |
| 2015-06-12 | Convert playpen.js to plain JS. | Nick Howell | -14/+34 |