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.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-12
doctests: build test bundle and harness separately
Michael Howell
-50
/
+125
2025-03-12
doctests: fix merging on stable
Michael Howell
-1
/
+6
2024-12-25
Improve rustdoc code
Guillaume Gomez
-1
/
+1
2024-12-20
Move test into the `tests.rs` file
Guillaume Gomez
-23
/
+0
2024-12-20
Split arguments from `--doctest-compilation-args` like a shell would
Guillaume Gomez
-8
/
+64
2024-12-20
Add `--doctest-compilation-args` option to allow passing arguments to doctest...
Guillaume Gomez
-0
/
+11
2024-12-17
Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu
bors
-20
/
+20
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+2
2024-12-14
Remove the parse query
bjorn3
-23
/
+20
2024-12-14
Get rid of of the global_ctxt query
bjorn3
-17
/
+20
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-15
/
+7
2024-11-28
Fix new clippy lints
Guillaume Gomez
-1
/
+1
2024-11-11
Auto merge of #126597 - estebank:unicode-output, r=fmease
bors
-0
/
+5
2024-11-10
Add Unicode block-drawing compiler output support
Esteban Küber
-0
/
+5
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-6
/
+6
2024-10-15
Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle
Matthias Krüger
-2
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-7
/
+8
2024-10-03
Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez
Matthias Krüger
-2
/
+0
2024-10-01
Use environment variables instead of command line arguments for merged doctests
Guillaume Gomez
-2
/
+1
2024-09-28
Rename `standalone` doctest attribute into `standalone-crate`
Guillaume Gomez
-1
/
+1
2024-09-25
Remove `HirCollector::map`.
Nicholas Nethercote
-1
/
+0
2024-09-25
Remove `HirCollector::sess`.
Nicholas Nethercote
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-17
Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco
Matthias Krüger
-1
/
+1
2024-09-07
librustdoc::config: removed Input from Options
EtomicBomb
-3
/
+7
2024-09-05
Use a `Vec` in `rustc_interface::Config::locale_resources`
arnaudgolfouse
-1
/
+1
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
-8
/
+8
2024-08-13
Fix intra-doc link
Guillaume Gomez
-3
/
+2
2024-08-13
Improve documentation for internal doctest API
Guillaume Gomez
-0
/
+13
2024-08-13
Move `is_multiple_tests` argument into `RunnableDocTest`
Guillaume Gomez
-13
/
+9
2024-08-13
Unify naming of `DocTest`
Guillaume Gomez
-21
/
+26
2024-08-13
Don't special-case if there is only one merged doctest
Guillaume Gomez
-28
/
+24
2024-08-13
Improve code readability
Guillaume Gomez
-4
/
+9
2024-08-13
Rename `DocTest` into `DocTestBuilder`
Guillaume Gomez
-7
/
+7
2024-08-13
Run mergeable doctest as part of standalone doctests if there is only one
Guillaume Gomez
-37
/
+40
2024-08-13
Add documentation on `DocTest` and `RunnableDoctest` structs
Guillaume Gomez
-0
/
+1
2024-08-13
Improve code by removing unneeded function arguments
Guillaume Gomez
-22
/
+9
2024-08-13
Disable merged doctests by default
Guillaume Gomez
-1
/
+1
2024-08-13
Only show rustdoc doctest compilation output if `nocapture` is used
Guillaume Gomez
-3
/
+5
2024-08-13
Make merged doctests run in their own process
Guillaume Gomez
-2
/
+6
2024-08-13
Greatly improve handling of doctests attributes, making it possible to merge ...
Guillaume Gomez
-7
/
+4
2024-08-13
Simplify `has_main_fn` to be a boolean instead of a `Option<Span>`
Guillaume Gomez
-2
/
+6
2024-08-13
Correctly handle doctests with invalid AST
Guillaume Gomez
-4
/
+9
2024-08-13
Correctly handle the case where there is no doctests to run
Guillaume Gomez
-1
/
+5
2024-08-13
If there is any AST error with a doctest, we make it a standalone test
Guillaume Gomez
-0
/
+1
2024-08-13
Prevent merged doctests to break stdin if the generated file is too big
Guillaume Gomez
-14
/
+42
2024-08-13
Add new doc codeblock `standalone` attribute
Guillaume Gomez
-0
/
+1
2024-08-13
Only merge doctests starting 2024 edition
Guillaume Gomez
-1
/
+5
[next]