| Age | Commit message (Expand) | Author | Lines |
| 2016-01-14 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2016-01-12 | Use --cfg when running doctests | Seo Sanghyeon | -7/+13 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -59/+120 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -2/+2 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -2/+2 |
| 2015-12-06 | Auto merge of #30222 - mitaa:fqn#2, r=alexcrichton | bors | -23/+8 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -2/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+1 |
| 2015-12-05 | Add tests | mitaa | -0/+46 |
| 2015-12-05 | Reuse `record_extern_fqn` | mitaa | -23/+8 |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -65/+144 |
| 2015-12-04 | Address review comments | mitaa | -49/+43 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -1/+1 |
| 2015-12-03 | Initialize the ID map with known values | mitaa | -2/+22 |
| 2015-12-03 | Generate unique IDs for each rustdoc HTML page | mitaa | -40/+36 |
| 2015-12-03 | Move ID generator to a more suited location | mitaa | -40/+45 |
| 2015-11-28 | Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiyn | bors | -2/+10 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -2/+2 |
| 2015-11-26 | ; | Jonas Schievink | -1/+1 |
| 2015-11-26 | rustdoc: only show macro arm's lhs | Jonas Schievink | -2/+10 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -15/+16 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -63/+70 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-20 | Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton | bors | -31/+24 |
| 2015-11-19 | Show constness for functions of reexported docs | mitaa | -2/+15 |
| 2015-11-19 | Fix rustdocs `unsafe const fn` ordering | mitaa | -3/+3 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -31/+24 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -2/+2 |
| 2015-11-19 | Auto merge of #29917 - shssoichiro:doc-sidebar-order, r=alexcrichton | bors | -1/+1 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -4/+6 |
| 2015-11-18 | Fix unpredictable ordering of sidebar boxes in rustdoc | Joshua Holmer | -1/+1 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -3/+3 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -3/+3 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -3/+3 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -51/+29 |
| 2015-11-06 | Auto merge of #29600 - Ryman:rustdoc_better_testnames, r=alexcrichton | bors | -12/+59 |
| 2015-11-06 | librustdoc: improve testnames for doctests | Kevin Butler | -12/+59 |
| 2015-11-05 | librustdoc: don't override ctrl-s and other browser shortcuts | Ivan Kozik | -0/+4 |
| 2015-11-04 | Auto merge of #29217 - nikomatsakis:mir-trans, r=dotdash | bors | -1/+1 |
| 2015-11-03 | Auto merge of #29529 - Ryman:rustdoc-cap-lints, r=alexcrichton | bors | -0/+1 |
| 2015-11-03 | Auto merge of #29495 - meqif:fix_unindent_tabs, r=steveklabnik | bors | -6/+24 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -1/+1 |
| 2015-11-02 | librustdoc: ignore lint warnings when compiling documentation | Kevin Butler | -0/+1 |
| 2015-11-02 | Accept tabs as indentation character | Ricardo Martins | -6/+24 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -2/+1 |
| 2015-10-28 | Rollup merge of #29264 - mdinger:colorify, r=steveklabnik | Steve Klabnik | -5/+8 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -6/+6 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -1/+4 |