about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
2022-08-11rustdoc: don't generate DOM element for operatorJacob Hoffman-Andrews-27/+24
2022-08-11Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillotMatthias Krüger-7/+2
2022-08-11Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_...Matthias Krüger-42/+98
2022-08-11Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomezMatthias Krüger-79/+75
2022-08-11Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomezMatthias Krüger-23/+8
2022-08-11Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqdDylan DPC-9/+10
2022-08-11Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.Nicholas Nethercote-7/+2
2022-08-10rustdoc: make item-infos dimmer on dark theme #93896Jacob Hoffman-Andrews-23/+8
2022-08-10Add missing ID into the ID mapGuillaume Gomez-1/+2
2022-08-10Two small improvements:Frank Steffahn-3/+2
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-41/+97
2022-08-10remove Clean trait implementation for hir::GenericArgsGuillaume Gomez-30/+38
2022-08-10remove Clean trait implementation for ty::AssocItemGuillaume Gomez-172/+175
2022-08-10Rustdoc-Json: Add `Path` type for traits.Nixon Enraght-Moony-26/+20
2022-08-10Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgrbors-216/+295
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-79/+75
2022-08-10Avoid repeating qualifiers on `static_assert_size` calls.Nicholas Nethercote-9/+10
2022-08-10Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddleMatthias Krüger-17/+54
2022-08-10Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPCMatthias Krüger-105/+108
2022-08-10Rollup merge of #100281 - GuillaumeGomez:rm-clean-impls-3, r=notriddleMatthias Krüger-69/+62