about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-2/+5
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-0/+2
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-40/+74
2024-08-25Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-0/+2
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-1/+1
2024-08-24Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddleTrevor Gross-0/+8
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-40/+74
2024-08-24Update minifier to 0.3.1Guillaume Gomez-1/+1
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-23rustdoc: show exact case-sensitive matches firstbinarycat-0/+8
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-13/+40
2024-08-23Rollup merge of #129414 - GuillaumeGomez:fix-doc-hidden-crates, r=notriddleMatthias Krüger-3/+4
2024-08-23Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errorsMatthias Krüger-1/+1
2024-08-22rustdoc-search: use tighter json for names and parentsMichael Howell-13/+40
2024-08-22Fix extern crates not being hidden with `doc(hidden)`Guillaume Gomez-3/+4
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-1/+1
2024-08-21Rollup merge of #129284 - notriddle:notriddle/animate-target=light, r=Guillau...Matthias Krüger-0/+13
2024-08-21Auto merge of #129331 - matthiaskrgr:rollup-rxv463w, r=matthiaskrgrbors-28/+31
2024-08-20rustdoc: add test case for modnav position when TOC is offMichael Howell-11/+7
2024-08-20rustdoc: consistentify `#TOC` and `#ModNav` to lowercaseMichael Howell-8/+9
2024-08-20rustdoc: show code spans as `<code>` in TOCMichael Howell-11/+69
2024-08-20rustdoc: add separate section for module itemsMichael Howell-3/+14
2024-08-20rustdoc: add separate section for module itemsMichael Howell-11/+35
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-20/+74
2024-08-20Add Top TOC support to rustdocMichael Howell-127/+202
2024-08-20Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddlebors-683/+1551
2024-08-20Remove unneeded conversion to `DefId` for `ExtraInfo`Guillaume Gomez-28/+31
2024-08-19rustdoc: animate the `:target` highlightMichael Howell-0/+13
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-10/+4
2024-08-17Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n...Matthias Krüger-4/+0
2024-08-17Remove useless attributes in merged doctest generated codeGuillaume Gomez-4/+0
2024-08-17rustdoc-json: Clean up serialization and printing.Alona Enraght-Moony-19/+23
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-10/+4
2024-08-15rustdoc-json: Use FxHashMap from rustdoc_json_typesAlona Enraght-Moony-5/+5
2024-08-15Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoidMatthias Krüger-21/+41
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-3/+5
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-2/+2
2024-08-13Rollup merge of #129050 - GuillaumeGomez:generate-link-to-definition-warning,...Matthias Krüger-3/+5
2024-08-13Fix intra-doc linkGuillaume Gomez-3/+2
2024-08-13Run fmtGuillaume Gomez-6/+7
2024-08-13Improve documentation for internal doctest APIGuillaume Gomez-0/+13
2024-08-13Move `is_multiple_tests` argument into `RunnableDocTest`Guillaume Gomez-20/+12
2024-08-13Unify naming of `DocTest`Guillaume Gomez-42/+46
2024-08-13Don't special-case if there is only one merged doctestGuillaume Gomez-28/+24
2024-08-13Remove need for `unsafe` code in merged doctestsGuillaume Gomez-5/+10
2024-08-13Improve code readabilityGuillaume Gomez-5/+19
2024-08-13If there are crate attributes, we prevent doctest to be merged with othersGuillaume Gomez-27/+4
2024-08-13Rename `DocTest` into `DocTestBuilder`Guillaume Gomez-17/+22
2024-08-13Reduce merged doctest source code sizeGuillaume Gomez-25/+7