summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2017-12-29Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomezbors-1/+7
2017-12-27rustdoc: add option to abort process on markdown differencesQuietMisdreavus-1/+7
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-3/+4
2017-12-22Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavuskennytm-3/+4
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-2/+4
2017-12-21Escape more items in the sidebar when neededGuillaume Gomez-3/+4
2017-12-17Add an option to allow rustdoc to list modules by appearancevarkor-4/+13
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-27/+34
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-5/+2
2017-12-08Auto merge of #46247 - GuillaumeGomez:md-warnings, r=QuietMisdreqvusbors-8/+16
2017-12-07fix markdown file differencesGuillaume Gomez-6/+11
2017-12-07Generate difference warnings for markdown files as wellGuillaume Gomez-2/+5
2017-12-07Greatly improve sidebar when width < 700pxGuillaume Gomez-0/+7
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-1/+2
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-5/+6
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-2/+0
2017-11-29Update bootstrap compilerAlex Crichton-2/+0
2017-11-30Fix rustoc item summaries that are headersChristian Duerr-1/+3
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-1/+2
2017-11-29Fix invalid HTML escapeGuillaume Gomez-5/+6
2017-11-22Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomezbors-4/+26
2017-11-21allow loading external files in documentationQuietMisdreavus-4/+26
2017-11-22Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavuskennytm-9/+19
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-7/+74
2017-11-20Display negative traits implementationGuillaume Gomez-9/+19
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-5/+6
2017-11-18Add tooltip for important traits displayGuillaume Gomez-4/+9
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-2/+29
2017-11-17Add trait methods as wellGuillaume Gomez-1/+2
2017-11-17Improve modal display and add JS eventsGuillaume Gomez-11/+6
2017-11-17First step for important traits UIGuillaume Gomez-13/+14
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-7/+72
2017-11-15Escape doc root URLsLaurentiu Nicola-1/+1
2017-11-15Support `extern type` in rustdoc.kennytm-2/+29
2017-11-12Generate generics on search-indexGuillaume Gomez-7/+29
2017-11-07Add more elements in the sidebarGuillaume Gomez-31/+139
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-4/+4
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-0/+1
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-0/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-2/+2
2017-11-01Auto merge of #45187 - GuillaumeGomez:doc-ui-improvement, r=QuietMisdreavusbors-42/+104
2017-10-29rustdoc: Fix duplicated impls with genericsOliver Middleton-4/+4
2017-10-28Fix weird bugsGuillaume Gomez-31/+43
2017-10-27Encode urlsGuillaume Gomez-1/+17
2017-10-27Change sidebar items orderGuillaume Gomez-3/+3
2017-10-27Improve sidebar rendering and add methods listGuillaume Gomez-14/+48
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-1/+3
2017-10-16Display rustdoc pulldown switch warnings everytimeGuillaume Gomez-27/+22
2017-10-15Auto merge of #44613 - QuietMisdreavus:rustdoc-perf, r=michaelwoeristerbors-5/+22
2017-10-13rustdoc: wrap redirect page writers in a BufWriterQuietMisdreavus-2/+4