about summary refs log tree commit diff
path: root/src/librustdoc/doctest/extracted.rs
AgeCommit message (Expand)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-10Improve naming of variables in `DocTestBuilder::generate_unique_doctest`Guillaume Gomez-4/+24
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-5/+30
2025-05-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-1/+4
2025-05-02Create a builder for DocTestBuilder typeGuillaume Gomez-12/+6
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-1/+4
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-2/+2
2025-01-29Improve code and add missing docs for new `doctest::extracted` moduleGuillaume Gomez-1/+10
2025-01-29Move extracted doctest code and types into its own fileGuillaume Gomez-0/+132