summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2017-01-27Don't generate doc if doc comments only filled with 'white' charactersGuillaume Gomez-1/+2
2017-01-21Force backline on all where in docsGuillaume Gomez-4/+3
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-9/+7
2017-01-17Fix fallout in `rustdoc`.Jeffrey Seyfried-9/+7
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-13/+0
2017-01-15Fix missing blank space issueGuillaume Gomez-2/+4
2017-01-12Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnikbors-3/+5
2017-01-09Improved rustdoc rendering for unstable featuresManish Goregaokar-11/+26
2017-01-09Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27bors-9/+36
2017-01-04Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnikbors-166/+201
2016-12-29rustdoc: Fix broken CSS for trait itemsOliver Middleton-2/+1
2016-12-27Merge branch 'master' into escape-reason-docsEsteban Küber-39/+37
2016-12-27Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnikbors-15/+16
2016-12-25Add unittestEsteban Küber-1/+12
2016-12-24Rollup merge of #38497 - QuietMisdreavus:rustdoc-where-again, r=steveklabnikSteve Klabnik-1/+1
2016-12-24Rollup merge of #38480 - clarcharr:import_css, r=steveklabnikSteve Klabnik-2/+1
2016-12-22use same param name across methodsEsteban Küber-9/+12
2016-12-23Fix rustdoc highlighting of `&` and `*`.Chris Morgan-3/+5
2016-12-22Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnikbors-19/+8
2016-12-21use &str instead of Stringbluss-6/+5
2016-12-20rustdoc: properly calculate line length for impl where clausesQuietMisdreavus-1/+1
2016-12-19Don't @import normalize.css.Clar Charr-2/+1
2016-12-19remove O(n^2) to O(n) behaviorEsteban Küber-14/+17
2016-12-15Rustdoc: disambiguate Implementors when the type name is not uniqueEsteban Küber-166/+196
2016-12-14Add `MarkdownHmtl` escape structEsteban Küber-11/+27
2016-12-13rustdoc: Fix invalid HTML in stability noticesOliver Middleton-15/+16
2016-12-12rustdoc: escape the deprecated and unstable reason textEsteban Küber-3/+3
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-12rustdoc: Fix short summaries in search resultsOliver Middleton-19/+8
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