about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2019-09-07Settings to functionMark Rousskov-36/+19
2019-09-07layout::render takes Print instead of fmt::DisplayMark Rousskov-5/+5
2019-09-07De-indent all fmt::Display impls for later replacement to functionsMark Rousskov-233/+233
2019-09-07Delete Sidebar struct in favor of FnOnce implMark Rousskov-8/+2
2019-09-07Implement Print for FnOnce(&mut Buffer)Mark Rousskov-5/+5
2019-09-07Move sidebar to Buffer-printingMark Rousskov-60/+44
2019-09-07Replace writeln!/write! with push_strMark Rousskov-81/+69
2019-09-07Move constant parameters to render to Layout structMark Rousskov-22/+7
2019-09-07Remove needless clone of layoutMark Rousskov-2/+1
2019-09-07Create buffers in top-level renderingMark Rousskov-28/+21
2019-09-07Migrate top-level rendering to BufferMark Rousskov-42/+41
2019-09-05Fix invalid span generation when it should be divGuillaume Gomez-4/+4
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-11/+14
2019-08-26Shorten line during rendering instead of in markdownMark Rousskov-25/+35
2019-08-26Inline recurse into only callsiteMark Rousskov-57/+40
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-3/+3
2019-08-26Store only the current depthMark Rousskov-5/+5
2019-08-26Remove dead tracking of external param namesMark Rousskov-26/+0
2019-08-26Move source HTML generation to own moduleMark Rousskov-173/+6
2019-08-22Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnisonMazdak Farrokhzad-8/+8
2019-08-21Fix confusion in theme picker functionsGuillaume Gomez-8/+8
2019-08-21Replaced skipStorage with saveTheme variableGuillaume Gomez-1/+1
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-5/+4
2019-08-11Remove fmt::Display impls on Markdown structsMark Rousskov-5/+5
2019-08-11Remove thread-local for playground configMark Rousskov-9/+20
2019-08-11Store typed PassesMark Rousskov-10/+4
2019-08-11Remove ReentrantMutexMark Rousskov-1/+1
2019-08-06Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomezMazdak Farrokhzad-7/+15
2019-08-05Display methods from DerefMut in the sidebar as wellGuillaume Gomez-3/+5
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-11/+11
2019-08-02Replace "existential" by "opaque"varkor-11/+11
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-30/+3
2019-08-01Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobodyPietro Albini-1/+2
2019-07-28Update minifier-rs versionGuillaume Gomez-4/+4
2019-07-25Add keywords item into the sidebarGuillaume Gomez-1/+2
2019-07-20Update render.rsKinrany-1/+1
2019-07-20Fix theme picker blur handler: always hide instead of switchingKinrany-7/+15
2019-07-18Replace deref with as_derefYuki Okushi-1/+1
2019-07-18fixed breaking changesBrad Gibson-4/+4
2019-07-16hide default trait methods by defaultGuillaume Gomez-3/+4
2019-07-16code formattingGuillaume Gomez-8/+10
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-1/+0
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-2/+0
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-06-26remove unused derives and variantsAndy Russell-3/+0
2019-06-21Better handling of the sender channel part in rustdoc file writingGuillaume Gomez-2/+2
2019-06-21Handle fs errors through errors::Handler instead of eprintln and panicGuillaume Gomez-4/+18
2019-06-21Add DocFS layer to rustdocRobert Collins-136/+152