summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
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
2023-12-13Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkovbors-2/+2
2023-12-12clippy::complexity fixesMatthias Krüger-1/+2
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-2/+2
2023-12-10remove redundant importssurechen-1/+0
2023-12-05Generate section headings all from one placeGuillaume Gomez-64/+68
2023-12-05Make all headings display the same by creating an anchor right beside themGuillaume Gomez-1/+1
2023-12-05Rollup merge of #118594 - hdost:patch-1, r=fmeaseMatthias Krüger-1/+1
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-12-04Don't generate the "Fields" heading if there is no field displayedGuillaume Gomez-1/+8
2023-12-01Add highlighting for comments in items declarationGuillaume Gomez-8/+14
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-10/+5
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-8/+8
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-5/+21
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-3/+2
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-2/+4
2023-11-23Sort unstable items last in rustdoc, instead of firstDavid Tolnay-2/+2
2023-11-23Don't print "private fields" on empty tuple structsKyuuhachi-5/+9
2023-11-22Don't merge cfg and doc(cfg) attributes for re-exportsGuillaume Gomez-11/+2
2023-11-19rustdoc-search: add support for associated typesMichael Howell-65/+396
2023-11-15Re-format code with new rustfmtMark Rousskov-65/+73
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-9/+6
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-2/+1