summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2016-12-12Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brsonCorey Farwell-0/+7
2016-12-12Rollup merge of #38164 - sourcefrog:fonts, r=GuillaumeGomezCorey Farwell-2/+4
2016-12-09rustdoc: Remove broken src links from reexported items from macrosOliver Middleton-0/+7
2016-12-07Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomezbors-24/+26
2016-12-04Avoid using locally installed Source Code Pro font (fixes #24355).Martin Pool-2/+4
2016-12-01rustdoc: Sort lines in search index and implementors jsOliver Middleton-24/+26
2016-12-01Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichtonbors-0/+8
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-115/+82
2016-11-30rustdoc: fix up --playground-urlLiigo Zhuang-5/+5
2016-11-30rustdoc: get back missing crate-name when --playground-url is usedLiigo Zhuang-0/+8
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-27/+0
2016-11-24rustdoc: use libsyntax ast::Attribute instead of "cleaning" them.Eduard-Mihai Burtescu-53/+50
2016-11-20Rollup merge of #37881 - ollie27:rustdoc_stab_enum_macro, r=alexcrichtonGuillaume Gomez-2/+0
2016-11-19rustdoc: Remove unnecessary stability versionsOliver Middleton-2/+0
2016-11-18Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichtonbors-4/+2
2016-11-17doc: nits and typos on commentsTshepang Lekhonkhobe-17/+17
2016-11-16Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brsonbors-35/+17
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-35/+17
2016-11-14rustdoc: add cli argument `--playground-url`Liigo-4/+2
2016-11-13do not use deprecated text for unstable docsAndy Russell-4/+9
2016-11-12Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomezbors-3/+32
2016-11-12rustdoc: fold fields for enum struct variants into a docblockQuietMisdreavus-3/+32
2016-11-12Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomezEduard-Mihai Burtescu-52/+137
2016-11-09Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnikEduard-Mihai Burtescu-1/+10
2016-11-09Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakisEduard-Mihai Burtescu-28/+28
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-28/+28
2016-11-06Set attributes hidden by defaultGuillaume Gomez-8/+24
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-373/+384
2016-11-06Set possibility to hide attributesGuillaume Gomez-11/+15
2016-11-06Print more tags in rustdocGuillaume Gomez-8/+40
2016-10-31Changed most vec! invocations to use square bracesiirelu-4/+4
2016-10-25rustdoc: mark unsafe fns with iconsLiigo Zhuang-1/+10
2016-10-19Improve `$crate`.Jeffrey Seyfried-3/+2
2016-10-17rustdoc: make Method/WhereClause wrappers use usize for indentsQuietMisdreavus-40/+32
2016-10-15rustdoc: if a where clause gets any lines, it gets its own lineQuietMisdreavus-1/+3
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-95/+39
2016-10-15rustdoc: break where clauses onto their own line if they don't have enough roomQuietMisdreavus-3/+16
2016-10-15rustdoc: apply proper indent when where clauses aren't on their own lineQuietMisdreavus-30/+96
2016-10-14Rollup merge of #37102 - est31:rustdoc_question_mark, r=GuillaumeGomezJonathan Turner-2/+10
2016-10-13fix spurious </span> appearing before the opening tagQuietMisdreavus-1/+1
2016-10-13rustdoc: add line breaks to where clauses a la rustfmtQuietMisdreavus-11/+23
2016-10-12Change color and make ? boldest31-1/+2
2016-10-12rustdoc: color the question mark operatorest31-2/+9
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-102/+335
2016-10-08Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=blussbors-2/+32
2016-10-06Remove underline when run button hoveredGuillaume Gomez-0/+1
2016-10-05Fixes run button appearing when it shouldn'tGuillaume Gomez-2/+32
2016-10-02Remove redundant 'Variant' in variant names, stop reexporting.Corey Farwell-6/+8
2016-10-02Remove redundant 'Import' in variant names, stop reexporting.Corey Farwell-3/+3
2016-10-02Cleanup `return` statements.Corey Farwell-5/+5