about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-02-14librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` typesYotam Ofek-4/+22
2025-02-14Add new setting to wrap source code lines when too longGuillaume Gomez-61/+99
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-4/+12
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-4/+12
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-648/+710
2025-02-12Rollup merge of #136829 - GuillaumeGomez:move-line-numbers-into-code, r=notri...Guillaume Gomez-71/+178
2025-02-11Remove quotes around href in code line numbersGuillaume Gomez-1/+1
2025-02-11Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomezMatthias Krüger-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-09Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2025-02-08Rustfmtbjorn3-93/+121
2025-02-07Update minifier version to `0.3.4`Guillaume Gomez-1/+1
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-14/+15
2025-02-06Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmeasebors-17/+15
2025-02-05Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomezbors-32/+35
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-205/+202
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-205/+202
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-28/+29
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-28/+29
2025-02-03Rollup merge of #136411 - dtolnay:fnptr, r=notriddleMatthias Krüger-6/+20
2025-02-03rustdoc: clean up a bunch of ts-expected-error declarations in mainMichael Howell-148/+156
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-14/+15
2025-02-03Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlinbors-4/+5
2025-02-02Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obkMatthias Krüger-2/+1
2025-02-02Rollup merge of #136434 - RalfJung:rustc_allowed_through_unstable_modules-dep...Matthias Krüger-10/+2
2025-02-02Some cleanups around EarlyDiagCtxtbjorn3-2/+1
2025-02-02Target modifiers (special marked options) are recorded in metainfo and compar...Andrew Zhogin-4/+5
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-10/+2
2025-02-01Omit argument names from function pointers that do not have argument namesDavid Tolnay-6/+20
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-2/+2
2025-01-31it-self → itself, build-system → build system, type-alias → type aliasTobias Bucher-1/+1
2025-01-31Rollup merge of #134531 - GuillaumeGomez:extract-doctests, r=notriddle,aDotIn...Matthias Krüger-38/+224
2025-01-30Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgrbors-4/+2
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-28/+29
2025-01-30introduce `ty::Value`Lukas Markeffsky-4/+2
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-4/+75
2025-01-29Collect directly into ThinVecMichael Howell-9/+7
2025-01-29rustdoc: use ThinVec for generic arg partsMichael Howell-8/+8
2025-01-29Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwUbors-11/+18
2025-01-29rustdoc: run css and html minifier at build instead of runtimeMichael Howell-32/+35
2025-01-29Eliminate PatKind::PathOli Scherer-11/+18
2025-01-29Improve check for `--output-format` combinations and add ui regression testGuillaume Gomez-31/+35
2025-01-29Improve code and add missing docs for new `doctest::extracted` moduleGuillaume Gomez-17/+26
2025-01-29Mention the tracking issue of `--output-format=doctest`Guillaume Gomez-0/+2