| Age | Commit message (Expand) | Author | Lines |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -6/+6 |
| 2015-12-22 | Don't record the root module in the search index | mitaa | -8/+10 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -12/+7 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -28/+33 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -27/+32 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -1/+1 |
| 2015-12-17 | test errors | Nick Cameron | -1/+3 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -22/+27 |
| 2015-12-16 | Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton | Manish Goregaokar | -7/+13 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -7/+13 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -4/+105 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -11/+11 |
| 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 |