| Age | Commit message (Expand) | Author | Lines |
| 2016-12-12 | Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brson | Corey Farwell | -0/+7 |
| 2016-12-12 | Rollup merge of #38164 - sourcefrog:fonts, r=GuillaumeGomez | Corey Farwell | -2/+4 |
| 2016-12-09 | rustdoc: Remove broken src links from reexported items from macros | Oliver Middleton | -0/+7 |
| 2016-12-07 | Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomez | bors | -24/+26 |
| 2016-12-04 | Avoid using locally installed Source Code Pro font (fixes #24355). | Martin Pool | -2/+4 |
| 2016-12-01 | rustdoc: Sort lines in search index and implementors js | Oliver Middleton | -24/+26 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -0/+8 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -115/+82 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -5/+5 |
| 2016-11-30 | rustdoc: get back missing crate-name when --playground-url is used | Liigo Zhuang | -0/+8 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -27/+0 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -53/+50 |
| 2016-11-20 | Rollup merge of #37881 - ollie27:rustdoc_stab_enum_macro, r=alexcrichton | Guillaume Gomez | -2/+0 |
| 2016-11-19 | rustdoc: Remove unnecessary stability versions | Oliver Middleton | -2/+0 |
| 2016-11-18 | Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichton | bors | -4/+2 |
| 2016-11-17 | doc: nits and typos on comments | Tshepang Lekhonkhobe | -17/+17 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -35/+17 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -35/+17 |
| 2016-11-14 | rustdoc: add cli argument `--playground-url` | Liigo | -4/+2 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -4/+9 |
| 2016-11-12 | Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomez | bors | -3/+32 |
| 2016-11-12 | rustdoc: fold fields for enum struct variants into a docblock | QuietMisdreavus | -3/+32 |
| 2016-11-12 | Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomez | Eduard-Mihai Burtescu | -52/+137 |
| 2016-11-09 | Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnik | Eduard-Mihai Burtescu | -1/+10 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -28/+28 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -28/+28 |
| 2016-11-06 | Set attributes hidden by default | Guillaume Gomez | -8/+24 |
| 2016-11-06 | Improve attributes display and allow expansion | Guillaume Gomez | -373/+384 |
| 2016-11-06 | Set possibility to hide attributes | Guillaume Gomez | -11/+15 |
| 2016-11-06 | Print more tags in rustdoc | Guillaume Gomez | -8/+40 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -4/+4 |
| 2016-10-25 | rustdoc: mark unsafe fns with icons | Liigo Zhuang | -1/+10 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-17 | rustdoc: make Method/WhereClause wrappers use usize for indents | QuietMisdreavus | -40/+32 |
| 2016-10-15 | rustdoc: if a where clause gets any lines, it gets its own line | QuietMisdreavus | -1/+3 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -95/+39 |
| 2016-10-15 | rustdoc: break where clauses onto their own line if they don't have enough room | QuietMisdreavus | -3/+16 |
| 2016-10-15 | rustdoc: apply proper indent when where clauses aren't on their own line | QuietMisdreavus | -30/+96 |
| 2016-10-14 | Rollup merge of #37102 - est31:rustdoc_question_mark, r=GuillaumeGomez | Jonathan Turner | -2/+10 |
| 2016-10-13 | fix spurious </span> appearing before the opening tag | QuietMisdreavus | -1/+1 |
| 2016-10-13 | rustdoc: add line breaks to where clauses a la rustfmt | QuietMisdreavus | -11/+23 |
| 2016-10-12 | Change color and make ? bold | est31 | -1/+2 |
| 2016-10-12 | rustdoc: color the question mark operator | est31 | -2/+9 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -102/+335 |
| 2016-10-08 | Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=bluss | bors | -2/+32 |
| 2016-10-06 | Remove underline when run button hovered | Guillaume Gomez | -0/+1 |
| 2016-10-05 | Fixes run button appearing when it shouldn't | Guillaume Gomez | -2/+32 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -6/+8 |
| 2016-10-02 | Remove redundant 'Import' in variant names, stop reexporting. | Corey Farwell | -3/+3 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -5/+5 |