about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-08-13Correctly handle doctests with invalid ASTGuillaume Gomez-9/+27
2024-08-13Correctly handle the case where there is no doctests to runGuillaume Gomez-1/+5
2024-08-13If there is any AST error with a doctest, we make it a standalone testGuillaume Gomez-88/+183
2024-08-13Prevent merged doctests to break stdin if the generated file is too bigGuillaume Gomez-17/+50
2024-08-13Add new doc codeblock `standalone` attributeGuillaume Gomez-0/+7
2024-08-13Only merge doctests starting 2024 editionGuillaume Gomez-1/+5
2024-08-13Split doctests into two categories: mergeable ones and standalone onesGuillaume Gomez-62/+99
2024-08-13Split standalone and mergeable doctestsGuillaume Gomez-154/+440
2024-08-13Split doctests between standalone and mergeable onesGuillaume Gomez-29/+61
2024-08-13Simplify doctest testsGuillaume Gomez-27/+24
2024-08-13Add `DocTest` typeGuillaume Gomez-138/+190
2024-08-13Clean up rustdoc make_test function codeGuillaume Gomez-21/+21
2024-08-13Emit a warning instead of an error if `--generate-link-to-definition` is used...Guillaume Gomez-3/+5
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-44/+29
2024-08-12Add possibility to generate rustdoc JSON output to stdoutGuillaume Gomez-21/+41
2024-08-10Rollup merge of #128923 - GuillaumeGomez:negative-impls-items, r=fmeaseGuillaume Gomez-19/+27
2024-08-10Stop showing impl items for negative implsGuillaume Gomez-19/+27
2024-08-09Rollup merge of #128838 - notriddle:notriddle/invalid-tag-is-not-rust, r=Guil...Matthias Krüger-7/+19
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-2/+2
2024-08-09Rollup merge of #128834 - its-the-shrimp:fix_101105, r=aDotInTheVoidMatthias Krüger-1/+8
2024-08-08rustdoc: do not run doctests with invalid langstringsMichael Howell-7/+19
2024-08-08fix typos, more SelfEtomicBomb-17/+13
2024-08-08rustdoc: fixed #101105schvv31n-1/+8
2024-08-08review commentsEsteban Küber-2/+2
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-7/+9
2024-08-07rename sortedjson -> orderedjsonEtomicBomb-193/+228
2024-08-07added unit tests for write_sharedEtomicBomb-51/+257
2024-08-07move sorted_template and sorted_json testsEtomicBomb-272/+271
2024-08-07add blank line, remove extraneous commentEtomicBomb-1/+1
2024-08-07initial implementation of mergable rustdoc cciEtomicBomb-685/+1317
2024-08-06Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddleMatthias Krüger-0/+2
2024-08-06Rollup merge of #128693 - notriddle:notriddle/impl-disambiguator-2024, r=Guil...Matthias Krüger-6/+12
2024-08-06Fix rustdoc missing handling of `remap-path-prefix` optionGuillaume Gomez-0/+2
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-6/+12
2024-08-05Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoidMatthias Krüger-29/+15
2024-08-05rustdoc-json: discard non-local inherent implsschvv31n-29/+15
2024-08-05Prevent clicking on a link or on a button to toggle the code example buttons ...Guillaume Gomez-2/+6
2024-08-05Unify run button display with "copy code" button and with mdbook buttonsGuillaume Gomez-42/+23
2024-08-04rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)Noah Lev-45/+18
2024-08-04Use `match` instead of sequence of `if let`sNoah Lev-234/+243
2024-08-04rustdoc: Stop treating `Self` as a generic in search indexNoah Lev-6/+1
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-25/+35
2024-08-04rustdoc: Rename `SelfTy` to `ReceiverTy`Noah Lev-13/+13
2024-08-04Rollup merge of #128620 - GuillaumeGomez:update-rinja, r=notriddleMatthias Krüger-1/+1
2024-08-04Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=GuillaumeGomezMatthias Krüger-1/+1
2024-08-04Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddleMatthias Krüger-157/+167
2024-08-03rustdoc: Re-add missing `stripped_mod` check; explain orphan implsNoah Lev-5/+26
2024-08-04Update rinja version to 0.3.0Guillaume Gomez-1/+1
2024-08-03rustdoc: make the hover trail for doc anchors a bit biggerMichael Howell-1/+1
2024-08-03Rollup merge of #128573 - GuillaumeGomez:simplify-body, r=notriddleMatthias Krüger-5/+3