about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-08-24Unify rightside renderingGuillaume Gomez-32/+12
2022-08-24Auto merge of #96869 - sunfishcode:main, r=joshtriplettbors-1/+1
2022-08-23rustdoc: remove unused CSS ruleMichael Howell-4/+0
2022-08-22Auto merge of #100668 - nnethercote:use-AttrVec-more, r=spastorinobors-2/+2
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-2/+2
2022-08-21Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgrbors-102/+151
2022-08-21Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomezbors-47/+54
2022-08-21Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddleMatthias Krüger-102/+151
2022-08-21Auto merge of #100624 - GuillaumeGomez:update-minifier-version, r=nnethercotebors-1/+1
2022-08-20Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jshaMatthias Krüger-4/+9
2022-08-20Fix hover and focus display for search results on ayu themeGuillaume Gomez-3/+4
2022-08-20Extend decoration test to detect regressionsGuillaume Gomez-3/+8
2022-08-20Clean up highlight `<span>` merge codeGuillaume Gomez-121/+118
2022-08-20Update rustdoc testsGuillaume Gomez-9/+11
2022-08-20Merge "EnterSpan" events to reduce code blocks DOM sizeGuillaume Gomez-23/+68
2022-08-19Fix invalid comparison for Class::Decoration in `is_equal_to`Guillaume Gomez-2/+2
2022-08-19Rollup merge of #100731 - notriddle:notriddle/deref-methods-1, r=jshaDylan DPC-6/+11
2022-08-19Rollup merge of #100494 - GuillaumeGomez:cleanup-themes, r=jshaDylan DPC-239/+27
2022-08-18rustdoc: count deref and non-deref as same set of used methodsMichael Howell-6/+11
2022-08-18Fix item-info displayGuillaume Gomez-4/+9
2022-08-18Remove unused CSS ruleGuillaume Gomez-14/+0
2022-08-18Simplify rustdoc themes by relying more on CSS variablesGuillaume Gomez-228/+30
2022-08-18Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorinoMatthias Krüger-6/+0
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-9/+12
2022-08-17Remove `AttributesExt::other_attrs`.Nicholas Nethercote-6/+0
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-7/+7
2022-08-17Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomezTakayuki Maeda-2/+2
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-40/+47
2022-08-16rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`Martin Nordholts-2/+2
2022-08-16Update minifier version to 0.2.2Guillaume Gomez-1/+1
2022-08-15Rollup merge of #100582 - GuillaumeGomez:rustdoc-json-stripped-enum-variant, ...Matthias Krüger-6/+4
2022-08-15Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomezMatthias Krüger-1/+11
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-1/+11
2022-08-15Handle correctly stripped enum variant fieldsGuillaume Gomez-6/+4
2022-08-15errors: move translation logic into moduleDavid Wood-9/+12
2022-08-14Rollup merge of #100523 - GuillaumeGomez:remove-clean-impls, r=Dylan-DPCMatthias Krüger-13/+7
2022-08-14Update rustdoc testsGuillaume Gomez-31/+31
2022-08-14Remove the Clean traitGuillaume Gomez-4/+0
2022-08-14remove Clean trait implementation for hir::VariantGuillaume Gomez-9/+7
2022-08-14Don't generate ident elements as DOM nodesGuillaume Gomez-14/+23
2022-08-14Merge HTML elements in highlighting when they can be merged togetherGuillaume Gomez-8/+155
2022-08-13Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomezMichael Goulet-26/+20
2022-08-13Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddleMichael Goulet-30/+22
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-30/+22
2022-08-13Rollup merge of #100447 - GuillaumeGomez:rm-clean-impl, r=Dylan-DPCMichael Goulet-25/+33
2022-08-13avoid cloning and then iteratingKaDiWa-11/+17
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-12Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomezDylan DPC-27/+24
2022-08-12remove Clean trait implementation for hir::BareFnTyGuillaume Gomez-17/+18
2022-08-12remove Clean trait implementation for hir::PathSegmentGuillaume Gomez-8/+15