summary refs log tree commit diff
path: root/src/librustdoc/doctest
AgeCommit message (Expand)AuthorLines
2024-06-07run fmtGuillaume Gomez-18/+16
2024-06-07Fix broken rustdoc unit testsNoah Lev-22/+37
2024-06-07Parse full doctest source; extract helper for parsing codeNoah Lev-90/+104
2024-06-07Move logic for "making" doctests to submoduleNoah Lev-0/+381
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-12/+14
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-14/+13
2024-06-07Merge `RustDoctest` and `MdDoctest` into one typeNoah Lev-23/+7
2024-06-07rustdoc: Extract actual doctest running logic into functionNoah Lev-3/+9
2024-06-07Separate doctest collection from runningNoah Lev-42/+201
2024-06-07Move Markdown-specific doctest code into submoduleNoah Lev-0/+46
2024-06-07Start moving format-specific code into doctest submoduleNoah Lev-0/+127
2024-02-15add extra indent spaces for rust-playground linkyukang-1/+43
2023-04-25pass `unused_extern_crates` in `librustdoc::doctest::make_test`ozkanonur-0/+4
2021-12-12Rename `TestOptions` to `GlobalTestOptions`Noah Lev-17/+17
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-16/+1
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-3/+4
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-4/+4
2020-12-29Remove unnecessary semicolon from Rustdoc-generated codeAaron Hill-2/+2
2020-12-20add an attribute to inner doctest fnArpad Borsos-3/+3
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-17/+52
2020-11-17Update doctest testsGuillaume Gomez-34/+34
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-0/+279