about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
2025-01-29Move extracted doctest code and types into its own fileGuillaume Gomez-60/+138
2025-01-29Add new output-formatGuillaume Gomez-12/+105
2025-01-29Add SemiBold for SourceSerif4Guillaume Gomez-3/+13
2025-01-29Add italic for newly added sans serif fontsGuillaume Gomez-3/+23
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-2/+43
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-26Rollup merge of #135946 - kornelski:rustdoc-path-space, r=notriddleJacob Pratt-8/+5
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-1/+1
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-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-11/+21
2025-01-24Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomezMatthias Krüger-1/+1
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-17/+9
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-17/+9
2025-01-23Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmeasebors-172/+127
2025-01-23Rustdog :3cBoxy-10/+20
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-2/+2
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-1/+1
2025-01-22rustdoc: extract duplicated code into methodYotam Ofek-72/+45
2025-01-22rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding itYotam Ofek-91/+73
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-20don't ICE when emitting linker errors during `-Z link-only`jyn-1/+1
2025-01-19Remove unused `item-row` CSS classGuillaume Gomez-1/+1