about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2019-12-08Sort auto trait and blanket implementations displayGuillaume Gomez-6/+28
2019-12-05Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnisonbors-91/+14
2019-12-02Add missing backlineGuillaume Gomez-1/+1
2019-12-02minify theme.js as wellGuillaume Gomez-4/+3
2019-12-02Remove minification on search-index.js fileGuillaume Gomez-85/+9
2019-12-02Add missing checkGuillaume Gomez-1/+1
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-25Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomezPietro Albini-1/+1
2019-11-23Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomezMazdak Farrokhzad-1/+2
2019-11-23rustdoc: Don't panic when failing to write .lock fileOliver Middleton-1/+2
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-2/+1
2019-11-21Revert "Update Source Code Pro and include italics"Guillaume Gomez-22/+9
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-20Rollup merge of #66514 - GuillaumeGomez:fix-search-filter-save, r=kinnisonMazdak Farrokhzad-16/+13
2019-11-20Rollup merge of #66298 - Ppjet6:disable-search-field, r=GuillaumeGomezMazdak Farrokhzad-6/+15
2019-11-20Rollup merge of #65665 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Mazdak Farrokhzad-9/+22
2019-11-20Change background-color of search input if disabledGuillaume Gomez-0/+8
2019-11-20rustdoc: fixes #64305: disable search field instead of hidding itMaxime “pep” Buquet-6/+7
2019-11-19Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau...Mazdak Farrokhzad-24/+37
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-11/+10
2019-11-18Apply review commentsGuillaume Gomez-8/+8
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-1/+1
2019-11-18rename check-theme option into check-themesGuillaume Gomez-6/+3
2019-11-18Improve documentation, add checks for themes option arguments, make sure the ...Guillaume Gomez-1/+1
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-1/+1
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