about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-11-20Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddleMatthias Krüger-18/+12
2022-11-20Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill...Matthias Krüger-4/+13
2022-11-20Migrate kdb colors to CSS variablesGuillaume Gomez-18/+12
2022-11-19rustdoc: fix scrape-examples JS pathMichael Howell-1/+1
2022-11-19rustdoc: use real buttons for scrape examples controlsMichael Howell-3/+12
2022-11-19Rollup merge of #104604 - GuillaumeGomez:migrate-top-button-to-css-var, r=not...Matthias Krüger-27/+12
2022-11-19Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddleMatthias Krüger-9/+11
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-3/+3
2022-11-19Migrate top buttons style to CSS variablesGuillaume Gomez-27/+12
2022-11-19Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obkDylan DPC-3/+3
2022-11-19Fix invalid focus when blurring notable traits popoverGuillaume Gomez-8/+11
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-24/+19
2022-11-18Rollup merge of #104556 - notriddle:notriddle/variant, r=GuillaumeGomezManish Goregaokar-24/+19
2022-11-18rustdoc: remove unused JS IIFE from main.jsMichael Howell-6/+3
2022-11-18Rollup merge of #104516 - notriddle:notriddle/flex-basis-sidebar-width, r=Gui...Matthias Krüger-9/+4
2022-11-18Don't focus on notable trait parent when hiding itGuillaume Gomez-1/+0
2022-11-18couple of clippy::perf fixesMatthias Krüger-3/+3
2022-11-17rustdoc: use `code-header` class to format enum variantsMichael Howell-24/+19
2022-11-17Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddleMatthias Krüger-31/+11
2022-11-17Rollup merge of #104503 - notriddle:notriddle/where, r=GuillaumeGomezMatthias Krüger-4/+1
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-0/+1
2022-11-17Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no...Matthias Krüger-24/+36
2022-11-17Migrate tooltip style to CSS variablesGuillaume Gomez-31/+11
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-4/+4
2022-11-16rustdoc: clean up sidebar width CSSMichael Howell-9/+4
2022-11-16rustdoc: remove redundant font-color CSS on `.where`Michael Howell-4/+1
2022-11-16rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts-22/+7
2022-11-16Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=GuillaumeGomezMatthias Krüger-4/+2
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-0/+1
2022-11-16Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG...Matthias Krüger-2/+0
2022-11-15rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`Michael Howell-1/+0
2022-11-15rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`Michael Howell-1/+0
2022-11-15rustdoc: remove unused JS IIFE from main.jsMichael Howell-4/+2
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-6/+7
2022-11-15Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=Gui...Matthias Krüger-0/+1
2022-11-15Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddleMatthias Krüger-2/+6
2022-11-14rustdoc: remove no-op CSS `.main-header { justify-content }`Michael Howell-1/+0
2022-11-14rustdoc: remove no-op CSS `.popover { font-size: 1rem }`Michael Howell-2/+0
2022-11-14rustdoc: fix corner case in search keyboard commandsMichael Howell-0/+1
2022-11-14Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomezMatthias Krüger-1/+8
2022-11-14Rollup merge of #104349 - rustaceanclub:master, r=oli-obkMatthias Krüger-2/+2
2022-11-14Fix missing minification for static filesGuillaume Gomez-2/+6
2022-11-13rustdoc: remove unused CSS `code { opacity: 1 }`Michael Howell-4/+0
2022-11-13Simplify settings UI by merging system theme with the theme choicesGuillaume Gomez-24/+36
2022-11-13Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=...bors-7/+87
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-1/+8
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-4/+4