about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-04-12Make rustdoc and rustc's help match exactlyJynn Nelson-9/+3
2023-04-11Rollup merge of #110162 - notriddle:notriddle/main-js-expand, r=GuillaumeGomezMichael Goulet-14/+5
2023-04-11Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514Michael Goulet-5/+6
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+1
2023-04-11Auto merge of #109765 - petrochenkov:encodeless, r=cjgillotbors-1/+1
2023-04-10rustdoc: remove redundant expandSection code from main.jsMichael Howell-14/+5
2023-04-10Fix typos in librustdocDaniPopes-6/+7
2023-04-10fix(doc): do not parse inline when output is json for external cratebohan-2/+3
2023-04-10rustc_metadata: Filter encoded data more aggressively using `DefKind`Vadim Petrochenkov-1/+1
2023-04-10Stabilize IsTerminalJosh Triplett-1/+0
2023-04-09Auto merge of #109500 - petrochenkov:modchainld, r=oli-obkbors-150/+36
2023-04-08rustdoc: migrate `document_type_layout` to askamaMichael Howell-99/+112
2023-04-08Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomezbors-476/+595
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-3/+2
2023-04-08rustdoc: Migrate some logic to `module_reexports`Vadim Petrochenkov-147/+34
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-1/+1
2023-04-08Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb-0/+1
2023-04-06rustdoc: add test and bug fix for theme defaultsMichael Howell-0/+1
2023-04-06rustdoc: clean up JSMichael Howell-28/+9
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