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
/
runner.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-29
Fix clippy lints
Guillaume Gomez
-2
/
+4
2024-08-17
Remove useless attributes in merged doctest generated code
Guillaume Gomez
-4
/
+0
2024-08-13
Run fmt
Guillaume Gomez
-2
/
+2
2024-08-13
Move `is_multiple_tests` argument into `RunnableDocTest`
Guillaume Gomez
-7
/
+3
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-5
/
+5
2024-08-13
Remove need for `unsafe` code in merged doctests
Guillaume Gomez
-5
/
+10
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-4
/
+4
2024-08-13
Reduce merged doctest source code size
Guillaume Gomez
-25
/
+7
2024-08-13
If no argument is provided to merged doctests binary, they will be run in the...
Guillaume Gomez
-6
/
+4
2024-08-13
Don't change indent in merged doctests
Guillaume Gomez
-1
/
+1
2024-08-13
Make merged doctests run in their own process
Guillaume Gomez
-15
/
+81
2024-08-13
Fix weird memory allocation failure in merged doctests by storing doctest lis...
Guillaume Gomez
-8
/
+8
2024-08-13
Don't merge doctests with `#[global_allocator]`
Guillaume Gomez
-6
/
+8
2024-08-13
Greatly improve handling of doctests attributes, making it possible to merge ...
Guillaume Gomez
-2
/
+7
2024-08-13
Simplify `has_main_fn` to be a boolean instead of a `Option<Span>`
Guillaume Gomez
-1
/
+1
2024-08-13
Prevent merged doctests to break stdin if the generated file is too big
Guillaume Gomez
-3
/
+8
2024-08-13
Split doctests into two categories: mergeable ones and standalone ones
Guillaume Gomez
-19
/
+41
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-0
/
+188