about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-03-24Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume...Matthias Krüger-53/+111
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-47/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-30/+14
2023-03-23Remove `span` method from AttributesExt traitGuillaume Gomez-6/+3
2023-03-23Use Cow to reduce numbers of memory cloneGuillaume Gomez-29/+39
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-1/+1
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-9/+13
2023-03-23Fix ICE for intra-doc link on intermediate re-exportGuillaume Gomez-35/+80
2023-03-23Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnrMatthias Krüger-1/+1
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-12/+64
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-1/+1
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-12/+64
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-21/+21
2023-03-23Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomezDylan DPC-177/+102
2023-03-23Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomezDylan DPC-69/+67
2023-03-21rustdoc: remove redundant `.content` prefix from span/a colorsMichael Howell-21/+21
2023-03-21Add `safe` to number renderingclubby789-2/+2
2023-03-21rustdoc: Factor out some doc link resolution code into a separate functionVadim Petrochenkov-24/+27
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-160/+82
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-53/+111
2023-03-20rustdoc: Optimize impl sorting during renderingVadim Petrochenkov-7/+20
2023-03-20Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkovMatthias Krüger-6/+8
2023-03-20Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jshaMatthias Krüger-1/+1
2023-03-20Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddleMatthias Krüger-1/+13
2023-03-20Rollup merge of #109331 - notriddle:notriddle/search-bag-semantics, r=Guillau...Matthias Krüger-26/+70
2023-03-20Rollup merge of #109269 - klensy:rdoc-s, r=notriddleMatthias Krüger-40/+59
2023-03-20Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr...Matthias Krüger-4/+4
2023-03-20Fix improper escaping of deprecation reasonsclubby789-1/+1
2023-03-20Auto merge of #108148 - parthopdas:master, r=oli-obkbors-0/+10
2023-03-19rustdoc: implement bag semantics for function parameter searchMichael Howell-26/+70
2023-03-19Remove footnote references from doc summaryGuillaume Gomez-1/+13
2023-03-17rustdoc: reduce allocations in `visibility_to_src_with_space`Michael Howell-7/+7
2023-03-17Add clarifying commentsMichael Howell-0/+3
2023-03-17extra_info_tags don't return string, use display_fnklensy-35/+56
2023-03-17rustdoc: Correctly merge import's and its target's docs in one more caseVadim Petrochenkov-6/+8
2023-03-17Only add into `view_item_stack` if the item will be inlinedGuillaume Gomez-4/+4
2023-03-17Rollup merge of #109229 - DaniPopes:link-references, r=notriddleMatthias Krüger-7/+7
2023-03-17Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorinoMatthias Krüger-1/+1
2023-03-16Fix invalid markdown link referencesDaniPopes-7/+7
2023-03-16clean up few allocklensy-5/+3
2023-03-16Render source page layout with Askamaclubby789-69/+67
2023-03-16Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jshaMatthias Krüger-0/+6
2023-03-16Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obkMatthias Krüger-3/+2
2023-03-16Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no...Matthias Krüger-10/+22
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-2/+7
2023-03-15ImplTraitPlaceholder -> is_impl_trait_in_traitSantiago Pastorino-1/+1
2023-03-15rustdoc: remove `std::` from primitive intra-doc link tooltipsMichael Howell-0/+6
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-0/+10
2023-03-15Update docsfs module documentationGuillaume Gomez-1/+0
2023-03-15always make `define_opaque_types` explicitlcnr-3/+2