index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
doctest
Age
Commit message (
Expand
)
Author
Lines
2024-06-07
run fmt
Guillaume Gomez
-18
/
+16
2024-06-07
Fix broken rustdoc unit tests
Noah Lev
-22
/
+37
2024-06-07
Parse full doctest source; extract helper for parsing code
Noah Lev
-90
/
+104
2024-06-07
Move logic for "making" doctests to submodule
Noah Lev
-0
/
+381
2024-06-07
Move some arguments to fields and reorganize fields
Noah Lev
-12
/
+14
2024-06-07
rustdoc: Remove `DoctestVisitor::get_line`
Noah Lev
-14
/
+13
2024-06-07
Merge `RustDoctest` and `MdDoctest` into one type
Noah Lev
-23
/
+7
2024-06-07
rustdoc: Extract actual doctest running logic into function
Noah Lev
-3
/
+9
2024-06-07
Separate doctest collection from running
Noah Lev
-42
/
+201
2024-06-07
Move Markdown-specific doctest code into submodule
Noah Lev
-0
/
+46
2024-06-07
Start moving format-specific code into doctest submodule
Noah Lev
-0
/
+127
2024-02-15
add extra indent spaces for rust-playground link
yukang
-1
/
+43
2023-04-25
pass `unused_extern_crates` in `librustdoc::doctest::make_test`
ozkanonur
-0
/
+4
2021-12-12
Rename `TestOptions` to `GlobalTestOptions`
Noah Lev
-17
/
+17
2021-11-26
Remove `--display-doctest-warnings`
Joshua Nelson
-16
/
+1
2021-09-14
Rename --display-warnings to --display-doctest-warnings
Guillaume Gomez
-3
/
+4
2021-02-11
Fix injected errors when running doctests on a crate named after a keyword
Joshua Nelson
-4
/
+4
2020-12-29
Remove unnecessary semicolon from Rustdoc-generated code
Aaron Hill
-2
/
+2
2020-12-20
add an attribute to inner doctest fn
Arpad Borsos
-3
/
+3
2020-12-19
Remap instrument-coverage line numbers in doctests
Arpad Borsos
-17
/
+52
2020-11-17
Update doctest tests
Guillaume Gomez
-34
/
+34
2020-08-27
Rename rustdoc/test -> rustdoc/doctest
Aleksey Kladov
-0
/
+279