about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-11-18Prevent invalid html characters in themes nameGuillaume Gomez-1/+3
2019-11-18Fix selected crate search filterGuillaume Gomez-16/+13
2019-11-18Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomezbors-3/+1
2019-11-15Prevent jumps when selecting one or many linesStefan Schindler-0/+5
2019-11-15Fix the source code highlighting on source commentsStefan Schindler-24/+32
2019-11-15Code cleanup to remove douplacte var definitionStefan Schindler-3/+2
2019-11-15Remove unused argumentStefan Schindler-1/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-2/+2
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-1/+2
2019-11-08rustdoc: Stabilize `edition` annotation.Eric Huss-3/+1
2019-11-08Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPCYuki Okushi-15/+51
2019-11-07Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwcoMazdak Farrokhzad-1/+1
2019-11-07Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnisonMazdak Farrokhzad-24/+127
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-07Only call onHashChange instead of both functionsGuillaume Gomez-3/+2
2019-11-07Remove old isHidden functionGuillaume Gomez-5/+1
2019-11-06When a URL hash refers to a hidden element, it makes the element visibleGuillaume Gomez-10/+51
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66068 - euclio:null-emitter, r=estebankMazdak Farrokhzad-2/+2
2019-11-04clean highlightSourceLines codeGuillaume Gomez-42/+54
2019-11-04Change sub-setting CSS class to sub-settingsGuillaume Gomez-2/+2
2019-11-03use silent emitter for rustdoc highlighting passAndy Russell-2/+2
2019-11-03Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark...bors-57/+49
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
2019-10-29Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPCTyler Mandry-3/+7
2019-10-29add sub settings in rustdocGuillaume Gomez-24/+127
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-21Update Source Code Pro and include italicsTrevor Spiteri-9/+22
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+3
2019-10-19Preserve whitespace inside one-backtick codeblocksMark Rousskov-1/+1
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