about summary refs log tree commit diff
path: root/src/librustdoc/doctest/markdown.rs
AgeCommit message (Expand)AuthorLines
2025-05-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-1/+1
2025-05-22Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddlebors-3/+10
2025-05-06Ensure that temporary doctest folder is correctly removed even if doctests fa...Guillaume Gomez-0/+1
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-3/+10
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-7/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-07librustdoc::config: removed Input from OptionsEtomicBomb-6/+5
2024-08-29Fix clippy lintsGuillaume Gomez-1/+1
2024-08-13Unify naming of `DocTest`Guillaume Gomez-6/+6
2024-08-13Improve code by removing unneeded function argumentsGuillaume Gomez-2/+0
2024-08-13Split doctests into two categories: mergeable ones and standalone onesGuillaume Gomez-1/+12
2024-08-13Split standalone and mergeable doctestsGuillaume Gomez-7/+1
2024-08-13Split doctests between standalone and mergeable onesGuillaume Gomez-1/+1
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-12/+14
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-6/+4
2024-06-07Merge `RustDoctest` and `MdDoctest` into one typeNoah Lev-11/+3
2024-06-07rustdoc: Extract actual doctest running logic into functionNoah Lev-3/+9
2024-06-07Separate doctest collection from runningNoah Lev-15/+95
2024-06-07Move Markdown-specific doctest code into submoduleNoah Lev-0/+46
2024-06-07Start moving format-specific code into doctest submoduleNoah Lev-0/+1