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-08-31
Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+1
2024-08-29
Fix clippy lints
Guillaume Gomez
-4
/
+6
2024-08-20
Remove unneeded conversion to `DefId` for `ExtraInfo`
Guillaume Gomez
-1
/
+1
2024-08-17
Remove useless attributes in merged doctest generated code
Guillaume Gomez
-4
/
+0
2024-08-13
Run fmt
Guillaume Gomez
-6
/
+7
2024-08-13
Move `is_multiple_tests` argument into `RunnableDocTest`
Guillaume Gomez
-7
/
+3
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-18
/
+17
2024-08-13
Remove need for `unsafe` code in merged doctests
Guillaume Gomez
-5
/
+10
2024-08-13
Improve code readability
Guillaume Gomez
-0
/
+9
2024-08-13
If there are crate attributes, we prevent doctest to be merged with others
Guillaume Gomez
-27
/
+4
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-9
/
+14
2024-08-13
Reduce merged doctest source code size
Guillaume Gomez
-25
/
+7
2024-08-13
Add documentation on `DocTest` and `RunnableDoctest` structs
Guillaume Gomez
-0
/
+2
2024-08-13
Improve code by removing unneeded function arguments
Guillaume Gomez
-2
/
+0
2024-08-13
Correctly handle macros using `$crate` in merged doctests
Guillaume Gomez
-3
/
+14
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
Correctly handle `internal_features` attribute
Guillaume Gomez
-1
/
+13
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
-75
/
+70
2024-08-13
Greatly improve handling of doctests attributes, making it possible to merge ...
Guillaume Gomez
-45
/
+112
2024-08-13
Simplify `has_main_fn` to be a boolean instead of a `Option<Span>`
Guillaume Gomez
-29
/
+31
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-4
/
+17
2024-08-13
If there is any AST error with a doctest, we make it a standalone test
Guillaume Gomez
-88
/
+182
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
-22
/
+56
2024-08-13
Split standalone and mergeable doctests
Guillaume Gomez
-19
/
+208
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-6
/
+4
2024-08-13
Simplify doctest tests
Guillaume Gomez
-27
/
+24
2024-08-13
Add `DocTest` type
Guillaume Gomez
-130
/
+181
2024-08-13
Clean up rustdoc make_test function code
Guillaume Gomez
-21
/
+21
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+6
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-1
/
+1
2024-06-09
rustdoc: Add support for --remap-path-prefix
Edward Shen
-5
/
+7
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
[next]