| Age | Commit message (Expand) | Author | Lines |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -1/+1 |
| 2016-04-22 | Only record the same impl once | mitaa | -24/+38 |
| 2016-04-22 | Auto merge of #33089 - nrc:hir-name-res, r=eddyb | bors | -7/+14 |
| 2016-04-21 | Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton | bors | -41/+22 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -7/+14 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -128/+267 |
| 2016-04-19 | Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichton | bors | -14/+26 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -10/+38 |
| 2016-04-18 | Fix the strip-hidden `ImplStripper` | mitaa | -41/+22 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -14/+26 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -30/+38 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -26/+185 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -20/+25 |
| 2016-04-15 | Add flag for whether an item is default or not. | pierzchalski | -4/+4 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -20/+25 |
| 2016-04-14 | Delegate whether to print docblocks to 'document' | pierzchalski | -5/+4 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+1 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -110/+82 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -15/+8 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -15/+8 |
| 2016-04-08 | Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichton | bors | -129/+31 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -35/+41 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -129/+31 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -53/+107 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+1 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -2/+6 |
| 2016-04-06 | Update to last rustdoc version | Guillaume Gomez | -5/+5 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -9/+9 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -21/+19 |
| 2016-04-05 | Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmr | Manish Goregaokar | -26/+49 |
| 2016-04-05 | Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichton | Manish Goregaokar | -239/+251 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -87/+65 |
| 2016-04-05 | Add nightly check on rustdoc --extend-css option | Guillaume Gomez | -1/+35 |
| 2016-04-05 | Add --extend-css option to rustdoc | Guillaume Gomez | -9/+51 |
| 2016-04-04 | rustdoc: factor out function for getting inner html of highlighted source | Nick Cameron | -26/+49 |
| 2016-04-02 | Slim down `rustdoc::html::render::Context` | mitaa | -40/+47 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -56/+32 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -146/+175 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -2/+0 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -2/+0 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -4/+6 |
| 2016-03-29 | Avoid linking to itself in implementors section of trait page | Seo Sanghyeon | -10/+38 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -129/+179 |
| 2016-03-27 | Don't initialize id-map when rendering md files | mitaa | -8/+14 |
| 2016-03-27 | Load struct-variant data correctly from metadata | mitaa | -12/+5 |
| 2016-03-27 | Linkify associated types and constants | mitaa | -17/+41 |
| 2016-03-27 | Don't hardcode item-type anchor ids | mitaa | -13/+17 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -81/+104 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -8/+8 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -3/+3 |