about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-04-06Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472Matthias Krüger-9/+11
2023-04-05rustdoc: avoid including line numbers in Google SERP snippetsMichael Howell-9/+11
2023-04-06Rollup merge of #109973 - GuillaumeGomez:logo-display-very-small-screen, r=no...Yuki Okushi-1/+6
2023-04-06Rollup merge of #109926 - SparrowLii:parallel_log, r=eholkYuki Okushi-1/+1
2023-04-05Improve display of logo on very small screensGuillaume Gomez-1/+6
2023-04-05rustdoc: migrate `item_union` to an Askama templateMichael Howell-293/+384
2023-04-05Rollup merge of #109932 - GuillaumeGomez:source-code-scrollbar, r=notriddleYuki Okushi-0/+4
2023-04-04Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=...Michael Goulet-1/+9
2023-04-04Rollup merge of #109919 - fmease:rustdoc-fix-issue-109488, r=notriddleMichael Goulet-16/+15
2023-04-04Move scrollbar on the <main> element rather than only on the code block to im...Guillaume Gomez-0/+4
2023-04-04Don't collect return-position impl traits for documentationMichael Goulet-1/+9
2023-04-04rustdoc: Add human-readable cfg string for loongarch64zhaixiaojuan-0/+1
2023-04-04write threads info into log only when debuggingSparrowLii-1/+1
2023-04-04Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddlebors-10/+14
2023-04-03rustdoc: migrate document functions to return a DisplayMichael Howell-150/+169
2023-04-04rustdoc: escape GAT args in more casesLeón Orell Valerian Liehr-16/+15
2023-04-03rustdoc: convert render_attributes_in_pre to return a DisplayMichael Howell-20/+27
2023-04-03rustdoc: convert `print_tuple_struct_fields` to return a DisplayMichael Howell-16/+18
2023-04-02rustdoc: fix quadratic time in intra-doc link passJacob Hoffman-Andrews-10/+14
2023-04-01a couple clippy::complexity fixesMatthias Krüger-15/+7
2023-03-31Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomezbors-179/+265
2023-03-31Rollup merge of #109820 - notriddle:notriddle/help-comma, r=camelidGuillaume Gomez-3/+1
2023-03-31Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddleGuillaume Gomez-34/+22
2023-03-31Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int...Guillaume Gomez-142/+242
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-1/+2
2023-03-31rustdoc-search: update docs for comma in `?` help popoverMichael Howell-3/+1
2023-03-31Stabilize rustdoc `--test-run-directory`Arpad Borsos-1/+1
2023-03-30Improve codeGuillaume Gomez-14/+5
2023-03-30Replace doc(primitive) with rustc_doc_primitiveGuillaume Gomez-26/+23
2023-03-30rustdoc: run more HIR validation to mirror rustcPatrik Kårlin-0/+3
2023-03-30Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-sebors-1/+1
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