about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-09-23Provide helper for synthesizing paths with resource suffixMark Rousskov-29/+40
2019-09-13Stylistic fix -- remove double implMark Rousskov-2/+0
2019-09-13Move cache into Context, avoid TLSMark Rousskov-29/+26
2019-09-13Move `Cache` generation to separate moduleMark Rousskov-654/+689
2019-09-13Move playground to shared contextMark Rousskov-35/+38
2019-09-13Move error codes to shared contextMark Rousskov-4/+4
2019-09-13Move edition field out of ContextMark Rousskov-8/+9
2019-09-13Replace SlashChecker with ensure_trailing_slashMark Rousskov-14/+12
2019-09-13Simplify render_spotlight_traitsMark Rousskov-6/+2
2019-09-13Move Toc printing from fmt::DisplayMark Rousskov-22/+17
2019-09-13Remove *Space wrappers in favor of direct impls or functionsMark Rousskov-109/+84
2019-09-13Unwrap Visibility fieldsMark Rousskov-9/+4
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-504/+543
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-32/+55
2019-09-09Rollup merge of #64312 - GuillaumeGomez:rustdoc-better-esc-handling, r=Mark-S...Mazdak Farrokhzad-18/+29
2019-09-09Unify escape usageGuillaume Gomez-18/+29
2019-09-08Rollup merge of #64267 - ehuss:rustdoc-fix-mixed-code-block, r=GuillaumeGomezMazdak Farrokhzad-1/+4
2019-09-08Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrumbors-1/+1
2019-09-07Move to buffers throughout print_itemMark Rousskov-428/+375
2019-09-07Item to functionMark Rousskov-84/+79
2019-09-07AllTypes to functionMark Rousskov-32/+30
2019-09-07Settings to functionMark Rousskov-36/+19
2019-09-07Move Source to BufferMark Rousskov-14/+7
2019-09-07layout::render takes Print instead of fmt::DisplayMark Rousskov-11/+15
2019-09-07De-indent all fmt::Display impls for later replacement to functionsMark Rousskov-255/+255
2019-09-07Delete Sidebar struct in favor of FnOnce implMark Rousskov-8/+2
2019-09-07Implement Print for FnOnce(&mut Buffer)Mark Rousskov-16/+18
2019-09-07Move sidebar to Buffer-printingMark Rousskov-62/+70
2019-09-07Remove unnecessary Buffer in layout::renderMark Rousskov-6/+2
2019-09-07Replace writeln!/write! with push_strMark Rousskov-81/+69
2019-09-07Move constant parameters to render to Layout structMark Rousskov-29/+16
2019-09-07Remove needless clone of layoutMark Rousskov-2/+1
2019-09-07Create buffers in top-level renderingMark Rousskov-37/+29
2019-09-07Migrate top-level rendering to BufferMark Rousskov-52/+49
2019-09-07Add buffer abstractionMark Rousskov-0/+65
2019-09-07rustdoc: fix diagnostic with mixed code block stylesEric Huss-1/+4
2019-09-06Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r...Mazdak Farrokhzad-4/+4
2019-09-06Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomezMazdak Farrokhzad-10/+6
2019-09-05Fix invalid span generation when it should be divGuillaume Gomez-4/+4
2019-09-05Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-09-04Improve searching in rustdoc and add testsShiqing-10/+6
2019-09-03added rustdoc book documentation, improved behavior when unstable flag not pr...Dario Gonzalez-10/+4
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-6/+11
2019-09-03Added ability to crosscompile doctestsDario Gonzalez-27/+51
2019-09-02Fix regex replacement in theme detectionGuillaume Gomez-1/+1
2019-08-30Rollup merge of #63847 - GuillaumeGomez:system-theme-detection, r=kinnisonMazdak Farrokhzad-1/+2
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-12/+15
2019-08-28Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrumbors-3/+19
2019-08-28Save crate filtering on rustdocGuillaume Gomez-3/+19
2019-08-26Shorten line during rendering instead of in markdownMark Rousskov-44/+36