about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-29/+38
2025-02-06Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmeasebors-1/+1
2025-02-05Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomezbors-26/+12
2025-02-05Auto merge of #136564 - fmease:rollup-qcjjcm7, r=fmeasebors-148/+156
2025-02-05Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmeaseLeón Orell Valerian Liehr-148/+156
2025-02-05Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomezbors-186/+132
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-186/+132
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-20/+21
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-20/+21
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-148/+156
2025-02-01Omit argument names from function pointers that do not have argument namesDavid Tolnay-1/+3
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-20/+21
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-4/+70
2025-01-29rustdoc: use ThinVec for generic arg partsMichael Howell-1/+1
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-10/+16
2025-01-29rustdoc: run css and html minifier at build instead of runtimeMichael Howell-26/+12
2025-01-29Eliminate PatKind::PathOli Scherer-10/+16
2025-01-29Add SemiBold for SourceSerif4Guillaume Gomez-3/+12
2025-01-29Add italic for newly added sans serif fontsGuillaume Gomez-3/+21
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-2/+41
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-680/+1655
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-5/+11
2025-01-25Remove extra whitespace from rustdoc breadcrumbs for copypastingKornel-8/+5
2025-01-24Rollup merge of #135998 - GuillaumeGomez:fix-trait-items-mobile-indent, r=not...Matthias Krüger-3/+7
2025-01-24Fix indent of trait items on mobileGuillaume Gomez-3/+7
2025-01-23Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmeasebors-100/+81
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-91/+72
2025-01-22rustdoc: pass around decoration info by refYotam Ofek-9/+9
2025-01-22rustdoc: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-2/+1
2025-01-19Remove unused `item-row` CSS classGuillaume Gomez-1/+1
2025-01-18Remove more CSS classesGuillaume Gomez-28/+19
2025-01-17Handle reexports items list a bit differently since they cannot have document...Guillaume Gomez-8/+6
2025-01-17Replace ul/li list with dl/dd/dt elementsGuillaume Gomez-33/+29
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-0/+43
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-1/+10
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-0/+1
2025-01-14Rollup merge of #135499 - lolbinarycat:rustdoc-link-underline-133484, r=Guill...Jubilee-0/+2
2025-01-14Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddleJubilee-1/+9
2025-01-14Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n...Jubilee-0/+46
2025-01-14fix underlining of hovered intra-doc links.binarycat-0/+2
2025-01-14Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmeaseMatthias Krüger-9/+39
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+9
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2025-01-11re-add --disable-minification to rustdocbinarycat-1/+9
2025-01-06Rollup merge of #135116 - camelid:sidebar-case, r=fmeaseJacob Pratt-1/+1
2025-01-06rustdoc: Fix mismatched capitalization in sidebarNoah Lev-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-12-31Fix typosericlehong-4/+4
2024-12-31Unsafe binder support in rustdocMichael Goulet-6/+14
2024-12-25Improve rustdoc codeGuillaume Gomez-10/+9