summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-57/+49
2019-10-29Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPCTyler Mandry-3/+7
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-2/+2
2019-10-27reduce size of generated HTML files by moving the popup helper code to the JSGuillaume Gomez-55/+47
2019-10-27Cleanup search element getterGuillaume Gomez-2/+2
2019-10-26Add more information on searchGuillaume Gomez-0/+8
2019-10-25Improve help popup detectionGuillaume Gomez-3/+4
2019-10-24Prevent help popup to disappear when clicking on itGuillaume Gomez-2/+5
2019-10-24Fix default "disable-shortcuts" feature valueGuillaume Gomez-1/+1
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3/+3
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-2/+2
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-1/+2
2019-10-04Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark...bors-0/+8
2019-10-02Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul...Mazdak Farrokhzad-4/+4
2019-10-02Fix rustdoc display with js disabledGuillaume Gomez-0/+8
2019-10-01Improve sidebar styling to make its integration easierGuillaume Gomez-4/+4
2019-09-29rustdoc: Fix default logo filenameOliver Middleton-1/+1
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-4/+11
2019-09-23Remove needless `mut` in pathsMark Rousskov-1/+1
2019-09-23Remove unused argumentsMark Rousskov-14/+10
2019-09-23Utilize shared error codes rather than re-querying envMark Rousskov-1/+1
2019-09-23Remove pointless orMark Rousskov-2/+2
2019-09-23Remove needless Rc<RefCell<...>>Mark Rousskov-2/+2
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