| Age | Commit message (Expand) | Author | Lines |
| 2017-03-11 | Rollup merge of #40419 - GuillaumeGomez:fix-const-rendering, r=frewsxcv | Ariel Ben-Yehuda | -19/+47 |
| 2017-03-10 | Fix associated consts display | Guillaume Gomez | -19/+47 |
| 2017-03-09 | Clean up rustdoc css | Guillaume Gomez | -58/+89 |
| 2017-03-06 | Improve the style of the sidebar in rustdoc output | Wesley Wiser | -2/+20 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -54/+142 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-28 | Apply the same transformation to every types | Guillaume Gomez | -38/+65 |
| 2017-02-26 | Put the const type and value into <code> | Guillaume Gomez | -26/+87 |
| 2017-02-26 | Improve associated constant rendering in rustdoc | Guillaume Gomez | -6/+6 |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -4/+4 |
| 2017-02-12 | Rollup merge of #39740 - jimmycuadra:rustdoc-empty-stability, r=aturon | Guillaume Gomez | -5/+11 |
| 2017-02-12 | Rollup merge of #39697 - notriddle:rustdoc_tooltip, r=GuillaumeGomez | Guillaume Gomez | -3/+4 |
| 2017-02-12 | Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomez | Guillaume Gomez | -5/+15 |
| 2017-02-11 | Remove extra closing span element. | Jimmy Cuadra | -1/+0 |
| 2017-02-11 | rustdoc: Only include a stability span if needed. | Jimmy Cuadra | -5/+12 |
| 2017-02-09 | Add the short type to inline links, too | Michael Howell | -2/+2 |
| 2017-02-09 | Add the item type to the tooltip | Michael Howell | -1/+2 |
| 2017-02-08 | Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton | Corey Farwell | -11/+27 |
| 2017-02-08 | rustdoc: Show attributes on all item types | Oliver Middleton | -5/+15 |
| 2017-02-08 | Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric... | Corey Farwell | -3/+5 |
| 2017-02-06 | Display correct filename with --test option | Guillaume Gomez | -3/+5 |
| 2017-02-06 | rustdoc: Improve impl disambiguation | Oliver Middleton | -11/+27 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -5/+0 |
| 2017-02-03 | Switch logic to Span instead of HashMap | Guillaume Gomez | -3/+5 |
| 2017-02-03 | Move to my own hoedown repository | Guillaume Gomez | -17/+28 |
| 2017-02-03 | Add information in case of markdown block code test failure | ggomez | -1/+6 |
| 2017-02-02 | Rollup merge of #39416 - tspiteri:ffi-unsafe-icon, r=brson | Guillaume Gomez | -5/+6 |
| 2017-01-31 | rustdoc: mark ffi functions with unsafety icon | Trevor Spiteri | -5/+6 |
| 2017-01-29 | Remove no longer necessary ctor checks in rustc_privacy | Vadim Petrochenkov | -2/+0 |
| 2017-01-27 | Don't generate doc if doc comments only filled with 'white' characters | Guillaume Gomez | -1/+2 |
| 2017-01-21 | Force backline on all where in docs | Guillaume Gomez | -4/+3 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -9/+7 |
| 2017-01-17 | Fix fallout in `rustdoc`. | Jeffrey Seyfried | -9/+7 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -13/+0 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -2/+4 |
| 2017-01-12 | Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnik | bors | -3/+5 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -11/+26 |
| 2017-01-09 | Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 | bors | -9/+36 |
| 2017-01-04 | Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnik | bors | -166/+201 |
| 2016-12-29 | rustdoc: Fix broken CSS for trait items | Oliver Middleton | -2/+1 |
| 2016-12-27 | Merge branch 'master' into escape-reason-docs | Esteban Küber | -39/+37 |
| 2016-12-27 | Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnik | bors | -15/+16 |
| 2016-12-25 | Add unittest | Esteban Küber | -1/+12 |
| 2016-12-24 | Rollup merge of #38497 - QuietMisdreavus:rustdoc-where-again, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-12-24 | Rollup merge of #38480 - clarcharr:import_css, r=steveklabnik | Steve Klabnik | -2/+1 |
| 2016-12-22 | use same param name across methods | Esteban Küber | -9/+12 |
| 2016-12-23 | Fix rustdoc highlighting of `&` and `*`. | Chris Morgan | -3/+5 |
| 2016-12-22 | Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnik | bors | -19/+8 |
| 2016-12-21 | use &str instead of String | bluss | -6/+5 |
| 2016-12-20 | rustdoc: properly calculate line length for impl where clauses | QuietMisdreavus | -1/+1 |