about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2017-09-06rustdoc: Don't counts ids twice when using --enable-commonmarkOliver Middleton-2/+6
2017-09-06Reduce false positives number in rustdoc html diffGuillaume Gomez-3/+7
2017-09-06Fixup some nits from #44238Nick Cameron-80/+22
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-17/+29
2017-09-05add "Implementations on Foreign Types" to the sidebarQuietMisdreavus-0/+11
2017-09-05if not showing default docs on an impl, autohide the itemsQuietMisdreavus-0/+9
2017-09-05rustdoc: add new "Implementations on Foreign Types" section to traitsQuietMisdreavus-14/+56
2017-09-01Windows line endingsNick Cameron-1/+1
2017-09-01Do a better job of eliding whitespace-only differences from warningsNick Cameron-1/+67
2017-09-01Improve the appearance of markdown warningsNick Cameron-14/+98
2017-09-01rustdoc: collect rendering warnings and print them in one placeNick Cameron-16/+34
2017-09-01Only emit warnings if the user is using PulldownNick Cameron-25/+32
2017-08-31Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrcbors-2/+31
2017-08-30Remove some false positive issuesGuillaume Gomez-1/+9
2017-08-30Print warning whatever the rendering modeGuillaume Gomez-26/+15
2017-08-30Update unstable-crate testGuillaume Gomez-7/+8
2017-08-30Add warnings when rustdoc html rendering differsGuillaume Gomez-2/+33
2017-08-28Fix invalid linker positionGuillaume Gomez-4/+2
2017-08-26Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomezCorey Farwell-1/+7
2017-08-24Remove duplicates in rustdocGuillaume Gomez-0/+31
2017-08-18Add links for implsJouan Amate-1/+7
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-15/+15
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+8
2017-08-12Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavusbors-0/+12
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+8
2017-08-08Improve headers linkingGuillaume Gomez-22/+22
2017-08-08rustdoc: Don't add external impls to implementors jsOliver Middleton-0/+12
2017-07-30Auto merge of #43515 - QuietMisdreavus:show-assoc-types, r=GuillaumeGomezbors-0/+7
2017-07-29Rollup merge of #43509 - QuietMisdreavus:method-src, r=GuillaumeGomezMark Simulacrum-1/+9
2017-07-29print associated types in traits "implementors" sectionQuietMisdreavus-0/+7
2017-07-27add [src] links to associated functions inside an impl blockQuietMisdreavus-1/+9
2017-07-23rustdoc: make major section headers self-linksZack M. Davis-13/+36
2017-07-09Add spacing between trait functionsGuillaume Gomez-2/+9
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-40/+26
2017-06-12Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnikCorey Farwell-15/+4
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-15/+4
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-20/+5
2017-06-09Document direct implementations on type aliases.Michael Killough-2/+20
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-7/+12
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-2/+2
2017-05-02Remove jquery dependencyGuillaume Gomez-2/+0
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-15/+29
2017-04-17Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomezCorey Farwell-3/+221
2017-04-17rustdoc: add a list of headings to the sidebarQuietMisdreavus-3/+221
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-12/+63
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-2/+2
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-7/+5
2017-04-04rustdoc: don't add a space before `{` on traits with where clausesQuietMisdreavus-3/+8
2017-04-04rustdoc: properly indent fn signatures in traitsQuietMisdreavus-23/+27
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-37/+25