about summary refs log tree commit diff
path: root/src/librustdoc/doctest.rs
AgeCommit message (Expand)AuthorLines
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-1/+1
2021-10-01Replace whitespaces in doctests' name with dashesGuillaume Gomez-0/+1
2021-09-21Revert the rustdoc box syntax removalest31-6/+6
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-9/+13
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-02Rename walk_crate.Camille GILLOT-1/+1
2021-09-02Stop using walk_crate.Camille GILLOT-5/+2
2021-09-01Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514bors-1/+1
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-13/+15
2021-08-23Doctest persist full binaries when persistingPatrick Conrad-1/+1
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-6/+6
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-22Move calls to test_main into one functionGuillaume Gomez-7/+15
2021-07-18Don't capture child process output at all when --no-capture is usedGuillaume Gomez-4/+10
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+7
2021-07-13Remove renaming of `test` crateJoshua Nelson-12/+8
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+1
2021-06-30Inline lower_to_hir.Camille GILLOT-1/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-2/+0
2021-06-21Don't reallocate the crate name when running doctestsJoshua Nelson-4/+5
2021-06-21Rename cratename -> crate_nameJoshua Nelson-17/+17
2021-06-21Remove unnecessary call to queries.crate_name()Joshua Nelson-3/+2
2021-06-06Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-sebors-1/+5
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-7/+15
2021-05-10rustc_session: Move more option building code from the `options!` macroVadim Petrochenkov-1/+0
2021-05-09add bootstrap cfgAliénore Bouttefeux-0/+2
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-1/+1
2021-05-05Use local and remapped paths where appropriateAndy Wang-3/+4
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-3/+12
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-2/+0
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-1/+1
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-1/+3
2021-05-01Auto merge of #83857 - ABouttefeux:master, r=jyn514bors-1/+2
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-2/+2
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-5/+6
2021-04-06correction based on reviewAliénore Bouttefeux-2/+2
2021-04-05Merge branch 'master' into masterAliénore Bouttefeux-6/+101
2021-04-05fix failing buildAliénore Bouttefeux-1/+2
2021-04-05suggestion from review move no run option in run_test callAliénore Bouttefeux-3/+3
2021-04-04added --no-run optionAliénore Bouttefeux-2/+2
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-6/+101
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
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-08Add notes to keep the UnusedExterns structs synced upest31-0/+4
2021-03-08Emit the lint level of the unused-crate-dependenciesest31-2/+20
2021-03-08Make doctests collect and emit the unused externsest31-6/+79