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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
doctest
/
markdown.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-22
Collect and use `#![doc(test(attr(..)))]` at module level too
Urgau
-1
/
+1
2025-05-22
Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddle
bors
-3
/
+10
2025-05-06
Ensure that temporary doctest folder is correctly removed even if doctests fa...
Guillaume Gomez
-0
/
+1
2025-05-02
Emit a warning if the doctest `main` function will not be run
Guillaume Gomez
-3
/
+10
2025-03-27
Remove and stabilize --enable-per-target-ignores
Eric Huss
-7
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-07
librustdoc::config: removed Input from Options
EtomicBomb
-6
/
+5
2024-08-29
Fix clippy lints
Guillaume Gomez
-1
/
+1
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-6
/
+6
2024-08-13
Improve code by removing unneeded function arguments
Guillaume Gomez
-2
/
+0
2024-08-13
Split doctests into two categories: mergeable ones and standalone ones
Guillaume Gomez
-1
/
+12
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-7
/
+1
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-1
/
+1
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
-6
/
+4
2024-06-07
Merge `RustDoctest` and `MdDoctest` into one type
Noah Lev
-11
/
+3
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
-15
/
+95
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
/
+1