cargo/tests/testsuite
2019-04-17 14:56:24 +00:00
..
support Fix new_warning_with_corrupt_ws missing "USER". 2019-04-16 08:35:58 -07:00
alt_registry.rs Validate registry token before operations that require it. 2019-04-15 19:00:42 +01: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 Format with cargo fmt 2018-12-08 03:19:47 -08:00
build.rs Resolve: Be less strict while offline. 2019-04-02 13:27:42 -07:00
build_auth.rs Changes per ehuss 2019-02-22 14:28:52 -05:00
build_lib.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build_plan.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build_script.rs Better error if PathSource::walk can't access something. 2019-04-11 18:28:45 -07: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 Some fingerprint cleanup. 2019-03-26 13:22:49 -07:00
clean.rs Run cargo fmt 2019-04-10 10:42:07 -07:00
collisions.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
concurrent.rs Testsuite: Make cwd() relative to project root. 2019-03-20 16:34:56 -07:00
config.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
corrupt_git.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cross_compile.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -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 Allow cargo doc --open with multiple packages. 2019-03-31 15:47:03 -07:00
edition.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -07:00
features.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
fetch.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
fix.rs Run cargo fmt 2019-04-10 10:42:07 -07:00
freshness.rs Remove a debugging call to stream() 2019-04-10 10:42:30 -07:00
generate_lockfile.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
git.rs Fix test include_overrides_gitignore. 2019-04-14 11:50:41 -07:00
init.rs Cleanup: Misc. 2019-03-26 19:06:08 -07:00
install.rs Add install-upgrade. 2019-04-02 08:40:34 -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 Ignore Clippy redundant_closure 2019-04-15 13:49:04 -07:00
member_errors.rs Fix member_manifest_version_error accessing the network. 2019-03-30 19:12:32 -07:00
metabuild.rs Cleanup: Misc. 2019-03-26 19:06:08 -07:00
metadata.rs cargo metadata: Don't show null deps. 2019-02-05 08:25:44 -08:00
net_config.rs Try to get build to fix 2019-01-31 14:52:28 -05:00
new.rs new/init: Don't include email if it is empty. 2019-03-31 14:05:49 -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 Run cargo fmt 2019-04-10 10:42:07 -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 Include proc-macros in build-override. 2019-04-01 16:05:04 -07:00
profile_targets.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
profiles.rs Testsuite: remove some unnecessary is_nightly checks. 2019-03-26 13:56:14 -07:00
publish.rs Add check token before verify tests. 2019-04-16 17:52:07 +01:00
read_manifest.rs Add links to cargo metadata. 2018-12-23 11:34:14 -08:00
registry.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
rename_deps.rs testsuite: cleanup for alternative-registries 2019-04-09 19:08:43 -07:00
required_features.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
resolve.rs rename fuzz tests so they can be run easily 2019-03-27 23:59:53 -04:00
run.rs Avoid adding DYLD_FALLBACK_LIBRARY_PATH defaults when it is set 2019-04-17 08:37:46 +09:00
rustc.rs Various cosmetic improvements. 2019-02-20 10:58:27 +00:00
rustc_info_cache.rs Format with cargo fmt 2018-12-08 03:19:47 -08: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 push the rest of the clones to the bottom 2019-01-29 17:32:56 -05:00
shell_quoting.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
small_fd_limits.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
test.rs Run cargo fmt 2019-04-10 10:42:07 -07:00
tool_paths.rs Run cargo fmt 2019-04-10 10:42:07 -07:00
update.rs Marking Cargo.lock as generated 2019-01-19 09:06:01 +00: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