summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-12/+43
2016-05-20Update testsManish Goregaokar-15/+17
2016-05-19Make the #[stable(since)] version attribute clearer with a tooltipRémy Rakic-2/+3
2016-05-18Move read more link to same lineManish Goregaokar-5/+6
2016-05-18rustdoc: Support short doc fallback for non-default itemsManish Goregaokar-9/+25
2016-05-18rustdoc: Add doc snippets for trait impls, with a read more linkManish Goregaokar-0/+12
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-36/+14
2016-05-10Improve "since" tag placementGuillaume Gomez-3/+3
2016-05-09Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnikManish Goregaokar-3/+6
2016-05-09rustdoc: fix emitting duplicate implementors in .js filesGeorg Brandl-1/+1
2016-05-07Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichtonSteve Klabnik-39/+59
2016-05-06rustdoc: add "src" links to individual implsGeorg Brandl-39/+59
2016-05-05Improve rustdoc css of "source" and "since" elementsggomez-3/+6
2016-05-03rustdoc: HTML-escape Rust code (from constants)Georg Brandl-2/+2
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-6/+1
2016-04-26Auto merge of #33191 - alexcrichton:rustdoc-create-dir-all-racy, r=steveklabnikbors-6/+9
2016-04-26Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichtonManish Goregaokar-2/+5
2016-04-26Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichtonManish Goregaokar-2/+3
2016-04-26Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichtonManish Goregaokar-29/+38
2016-04-25Linkify extern crates on rustdoc pagesmitaa-2/+5
2016-04-25Improve accessibility of rustdoc pagesmitaa-2/+3
2016-04-24rustdoc: Handle concurrent mkdir requestsAlex Crichton-6/+9
2016-04-22show unstable status for deprecated itemsAndy Russell-29/+38
2016-04-22Only record the same impl oncemitaa-24/+38
2016-04-22rustdoc: Cleanup ABI renderingOliver Middleton-6/+1
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-21/+33
2016-04-19Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichtonbors-14/+26
2016-04-18Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnikSteve Klabnik-1/+4
2016-04-17rustdoc: Disambiguate anchors for assoc item implsNick Platt-14/+26
2016-04-18Reachability check cross-crate linksmitaa-4/+5
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+3
2016-04-16Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakisbors-1/+2
2016-04-15Add flag for whether an item is default or not.pierzchalski-4/+4
2016-04-14Fix fallout in rustdocJeffrey Seyfried-1/+2
2016-04-14Delegate whether to print docblocks to 'document'pierzchalski-5/+4
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-21/+29
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-11/+11
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-4/+22
2016-04-06Update to last rustdoc versionGuillaume Gomez-5/+5
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-04-05Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmrManish Goregaokar-4/+4
2016-04-05Centralize nightly compiler flags handlingGuillaume Gomez-4/+0
2016-04-05Add --extend-css option to rustdocGuillaume Gomez-5/+27
2016-04-04rustdoc: factor out function for getting inner html of highlighted sourceNick Cameron-4/+4
2016-04-02Slim down `rustdoc::html::render::Context`mitaa-40/+47
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-26/+14
2016-04-02Make the rendering process less pass-awaremitaa-100/+84
2016-03-29Avoid linking to itself in implementors section of trait pageSeo Sanghyeon-1/+4