| Age | Commit message (Expand) | Author | Lines |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -2/+1 |
| 2016-01-17 | Rollup merge of #30940 - tshepang:extraneous-playpen-whitespace, r=steveklabnik | Manish Goregaokar | -0/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+1 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -2/+2 |
| 2016-01-15 | rustdoc: remove extraneous whitespace inserted in playpen links | Tshepang Lekhonkhobe | -0/+1 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -2/+2 |
| 2016-01-15 | Add a test | Nick Cameron | -13/+14 |
| 2016-01-14 | Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-01-13 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2016-01-11 | rustdoc: remove dead link from issue-less unstable entries. | Shmuale Mark | -2/+2 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -0/+1 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+1 |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 |
| 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 |