about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-29Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddleMatthias Krüger-2/+7
2023-03-29Don't strip crate moduleGuillaume Gomez-2/+7
2023-03-29Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC-17/+0
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-29/+40
2023-03-28rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov-17/+0
2023-03-28Add `(..)` syntax for RTNMichael Goulet-1/+2
2023-03-27Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,...Guillaume Gomez-51/+103
2023-03-27Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddleMatthias Krüger-5/+1
2023-03-26Fix "Directly go to item in search if there is only one result" settingGuillaume Gomez-5/+1
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-1/+1
2023-03-25Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomezMatthias Krüger-77/+19
2023-03-24Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomezbors-7/+20
2023-03-24Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514bors-9/+13
2023-03-24Put back `is_derive_trait_collision` checkGuillaume Gomez-2/+29
2023-03-24Strenghten disambiguation in `ambiguity_error` and improve documentationGuillaume Gomez-5/+11
2023-03-24Rename description of primitive from "builtin type" into "primitive type"Guillaume Gomez-1/+1
2023-03-24Special case `ambiguity_error` if all candidates have the same "kind"Guillaume Gomez-10/+21
2023-03-24Fix rustdoc intra-doc link invalid ambiguity error messageGuillaume Gomez-142/+198
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