about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2019-08-26Inline recurse into only callsiteMark Rousskov-57/+40
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-52/+56
2019-08-26Inline RawMutableSpaceMark Rousskov-16/+7
2019-08-26Store only the current depthMark Rousskov-11/+11
2019-08-26Remove support for printing HRef in alternate modeMark Rousskov-11/+8
2019-08-26Remove dead tracking of external param namesMark Rousskov-26/+0
2019-08-26Move source HTML generation to own moduleMark Rousskov-173/+193
2019-08-25Fix system theme detectionGuillaume Gomez-1/+2
2019-08-22Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnisonMazdak Farrokhzad-14/+14
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-14/+14
2019-08-21Replaced skipStorage with saveTheme variableGuillaume Gomez-4/+4
2019-08-21Fix `window.hashchange is not a function`Ferdia McKeogh-1/+1
2019-08-21take into account the system themeGuillaume Gomez-3/+28
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-23/+17
2019-08-11Remove fmt::Display impls on Markdown structsMark Rousskov-36/+31
2019-08-11Remove thread-local for playground configMark Rousskov-102/+130
2019-08-11Store typed PassesMark Rousskov-10/+4
2019-08-11Remove ReentrantMutexMark Rousskov-1/+1
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-2/+1
2019-08-06Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomezMazdak Farrokhzad-7/+15
2019-08-06Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-SimulacrumMazdak Farrokhzad-3/+5
2019-08-05Display methods from DerefMut in the sidebar as wellGuillaume Gomez-3/+5
2019-08-05adapt rustdoc to infailable lexerAleksey Kladov-13/+14
2019-08-05add unknown tokenAleksey Kladov-1/+1
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-15/+15
2019-08-02Fix fallout after rebasevarkor-1/+1