cargo/tests/testsuite
Dale Wijnand e471745e47
Introduce autoXXX keys for target auto-discovery
In Rust 2015 absence of the configuration makes it default to not
include auto-discovered targets (i.e false), with a warnings message.

In Rust 2018 absence makes it default to include auto-discovered
targets (i.e true).

Fixes #5330
2018-04-20 20:57:24 +01:00
..
cargotest Auto merge of #5391 - varkor:check-message, r=alexcrichton 2018-04-19 22:21:08 +00:00
alt_registry.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
bad_config.rs Preprobe info for known crate type 2018-03-21 10:54:15 +03:00
bad_manifest_path.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
bench.rs Introduce autoXXX keys for target auto-discovery 2018-04-20 20:57:24 +01:00
build.rs Introduce autoXXX keys for target auto-discovery 2018-04-20 20:57:24 +01:00
build_auth.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
build_lib.rs cargo fmt 2018-03-14 17:48:23 -07:00
build_script.rs fixed a few typos 2018-04-05 03:45:15 +02:00
build_script_env.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
cargo_alias_config.rs cargo fmt 2018-03-14 17:48:23 -07:00
cargo_command.rs tests(help): Fix assertion by using the full line text 2018-03-31 11:33:14 +02:00
cargo_features.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
cfg.rs Don't try to use the same info if target == host 2018-04-18 18:00:21 +03: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 Fix with_*_does_not_contain to support [..] and macro matching. 2018-04-18 22:13:30 -07:00
clean.rs Slightly improve ergonomics of writing Cargo tests 2018-03-17 00:08:23 +03:00
concurrent.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
config.rs cargo fmt 2018-03-14 17:48:23 -07:00
corrupt_git.rs cargo fmt 2018-03-14 17:48:23 -07:00
cross_compile.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
cross_publish.rs cargo fmt 2018-03-14 17:48:23 -07:00
custom_target.rs Add custom target tests 2018-03-25 12:53:22 +02:00
death.rs cargo fmt 2018-03-14 17:48:23 -07:00
dep_info.rs cargo fmt 2018-03-14 17:48:23 -07:00
directory.rs cargo fmt 2018-03-14 17:48:23 -07:00
doc.rs Update tests to check for Checking 2018-04-19 19:19:11 +01:00
features.rs Enable new behavior of --feature 2018-04-19 00:34:45 +03:00
fetch.rs cargo fmt 2018-03-14 17:48:23 -07:00
freshness.rs Fix another issue of poisoning too eagerly 2018-04-06 12:37:29 -07:00
generate_lockfile.rs tests(resolver): Group integration test with other minimal version test 2018-03-23 20:06:49 +01:00
git.rs fixed a few typos 2018-04-05 03:45:15 +02:00
hamcrest.rs cargo fmt 2018-03-14 17:48:23 -07:00
init.rs cargo_new: remove redundant leading new lines from ignore files 2018-03-31 17:40:44 +03:00
install.rs Correct formatting with cargo fmt 2018-04-11 23:16:17 +02:00
jobserver.rs cargo fmt 2018-03-14 17:48:23 -07:00
local_registry.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
lockfile_compat.rs cargo fmt 2018-03-14 17:48:23 -07:00
login.rs cargo fmt 2018-03-14 17:48:23 -07:00
main.rs Speedup no-op builds by caching rustc invocations 2018-04-14 13:39:59 +03:00
metadata.rs Explicitly test for new package metadata fields 2018-04-18 15:16:50 +07:00
net_config.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
new.rs Replace tempdir by tempfile 2018-03-26 13:29:02 +02:00
out_dir.rs Properly use unstable options for out-dir 2018-04-08 14:47:35 +03:00
overrides.rs Don't abort resolution on transitive updates 2018-03-15 07:44:35 -07:00
package.rs Move edition earlier in TomlManifest::to_real_manifest 2018-04-20 19:45:59 +01:00
patch.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
path.rs cargo fmt 2018-03-14 17:48:23 -07:00
plugins.rs cargo fmt 2018-03-14 17:48:23 -07:00
proc_macro.rs cargo fmt 2018-03-14 17:48:23 -07:00
profiles.rs cargo fmt 2018-03-14 17:48:23 -07:00
publish.rs cargo fmt 2018-03-14 17:48:23 -07:00
read_manifest.rs Added new metadata fields. 2018-04-18 15:08:18 +07:00
registry.rs Don't abort resolution on transitive updates 2018-03-15 07:44:35 -07:00
rename_deps.rs cargo fmt 2018-03-14 17:48:23 -07:00
required_features.rs Correct formatting with cargo fmt 2018-04-11 23:16:17 +02:00
resolve.rs chore(clippy): Fix test assertion and simplify code in crates-io 2018-04-04 23:09:59 +02:00
run.rs Introduce autoXXX keys for target auto-discovery 2018-04-20 20:57:24 +01:00
rustc.rs Auto merge of #5186 - infinity0:stricter-need-dev-deps, r=alexcrichton 2018-03-21 14:19:11 +00:00
rustc_info_cache.rs Improve rustc cache 2018-04-18 17:44:23 +03:00
rustdoc.rs Update tests to check for Checking 2018-04-19 19:19:11 +01:00
rustdocflags.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
rustflags.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
search.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
small_fd_limits.rs cargo fmt 2018-03-14 17:48:23 -07:00
test.rs Enable new behavior of --feature 2018-04-19 00:34:45 +03:00
tool_paths.rs cargo fmt 2018-03-14 17:48:23 -07:00
update.rs add precise test 2018-03-24 20:04:19 +01:00
verify_project.rs cargo fmt 2018-03-14 17:48:23 -07:00
version.rs cargo fmt 2018-03-14 17:48:23 -07:00
warn_on_failure.rs cargo fmt 2018-03-14 17:48:23 -07:00
workspaces.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00