about summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-15Add `rustc_interface::interface::Config::parse_sess_created`hyd-dev-0/+1
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-19/+21
2021-03-09Access attrs directly from HirId in rustdoc::doctest.Camille GILLOT-33/+13
2021-03-01Move lint machinery into a separate fileJoshua Nelson-5/+4
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-3/+7
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-3/+9
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-3/+9
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-3/+9
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-1/+1
2021-02-11Fix injected errors when running doctests on a crate named after a keywordJoshua Nelson-2/+5
2021-02-02Make rustdoc respect `--error-format short`Alexis Bourget-1/+6
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+3
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+3
2021-01-22Rollup merge of #80573 - jyn514:tool-lints, r=GuillaumeGomezMara Bos-4/+4
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-4/+4
2021-01-20Force token collection to run when parsing nonterminalsAaron Hill-1/+2
2021-01-16doctest: Reset errors before dropping the parse sessionÖmer Sinan Ağacan-0/+6
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2021-01-02End of rework of Attributes structGuillaume Gomez-1/+0
2021-01-01clippy fixes for librustdocMatthias Krüger-3/+3
2020-12-29Remove unnecessary semicolon from Rustdoc-generated codeAaron Hill-2/+2
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