about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-4599/+0
2020-07-27Refactor html backend to use generic interfaceJoseph Ryan-312/+298
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-67/+4
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-20/+9
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-28/+17
2020-07-16Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomezManish Goregaokar-5/+64
2020-07-16Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomezManish Goregaokar-5/+5
2020-07-16Rollup merge of #73807 - euclio:rustdoc-highlighting, r=ollie27,GuillaumeGomezManish Goregaokar-1/+6
2020-07-16Make spotlight show on hoverManish Goregaokar-12/+4
2020-07-16Move spotlight next to the return typeManish Goregaokar-22/+12
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-5/+82
2020-07-15Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...Manish Goregaokar-1/+2
2020-07-15Improve settings wordingGuillaume Gomez-2/+2
2020-07-15rustdoc: Rename internal API fns to `into_string`Lzu Tao-5/+5
2020-07-15Don't render unstable for rustc docsLzu Tao-28/+17
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-1/+6
2020-07-14Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomezManish Goregaokar-29/+65
2020-07-12Add Ayu theme to rustdocJarek Samic-0/+7
2020-07-12Clean up handling of style files in rustdocJarek Samic-29/+58
2020-07-11rustdoc: insert newlines between attributesAndy Russell-8/+13
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-09Add option to collapse automatically implementorsGuillaume Gomez-0/+1
2020-07-09Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomezManish Goregaokar-1/+7
2020-07-06Hide `&mut self` methods from Deref in sidebarGary Guo-1/+7
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-12/+0
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-38/+9
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-1/+2
2020-06-15Re-order correctly the sections in the sidebarGuillaume Gomez-2/+2
2020-05-31Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=...bors-2/+3
2020-05-30Rollup merge of #72650 - GuillaumeGomez:sort-sidebar-elements, r=kinnisonRalf Jung-32/+31
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-2/+3
2020-05-27Sort fields, variants and other unsorted elements in the sidebarGuillaume Gomez-32/+31
2020-05-26Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnisonbors-7/+10
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-37/+6
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-1/+1
2020-05-11Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPCDylan DPC-3/+2
2020-05-11Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27Dylan DPC-1/+4
2020-05-11Fix clippy warningsMatthias Krüger-3/+2
2020-05-09Sort "implementations on foreign types" section in the sidebarGuillaume Gomez-8/+7
2020-05-08Add emoji for deprecated messagesGuillaume Gomez-1/+4
2020-05-08Clean up rustdoc source codeGuillaume Gomez-7/+10
2020-05-07Merge aliases and search-indexGuillaume Gomez-36/+0
2020-05-07Improve doc alias discoveryGuillaume Gomez-3/+8
2020-05-05Replace title "Methods" with "Implementations"Guillaume Gomez-11/+11
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-8/+3
2020-04-17Replace big JS dict with JSON parsingGuillaume Gomez-4/+35
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-3/+3
2020-03-31more clippy fixesMatthias Krüger-8/+5
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2