about summary refs log tree commit diff
path: root/src/librustdoc/html/templates
AgeCommit message (Expand)AuthorLines
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-2/+8
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-3/+3
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-1/+1
2023-11-07Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomezbors-1/+0
2023-10-22rustdoc: clean up sidebar.html block classMichael Howell-5/+1
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-1/+5
2023-10-11rustdoc: bundle sidebar button icon into CSSMichael Howell-4/+1
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-2/+11
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-1/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-20/+24
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-2/+5
2023-10-08rustdoc: show crate name beside small logoMichael Howell-10/+15
2023-09-25Fix whitespace in rustdoc type_layout.htmlDaniPopes-2/+2
2023-09-18Move mobile topbar title creation entirely into JSGuillaume Gomez-2/+1
2023-09-16rustdoc: stop preloading Source Serif 4 BoldMichael Howell-1/+0
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-9/+0
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-1/+0
2023-09-07rustdoc: remove unused ID `mainThemeStyle`Michael Howell-2/+1
2023-08-16Rollup merge of #113115 - tshepang:patch-5, r=est31Matthias Krüger-1/+1
2023-07-27Fix aksama templateMichael Goulet-0/+5
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-2/+2
2023-07-14rustdoc: use `src` consistently over `source` in codeMichael Howell-7/+7
2023-06-28accept review suggestionTshepang Mbambo-1/+1
2023-06-28we are migrating to askamaTshepang Mbambo-1/+1
2023-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-1/+1
2023-06-27Fix invalid HTML DIV tag used in HEADGuillaume Gomez-2/+1
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-0/+1
2023-06-21Fix union fields displayGuillaume Gomez-8/+9
2023-06-11Add `item_template` macroNicky Lim-4/+4
2023-05-25Add `ItemTemplate` traitNicky Lim-4/+4
2023-05-02Avoid ICEing miri on layout query cyclesOli Scherer-44/+49
2023-04-22Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jshaYuki Okushi-0/+65
2023-04-18rustdoc: format type layout template with newline after `<p>`Michael Howell-8/+16
2023-04-18rustdoc: create variants list outside of templateMichael Howell-7/+7
2023-04-18rustdoc: use a separate template for type layout sizeMichael Howell-0/+12
2023-04-12Move creation of `theme.css` file from `--extend-css` command into the `stati...Guillaume Gomez-1/+1
2023-04-08rustdoc: migrate `document_type_layout` to askamaMichael Howell-0/+45
2023-04-08Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomezbors-0/+23
2023-04-05rustdoc: avoid including line numbers in Google SERP snippetsMichael Howell-2/+4
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-0/+23
2023-03-23Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomezDylan DPC-0/+19
2023-03-21Add `safe` to number renderingclubby789-2/+2
2023-03-20Fix improper escaping of deprecation reasonsclubby789-1/+1
2023-03-16Fix invalid markdown link referencesDaniPopes-7/+7
2023-03-16Render source page layout with Askamaclubby789-0/+19
2023-03-11Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomezMatthias Krüger-0/+37
2023-03-11Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomezMatthias Krüger-0/+30
2023-03-10Render doc sidebar using Askamaclubby789-0/+37
2023-03-10Migrate `document_item_info` to templatesclubby789-0/+30
2023-03-08Only load one CSS theme by defaultMichael Howell-18/+21