summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2025-02-14librustdoc: lazily format "read more" link in `document_short`Yotam Ofek-6/+15
2025-02-14librustdoc: lazily format some pathsYotam Ofek-25/+32
2025-02-14librustdoc: lazily format list of aliases in `render_impl_summary`Yotam Ofek-6/+6
2025-02-14librustdoc: make `item_path` formatting lazyYotam Ofek-12/+17
2025-02-14librustdoc: make `notable_traits_button` formatting lazyYotam Ofek-13/+15
2025-02-14librustdoc: make `assoc_href_attr` formatting lazyYotam Ofek-11/+33
2025-02-14librustdoc: make `bounds` formatting lazyYotam Ofek-23/+22
2025-02-14librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` typesYotam Ofek-2/+2
2025-02-13Rollup merge of #136950 - notriddle:notriddle/svg-example-buttons, r=Guillaum...Jubilee-5/+50
2025-02-12Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddleJacob Pratt-3/+5
2025-02-12rustdoc: use better, consistent SVG icons for scraped examplesMichael Howell-5/+50
2025-02-12Correctly escape hashtags when running `invalid_rust_codeblocks` lintGuillaume Gomez-3/+5
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-648/+709
2025-02-11Remove quotes around href in code line numbersGuillaume Gomez-1/+1
2025-02-11Correctly handle `user-select: none`Guillaume Gomez-0/+5
2025-02-11Update rustdoc testsGuillaume Gomez-5/+5
2025-02-10Move line numbers into the `<code>` directlyGuillaume Gomez-66/+168
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