summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2020-12-20add an attribute to inner doctest fnArpad Borsos-3/+4
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-26/+49
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+1
2020-11-25Fix persisted doctests on Windows / when using workspacesArpad Borsos-4/+5
2020-11-17Remove unused importGuillaume Gomez-1/+0
2020-11-17Add comment explaining why we can't split on `error[{}]: ` because of the col...Guillaume Gomez-0/+3
2020-11-17Correctly detect color supportGuillaume Gomez-2/+4
2020-11-17Simplfy color availability checkGuillaume Gomez-36/+22
2020-11-17Add check to get windows console type to decide to use colors or notGuillaume Gomez-2/+23
2020-11-17Update error code detection in compile_fail doctestsGuillaume Gomez-1/+1
2020-11-17Add color in rustdoc --test outputGuillaume Gomez-2/+15
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-11/+11
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-2/+1
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-1/+1
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+1
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-0/+1039