cargo/tests/testsuite
2018-04-28 13:41:18 +02:00
..
cargotest Add some more tests. 2018-04-27 13:42:30 -07:00
alt_registry.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
bad_config.rs Add target directory parameter: address suggestions 2018-04-24 02:52:41 -04:00
bad_manifest_path.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
bench.rs backtick auto-discovery key usage advice 2018-04-20 22:23:08 +01:00
build.rs Add target directory parameter: address suggestions 2018-04-24 02:52:41 -04: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 Moved RUSTC_LINKER test into its own fn 2018-04-24 08:18:33 +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 Some test cleanup for profiles. 2018-04-27 13:42: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 Profile Overrides (RFC #2282 Part 1) 2018-04-27 13:22:00 -07:00
features.rs Add tests for namespaced features 2018-04-28 13:41:18 +02:00
fetch.rs cargo-fetch: add option to fetch for a target 2018-04-26 10:07:01 -07:00
freshness.rs Some test cleanup for profiles. 2018-04-27 13:42:30 -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 Add thorough tests for target/profile selection. 2018-04-27 13:42:30 -07: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 switch to using the --edition flag 2018-04-22 12:14:21 -07:00
patch.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
path.rs Remove some is_nightly checks from tests 2018-04-22 18:08:31 +03:00
plugins.rs cargo fmt 2018-03-14 17:48:23 -07:00
proc_macro.rs Remove some is_nightly checks from tests 2018-04-22 18:08:31 +03:00
profile_overrides.rs Add some more tests. 2018-04-27 13:42:30 -07:00
profile_targets.rs Avoid building libs and bins twice in cargo build --all-targets --release. 2018-04-27 13:42:30 -07:00
profiles.rs Move profile override tests to a dedicated file. 2018-04-27 13:42:30 -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 Fix renaming crates as they come from 2 sources 2018-04-27 10:48:34 -07:00
required_features.rs Correct formatting with cargo fmt 2018-04-11 23:16:17 +02:00
resolve.rs Keep track of namespaced-features flag in Summary objects 2018-04-28 13:41:18 +02:00
run.rs backtick auto-discovery key usage advice 2018-04-20 22:23:08 +01:00
rustc.rs Add some more tests. 2018-04-27 13:42:30 -07: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 Add some more tests. 2018-04-27 13:42:30 -07: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