about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-54/+14
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-16/+140
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-1/+3
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+3
2024-04-16Always use `ty::` qualifier for `TyKind` enum variants.Nicholas Nethercote-3/+2
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-3/+3
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-13/+3
2024-04-09rustdoc: clean up type alias codeMichael Howell-16/+12
2024-04-08Update search_index.rsMichael Howell-1/+0
2024-04-08rustdoc: improve comments based on feedbackMichael Howell-8/+13
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-16/+136
2024-04-08Thread pattern types through the HIROli Scherer-1/+1
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-44/+370
2024-04-02Clean up src/librustdoc/html/render/search_index/encode.rsMichael Howell-24/+22
2024-03-28Make local_crate_source_file return a RealFileNameUrgau-1/+1
2024-03-27Add rustdoc hackOli Scherer-2/+3
2024-03-27Remove `DefId`'s `Partial/Ord` implsOli Scherer-2/+2
2024-03-27rustdoc: Swap fields and variant documentationschloekek-2/+2
2024-03-22rustdoc-search: address nitsMichael Howell-260/+288
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-7/+226
2024-03-17some minor code simplificationsMatthias Krüger-2/+2
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-42/+123
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-41/+28
2024-03-15Rollup merge of #122530 - klensy:as_str, r=fee1-deadGuillaume Gomez-3/+4
2024-03-15less symbols interner locksklensy-3/+4
2024-03-14fix polarityManish Goregaokar-2/+2
2024-03-14Make compactManish Goregaokar-10/+10
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-37/+18
2024-03-14print ghostsManish Goregaokar-0/+6
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-1/+39
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-13/+14
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-2/+2
2024-02-04rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa...klensy-10/+21
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-64/+68
2024-01-10Shorten some error invocations.Nicholas Nethercote-2/+1
2024-01-08Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefIdMichael Goulet-2/+1
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-0/+3
2024-01-05Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomezMichael Goulet-71/+122
2024-01-05Add notes about the serialization formatMichael Howell-6/+25
2024-01-05Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddleMichael Goulet-20/+32
2024-01-04Clean up serialization code nitsMichael Howell-10/+9
2024-01-04Fix invalid handling for static method calls in jump to definition featureGuillaume Gomez-20/+32
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-71/+104
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-0/+3
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-15Simplify JS code a little bitGuillaume Gomez-2/+2
2023-12-15Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomezbors-11/+2
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-11/+2
2023-12-14rustdoc-search: fix a race condition in search index loadingMichael Howell-2/+8
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-10/+11