| Age | Commit message (Expand) | Author | Lines |
| 2016-04-12 | 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 | 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-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 |
| 2016-03-26 | Rollup merge of #32492 - xitep:master, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2016-03-25 | Avoid page reload upon hitting "S" when browing in local mode | Novotnik, Petr | -2/+0 |
| 2016-03-25 | Make CrateStore::crate_name() return an InternedString to avoid unnecessary a... | Michael Woerister | -1/+1 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -2/+2 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -12/+16 |
| 2016-03-23 | Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichton | Eduard-Mihai Burtescu | -11/+15 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -158/+155 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -400/+400 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -11/+15 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -1/+1 |
| 2016-03-19 | Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturon | Eduard-Mihai Burtescu | -4/+4 |
| 2016-03-19 | Rollup merge of #32308 - bombless:patch-2, r=alexcrichton | Eduard-Mihai Burtescu | -2/+6 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -4/+4 |
| 2016-03-17 | const_eval: Take just one set of substitutions in lookup_const_by_id. | Eduard Burtescu | -2/+2 |
| 2016-03-18 | Fix usability problem when browse document locally | York Xiang | -2/+6 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -2/+5 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -2/+5 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -3/+3 |
| 2016-03-12 | Auto merge of #32112 - alexcrichton:fix-issues, r=aturon | bors | -5/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -5/+3 |