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.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-5
/
+5
2022-02-25
Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr
bors
-1
/
+7
2022-02-25
Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez
Matthias Krüger
-1
/
+7
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-2
/
+0
2022-02-25
Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum
Matthias Krüger
-0
/
+2
2022-02-25
Wire up --check-cfg to rustdoc
Loïc BRANSTETT
-1
/
+7
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-5
/
+2
2022-02-24
Include ignore message in libtest output
Antonio Yang
-0
/
+2
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-5
/
+2
2022-02-18
Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
Matthias Krüger
-0
/
+1
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-0
/
+1
2022-02-13
Remove Config::stderr
bjorn3
-1
/
+0
2022-02-07
Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se
Mara Bos
-1
/
+2
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-2
/
+2
2022-01-28
add allow_fail field in TestDesc to pass check
yuhaixin.hx
-0
/
+2
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-1
/
+0
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-3
/
+4
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-2
/
+2
2021-12-12
doctest: Rename `options` to `rustdoc_options`
Noah Lev
-26
/
+26
2021-12-12
Rename `TestOptions` to `GlobalTestOptions`
Noah Lev
-7
/
+8
2021-12-12
rustdoc: Coalesce some `run_test` args as one `LangString` arg
Noah Lev
-19
/
+13
2021-11-26
Remove `--display-doctest-warnings`
Joshua Nelson
-22
/
+9
2021-11-22
fix(doctest): detect extern crate items in statement doctests
Michael Howell
-7
/
+14
2021-11-18
rustdoc doctest: detect `fn main` after an unexpected semicolon
Michael Howell
-10
/
+7
2021-11-08
Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`
Joshua Nelson
-2
/
+4
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-4
/
+4
2021-10-05
Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d
Wim Looman
-1
/
+1
2021-10-05
Make cfg implicitly imply doc(cfg)
Wim Looman
-1
/
+1
2021-10-01
Replace whitespaces in doctests' name with dashes
Guillaume Gomez
-0
/
+1
2021-09-21
Revert the rustdoc box syntax removal
est31
-6
/
+6
2021-09-14
Rename --display-warnings to --display-doctest-warnings
Guillaume Gomez
-9
/
+13
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-5
/
+2
2021-09-01
Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514
bors
-1
/
+1
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-13
/
+15
2021-08-23
Doctest persist full binaries when persisting
Patrick Conrad
-1
/
+1
2021-08-18
remove box_syntax uses from cranelift and tools
Marcel Hellwig
-6
/
+6
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-1
/
+1
2021-07-22
Move calls to test_main into one function
Guillaume Gomez
-7
/
+15
2021-07-18
Don't capture child process output at all when --no-capture is used
Guillaume Gomez
-4
/
+10
2021-07-18
Add --nocapture option to rustdoc
Guillaume Gomez
-0
/
+7
2021-07-13
Remove renaming of `test` crate
Joshua Nelson
-12
/
+8
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-1
/
+1
2021-06-30
Inline lower_to_hir.
Camille GILLOT
-1
/
+0
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-2
/
+0
2021-06-21
Don't reallocate the crate name when running doctests
Joshua Nelson
-4
/
+5
2021-06-21
Rename cratename -> crate_name
Joshua Nelson
-17
/
+17
2021-06-21
Remove unnecessary call to queries.crate_name()
Joshua Nelson
-3
/
+2
[next]