about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-08-29GH-66816: Process before enabling searchasrar-2/+5
2020-08-29GH-66816: Removes disable before returnasrar-3/+4
2020-08-28Clean up rustdoc front-end source codeGuillaume Gomez-8/+12
2020-08-28Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomezPietro Albini-3/+3
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+5
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-61/+63
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-3/+3
2020-08-27Remove dependency on StringReader from rustdoc highlighterAleksey Kladov-350/+228
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3
2020-08-27Improve helper wordingGuillaume Gomez-2/+2
2020-08-27Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514bors-1/+5
2020-08-27Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfireDylan DPC-1/+1
2020-08-27Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=CldfireDylan DPC-0/+2
2020-08-27Rollup merge of #75806 - GuillaumeGomez:prevent-automatic-page-change-history...Dylan DPC-4/+14
2020-08-25Improve theme button hover background colorGuillaume Gomez-1/+1
2020-08-24Expand rustdoc theme chooser x paddingIvan Tham-1/+1
2020-08-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-24Unify theme choices border color in ayu themeGuillaume Gomez-1/+1
2020-08-23Highlight crate links like normal linksCamelid-1/+5
2020-08-23Fix font color for help button in ayu and dark themesGuillaume Gomez-0/+2
2020-08-23Prevent automatic page change when using historyGuillaume Gomez-4/+11
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-1/+1
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-2/+4
2020-08-18Add long cfg description to tooltip on short descriptionWim Looman-5/+5
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-2/+4
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-11Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfireTyler Mandry-3/+1
2020-08-11Rollup merge of #75378 - petrochenkov:isident, r=Mark-SimulacrumTyler Mandry-15/+15
2020-08-11Fully handle "?" shortcutGuillaume Gomez-3/+1
2020-08-11Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau...Yuki Okushi-29/+63
2020-08-11Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514Dylan DPC-11/+27
2020-08-11Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=ManishearthDylan DPC-7/+13
2020-08-11Feature gate is always presentMark Rousskov-15/+15
2020-08-10Add help buttonGuillaume Gomez-11/+27
2020-08-09Rustdoc: Fix natural ordering to look at all numbers.Mara Bos-29/+63
2020-08-09Rename "Important traits" to "Notable traits"Camelid-21/+21
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-07Only add a border for the rust logoGuillaume Gomez-7/+13
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-29Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandrybors-1166/+452
2020-07-29Pass by valueJoseph Ryan-1/+1
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-7/+10
2020-07-28ayu theme: Change doccomment color to `#a1ac88`Lzu Tao-3/+2
2020-07-27More requested changesJoseph Ryan-3/+3
2020-07-27Make requested changesJoseph Ryan-4/+2
2020-07-27Pull out more types from htmlJoseph Ryan-13/+2
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-798/+169
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-312/+298
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-69/+8