cargo/tests/testsuite
2019-07-25 12:10:24 -07:00
..
support Fix some issues with absolute paths in dep-info files. 2019-07-25 12:10:24 -07:00
alt_registry.rs Rename to_url -> into_url 2019-06-20 16:53:24 +02:00
bad_config.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
bad_manifest_path.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
bench.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
build.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
build_auth.rs Fix a deadlocking test with master libgit2 2019-07-25 09:15:24 -07:00
build_lib.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
build_plan.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
build_script.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
build_script_env.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
cache_messages.rs minor fixes 2019-07-18 13:52:28 -07:00
cargo_alias_config.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
cargo_command.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
cargo_features.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
cfg.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07: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 Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
clean.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
clippy.rs Force clippy to run. 2019-07-20 13:20:11 -07:00
collisions.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
concurrent.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
config.rs Setup CI with Azure Pipelines 2019-07-23 09:09:41 -07:00
corrupt_git.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
cross_compile.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
cross_publish.rs Stabilize publish-lockfile. 2019-06-10 13:19:18 -07:00
custom_target.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
death.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
dep_info.rs Fix some issues with absolute paths in dep-info files. 2019-07-25 12:10:24 -07:00
directory.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
doc.rs Fix documenting an example. 2019-06-08 14:18:51 -07:00
edition.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
features.rs Auto merge of #7084 - scruffystuffs:invoke-feature-multi, r=alexcrichton 2019-07-19 13:56:28 +00:00
fetch.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
fix.rs Work around rust-lang/rust#61440 2019-07-20 15:58:37 -07:00
freshness.rs Work around rust-lang/rust#61440 2019-07-20 15:58:37 -07:00
generate_lockfile.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
git.rs Clean environment when git-fetch-with-cli is used. 2019-06-29 13:32:21 -07:00
init.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
install.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
install_upgrade.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
jobserver.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
list_targets.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
local_registry.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
lockfile_compat.rs Optimize lock file format for git merge conflicts 2019-07-23 07:55:38 -07:00
login.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
main.rs Force clippy to run. 2019-07-20 13:20:11 -07:00
member_errors.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
metabuild.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
metadata.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
net_config.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
new.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
offline.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
out_dir.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
overrides.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
package.rs Remove include/exclude glob warning. 2019-07-23 13:49:17 -07:00
patch.rs Fix detection of cyclic dependencies through [patch] 2019-07-24 07:32:37 -07:00
path.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
plugins.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
proc_macro.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
profile_config.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
profile_overrides.rs Stabilize default-run 2019-06-21 11:36:53 -07:00
profile_targets.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
profiles.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
pub_priv.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
publish.rs improve uncommitted changes cargo-package message 2019-07-01 18:48:59 +01:00
publish_lockfile.rs Stabilize publish-lockfile. 2019-06-10 13:19:18 -07:00
read_manifest.rs Fix some clippy warnings. 2019-07-14 15:19:33 -07:00
registry.rs Stabilize publish-lockfile. 2019-06-10 13:19:18 -07:00
rename_deps.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
required_features.rs Stabilize default-run 2019-06-21 11:36:53 -07:00
resolve.rs Extract resolver tests to their own crate 2019-06-18 10:50:48 -07:00
run.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
rustc.rs Fix some formatting for some strings. 2019-07-13 16:00:47 -07:00
rustc_info_cache.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
rustdoc.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
rustdocflags.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
rustflags.rs Also ignore remap-path-prefix in metadata for cargo rustc. 2019-07-14 14:38:47 -07:00
search.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
shell_quoting.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
small_fd_limits.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
test.rs Fix some clippy warnings. 2019-07-14 15:19:33 -07:00
tool_paths.rs Setup CI with Azure Pipelines 2019-07-23 09:09:41 -07:00
update.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
vendor.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
verify_project.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
version.rs Update #[test] attribute on all tests in the testsuite 2019-06-07 12:41:26 -07:00
warn_on_failure.rs Fix some clippy warnings. 2019-07-14 15:19:33 -07:00
workspaces.rs Don't suppress error messages with -q 2019-07-10 10:01:09 -07:00