about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2025-09-23Rollup merge of #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG...Matthias Krüger-7/+18
2025-09-23prevent line number from being copied in chromeIris Shi-7/+18
2025-09-22Rollup merge of #146838 - yotamofek:pr/rustdoc/wrappers, r=lolbinarycatStuart Cook-202/+146
2025-09-22Introduce "wrapper" helpers to rustdocYotam Ofek-189/+132
2025-09-21Re-use some existing util fnsYotam Ofek-9/+7
2025-09-21Early return in `visibility_print_with_space`Yotam Ofek-4/+7
2025-09-21Port #[macro_export] to the new attribute parsing infrastructureJonathan Brouwer-10/+13
2025-09-19Rollup merge of #146484 - notriddle:stringdex-js-opt, r=GuillaumeGomezStuart Cook-140/+290
2025-09-18Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errorsStuart Cook-5/+5
2025-09-17Remove ImplSubjectCameron Steffen-5/+5
2025-09-17Cleanup `FnDecl::inner_full_print`Yotam Ofek-48/+59
2025-09-12rustdoc-search: delay loading type name IDs until type searchMichael Howell-90/+233
2025-09-12rustdoc-search: reduce async machinery in value lookupsMichael Howell-50/+57
2025-09-11Correctly handle literal search on pathsGuillaume Gomez-2/+4
2025-09-08mark `format_args_nl!` as `#[doc(hidden)]`cyrgani-1/+1
2025-09-04Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomezbors-161/+644
2025-09-03rustdoc-search: yet another stringdex optimization attemptMichael Howell-161/+644
2025-09-02Rollup merge of #146091 - janis-bhm:rustdoc-default-span-with-simple-test, r=...Guillaume Gomez-15/+37
2025-09-02squash fix `render_call_locations` panic when default span points at file out...Janis-15/+37
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-12/+13
2025-08-30rustdoc-search: improve concurrency at type searchMichael Howell-9/+15
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-67/+256
2025-08-28Create new `Item::is_fake_item` method as equivalent to check for `is_primiti...Guillaume Gomez-2/+2
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-5/+26
2025-08-26Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwcoGuillaume Gomez-0/+0
2025-08-24Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycatbors-61/+472
2025-08-24rustdoc: render attributes in Field and Variants sectionsKarol Zwolak-4/+22
2025-08-23Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering...Samuel Tardieu-70/+68
2025-08-23Improve code and add test with macro coming from another file from the same c...Guillaume Gomez-18/+14
2025-08-23rustdoc: make attributes render consistentlyKarol Zwolak-70/+68
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-43/+18
2025-08-23Also support statements and patterns for macro expansionGuillaume Gomez-2/+18
2025-08-23Improve codeGuillaume Gomez-4/+2
2025-08-23Make macro expansion feature buttons accessibleGuillaume Gomez-10/+11
2025-08-23Do macro expansion at AST level rather than HIRGuillaume Gomez-147/+163
2025-08-23Clean up computation of macro expansion span and correctly handle spans open ...Guillaume Gomez-28/+90
2025-08-23Go around firefox bugGuillaume Gomez-1/+7
2025-08-23Correctly handle multiple macro expansions on a same lineGuillaume Gomez-18/+49
2025-08-23Add new unstable `--generate-macro-expansion` rustdoc command line flagGuillaume Gomez-14/+23
2025-08-23Add support for macro expansion in rustdoc source code pagesGuillaume Gomez-63/+339
2025-08-22main.js: only call window.rustdocToggleSrcSidebar if it existsbinarycat-2/+1
2025-08-22typecheck: add nonnull around element known to existbinarycat-2/+1
2025-08-22typecheck tooltipBlurHandlerbinarycat-1/+3
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-32/+7
2025-08-21typecheck window.NOTABLE_TRAITSbinarycat-2/+2
2025-08-21typecheck window.rr_binarycat-2/+2
2025-08-21typecheck window.searchIndexbinarycat-2/+2
2025-08-21unbox raw pointers in type-based searchbinarycat-3/+6
2025-08-21add special formatting for displaying raw pointers in signaturesbinarycat-2/+22
2025-08-21rustdoc search: accept *mut T syntax for raw pointersbinarycat-30/+45