about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
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-15Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomezGuillaume Gomez-148/+119
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-9/+15
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-6/+26
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-2/+14
2025-01-15show deprecation message in rustdoc, tooRalf Jung-5/+11
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-5/+5
2025-01-14Rollup merge of #135505 - GuillaumeGomez:clippy, r=notriddleJubilee-4/+4
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-2/+23
2025-01-14Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n...Jubilee-0/+46
2025-01-14Fix clippy lintsGuillaume Gomez-4/+4
2025-01-14fix underlining of hovered intra-doc links.binarycat-0/+2
2025-01-14Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT...Matthias Krüger-1/+1
2025-01-14Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmeaseMatthias Krüger-9/+39
2025-01-14fix typo and unit testbinarycat-1/+1
2025-01-14add disclaimer to --disable-minificationbinarycat-1/+1
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-5/+13
2025-01-14Made `Path::name` only have item name rather than full nameAditya Kumar-1/+1
2025-01-13for purely return-type based searches, deprioritize clone-like functionsbinarycat-0/+46
2025-01-13rustdoc: Eliminate `AttributesExt`Noah Lev-46/+23