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
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-15
Add `rustc_interface::interface::Config::parse_sess_created`
hyd-dev
-0
/
+1
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-19
/
+21
2021-03-09
Access attrs directly from HirId in rustdoc::doctest.
Camille GILLOT
-33
/
+13
2021-03-01
Move lint machinery into a separate file
Joshua Nelson
-5
/
+4
2021-03-01
Rename rustdoc lints to be a tool lint instead of built-in.
Joshua Nelson
-3
/
+7
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-3
/
+9
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-3
/
+9
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-3
/
+9
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-02-11
Fix injected errors when running doctests on a crate named after a keyword
Joshua Nelson
-2
/
+5
2021-02-02
Make rustdoc respect `--error-format short`
Alexis Bourget
-1
/
+6
2021-01-24
Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514
Jonas Schievink
-0
/
+3
2021-01-23
Add option to control doctest run directory
Arpad Borsos
-0
/
+3
2021-01-22
Rollup merge of #80573 - jyn514:tool-lints, r=GuillaumeGomez
Mara Bos
-4
/
+4
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-4
/
+4
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-1
/
+2
2021-01-16
doctest: Reset errors before dropping the parse session
Ömer Sinan Ağacan
-0
/
+6
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-1
/
+0
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-3
/
+3
2020-12-29
Remove unnecessary semicolon from Rustdoc-generated code
Aaron Hill
-2
/
+2
2020-12-20
add an attribute to inner doctest fn
Arpad Borsos
-3
/
+4
2020-12-19
Remap instrument-coverage line numbers in doctests
Arpad Borsos
-26
/
+49
2020-12-01
Fix `unknown-crate` when using self-profile with rustdoc
Joshua Nelson
-1
/
+1
2020-11-25
Fix persisted doctests on Windows / when using workspaces
Arpad Borsos
-4
/
+5
2020-11-17
Remove unused import
Guillaume Gomez
-1
/
+0
2020-11-17
Add comment explaining why we can't split on `error[{}]: ` because of the col...
Guillaume Gomez
-0
/
+3
2020-11-17
Correctly detect color support
Guillaume Gomez
-2
/
+4
2020-11-17
Simplfy color availability check
Guillaume Gomez
-36
/
+22
2020-11-17
Add check to get windows console type to decide to use colors or not
Guillaume Gomez
-2
/
+23
2020-11-17
Update error code detection in compile_fail doctests
Guillaume Gomez
-1
/
+1
2020-11-17
Add color in rustdoc --test output
Guillaume Gomez
-2
/
+15
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-11
/
+11
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-2
/
+1
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-1
/
+1
2020-09-27
Add option to pass a custom codegen backend from a driver
bjorn3
-0
/
+1
2020-08-27
Rename rustdoc/test -> rustdoc/doctest
Aleksey Kladov
-0
/
+1039