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
/
make.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-16
Remove unneeded handling of backlines in doctest attributes
Guillaume Gomez
-2
/
+0
2024-12-16
Also handle cases where attributes are unclosed
Guillaume Gomez
-16
/
+40
2024-12-13
Correctly handle comments in attributes in doctests source code
Guillaume Gomez
-0
/
+2
2024-10-24
Do not consider nested functions as `main` function even if named `main` in d...
Guillaume Gomez
-4
/
+11
2024-09-28
Rename `standalone` doctest attribute into `standalone-crate`
Guillaume Gomez
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
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
-1
/
+1
2024-08-13
Run fmt
Guillaume Gomez
-2
/
+1
2024-08-13
Improve code readability
Guillaume Gomez
-0
/
+8
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
-2
/
+2
2024-08-13
Add documentation on `DocTest` and `RunnableDoctest` structs
Guillaume Gomez
-0
/
+2
2024-08-13
Correctly handle macros using `$crate` in merged doctests
Guillaume Gomez
-3
/
+14
2024-08-13
Correctly handle `internal_features` attribute
Guillaume Gomez
-1
/
+13
2024-08-13
Don't merge doctests with `#[global_allocator]`
Guillaume Gomez
-69
/
+62
2024-08-13
Greatly improve handling of doctests attributes, making it possible to merge ...
Guillaume Gomez
-43
/
+105
2024-08-13
Simplify `has_main_fn` to be a boolean instead of a `Option<Span>`
Guillaume Gomez
-28
/
+30
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-3
/
+16
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
Split standalone and mergeable doctests
Guillaume Gomez
-6
/
+13
2024-08-13
Split doctests between standalone and mergeable ones
Guillaume Gomez
-4
/
+2
2024-08-13
Add `DocTest` type
Guillaume Gomez
-128
/
+165
2024-08-13
Clean up rustdoc make_test function code
Guillaume Gomez
-21
/
+21
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-1
/
+1
2024-06-07
run fmt
Guillaume Gomez
-18
/
+16
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