cargo/tests/testsuite
vlad20012 e1d433d30f Add doctest field into metadata
Some tools can support rust doctests (e.g. highlighting
or launching). So it should be possible to find out if
doctests are enabled for a target or not. This commit
adds `doctest` field to `cargo metadata` output.
2019-05-17 18:39:23 +03:00
..
support Re-enable compatibility with readonly CARGO_HOME 2019-05-14 07:46:01 -07:00
alt_registry.rs $cargo fmt --all 2019-05-02 06:39:15 +09:00
bad_config.rs Warn on version req with metadata. 2019-03-31 18:53:54 -07:00
bad_manifest_path.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
bench.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
build.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
build_auth.rs Changes per ehuss 2019-02-22 14:28:52 -05:00
build_lib.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
build_plan.rs Fix fingerprint handling in pipelining mode 2019-05-08 11:28:07 -07:00
build_script.rs Auto merge of #6883 - alexcrichton:pipelining-v2, r=ehuss 2019-05-10 14:36:30 +00:00
build_script_env.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cargo_alias_config.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cargo_command.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
cargo_features.rs Add some help and documentation for unstable flags. 2019-03-28 15:22:59 -07:00
cfg.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
check-style.sh Reorganize integration tests as one crate with many modules. Issue #4867. 2018-02-21 13:33:51 -05:00
check.rs Auto merge of #6883 - alexcrichton:pipelining-v2, r=ehuss 2019-05-10 14:36:30 +00:00
clean.rs Fix fingerprint handling in pipelining mode 2019-05-08 11:28:07 -07:00
collisions.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
concurrent.rs Thread through last update time to index cache 2019-05-03 07:23:00 -07:00
config.rs Stabilize offline mode. 2019-05-12 10:49:45 -07:00
corrupt_git.rs Changed RUST_LOG usage to CARGO_LOG to avoid confusion. 2019-05-08 10:53:02 -07:00
cross_compile.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
cross_publish.rs Add test for publish with [patch] + cleanup. 2019-01-11 19:14:58 -08:00
custom_target.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -07:00
death.rs Fix unused import warning. 2019-03-31 19:37:26 -07:00
dep_info.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
directory.rs Add install-upgrade. 2019-04-02 08:40:34 -07:00
doc.rs Remove unnecessary calls to masquerade_as_nightly_cargo. 2019-05-09 10:58:18 -07:00
edition.rs Remove unnecessary calls to masquerade_as_nightly_cargo. 2019-05-09 10:58:18 -07:00
features.rs just give up and make it an error 2019-04-22 17:31:55 -04:00
fetch.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
fix.rs Remove unnecessary calls to masquerade_as_nightly_cargo. 2019-05-09 10:58:18 -07:00
freshness.rs Auto merge of #6883 - alexcrichton:pipelining-v2, r=ehuss 2019-05-10 14:36:30 +00:00
generate_lockfile.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
git.rs Move offline tests to a dedicated file. 2019-04-28 19:45:01 -07:00
init.rs Cleanup: Misc. 2019-03-26 19:06:08 -07:00
install.rs Remove unnecessary calls to masquerade_as_nightly_cargo. 2019-05-09 10:58:18 -07:00
install_upgrade.rs install-upgrade: Fix bugs, more comments, review updates. 2019-04-03 18:05:55 -07:00
jobserver.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
list_targets.rs Moved checks into compile_options(), changed tests 2019-01-03 23:00:45 +01:00
local_registry.rs Fix resolving yanked crates when using a local registry. 2019-03-12 23:11:22 -07:00
lockfile_compat.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
login.rs Add test for publish with [patch] + cleanup. 2019-01-11 19:14:58 -08:00
main.rs Move offline tests to a dedicated file. 2019-04-28 19:45:01 -07:00
member_errors.rs Fix member_manifest_version_error accessing the network. 2019-03-30 19:12:32 -07:00
metabuild.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
metadata.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
net_config.rs Try to get build to fix 2019-01-31 14:52:28 -05:00
new.rs test: Add reference link test 2019-05-02 06:29:56 +09:00
offline.rs Stabilize offline mode. 2019-05-12 10:49:45 -07:00
out_dir.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
overrides.rs Testsuite: Make cwd() relative to project root. 2019-03-20 16:34:56 -07:00
package.rs Fix version of ignore. 2019-05-13 18:05:10 -07:00
patch.rs Fix new unused patch warning. 2018-12-27 17:13:31 -08:00
path.rs Cleanup: Remove redundant clones. 2019-03-26 18:51:13 -07:00
plugins.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -07:00
proc_macro.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -07:00
profile_config.rs Incremental profile cleanup. 2019-02-20 09:12:27 -08:00
profile_overrides.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
profile_targets.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
profiles.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
pub_priv.rs $cargo fmt --all 2019-05-02 06:39:15 +09:00
publish.rs Add check token before verify tests. 2019-04-16 17:52:07 +01:00
publish_lockfile.rs Include Cargo.lock in package checks. 2019-04-17 14:06:05 -07:00
read_manifest.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
registry.rs tests: registry: revert readonly permission after running tests. 2019-05-15 20:16:37 +02:00
rename_deps.rs Remove unnecessary calls to masquerade_as_nightly_cargo. 2019-05-09 10:58:18 -07:00
required_features.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
resolve.rs Stabilize offline mode. 2019-05-12 10:49:45 -07:00
run.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
rustc.rs Implement the Cargo half of pipelined compilation 2019-05-08 08:10:26 -07:00
rustc_info_cache.rs Changed RUST_LOG usage to CARGO_LOG to avoid confusion. 2019-05-08 10:53:02 -07:00
rustdoc.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
rustdocflags.rs Add tests for warning on misspelled env vars 2019-02-23 19:08:50 +09:00
rustflags.rs cargo fmt tests/testsuite/rustflags.rs 2019-02-24 14:27:10 +09:00
search.rs Make registry locking more coarse 2019-05-03 07:23:00 -07:00
shell_quoting.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
small_fd_limits.rs Changed RUST_LOG usage to CARGO_LOG to avoid confusion. 2019-05-08 10:53:02 -07:00
test.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
tool_paths.rs Run cargo fmt 2019-04-10 10:42:07 -07:00
update.rs Add doctest field into metadata 2019-05-17 18:39:23 +03:00
verify_project.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
version.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
warn_on_failure.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
workspaces.rs Fix new_warning_with_corrupt_ws missing "USER". 2019-04-16 08:35:58 -07:00