cargo/tests
Alex Crichton a1e442e06f Write invalid data when cloning to force an abort
Otherwise it seems libgit2 isn't ready to handle premature eof? Unclear...
2017-12-23 19:46:34 -08:00
..
cargotest Forcibly remove CARGO_HTTP_CHECK_REVOKE when testing 2017-12-22 08:07:20 -08:00
alt-registry.rs Template a registry's dl field 2017-12-18 15:22:04 -08:00
bad-config.rs Relax a few error messages from libgit2 2017-12-11 20:10:23 -08:00
bad-manifest-path.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
bench.rs Fix broken bench test for new --benches behavior. 2017-10-20 15:45:51 -07:00
build-auth.rs Relax a few error messages from libgit2 2017-12-11 20:10:23 -08:00
build-lib.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
build-script-env.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
build-script.rs Fix renaming a project using build scripts 2017-12-18 11:30:09 -08:00
build.rs Enable incremental by default 2017-12-21 10:56:51 -08:00
cargo-features.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
cargo.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
cargo_alias_config.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
cfg.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
check-style.sh Prepare for buildbot automation 2014-06-26 20:25:30 -07:00
check.rs Remove macro_use that's no longer needed 2017-11-29 11:42:34 -04:00
clean.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
concurrent.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
config.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
cross-compile.rs Remove usage of quasi-quoting in tests 2017-12-19 12:27:52 -08:00
cross-publish.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
death.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
dep-info.rs Fix dep info showing up with a build script 2017-11-12 02:31:18 -08:00
directory.rs Merge branch 'master' of github.com:rust-lang/cargo into alt-registries 2017-10-24 20:54:59 +01:00
doc.rs Start migration to the failure crate 2017-12-18 17:48:36 -08:00
features.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
fetch.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
freshness.rs Avoid rebuilding a project when cwd changes 2017-12-08 07:50:45 -08:00
generate-lockfile.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
git.rs Write invalid data when cloning to force an abort 2017-12-23 19:46:34 -08:00
init.rs Add a newline before appended VCS ignore lines 2017-10-21 16:15:52 +01:00
install.rs Always respect CARGO_TARGET_DIR during cargo install 2017-12-22 00:27:29 -05:00
jobserver.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
local-registry.rs Merge branch 'master' of github.com:rust-lang/cargo into alt-registries 2017-10-24 20:54:59 +01:00
lockfile-compat.rs Fix the lockfile-compat test 2017-11-28 17:44:25 -08:00
login.rs Updated tests based on review comments. 2017-10-31 16:00:21 +00:00
metadata.rs Don’t swallow virtual manifest parsing errors 2017-12-17 23:09:05 +01:00
net-config.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
new.rs Fix new tests on Windows inadvertently picking up ~/.cargo/config. 2017-10-16 16:41:11 -07:00
overrides.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
package.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
patch.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
path.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
plugins.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
proc-macro.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
profiles.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
publish.rs Merge remote-tracking branch 'upstream/master' into alt-registry-publish-wip 2017-11-01 19:55:47 +00:00
read-manifest.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
registry.rs Merge branch 'master' of github.com:rust-lang/cargo into alt-registries 2017-10-24 20:54:59 +01:00
required-features.rs Alternative list display 2017-10-31 19:44:56 +00:00
resolve.rs Add a number of progress indicators to Cargo 2017-11-06 10:35:00 -08:00
run.rs Alternative list display 2017-10-31 19:44:56 +00:00
rustc.rs Fix wrong profile selection for cargo build and cargo rustc. 2017-10-14 18:53:22 -07:00
rustdoc.rs Document the lib if a lib and bin have the same name 2017-10-25 10:25:22 -04:00
rustdocflags.rs Don't accumulate feature and rustdoc flags twice (fixes #4790) 2017-12-08 17:44:26 +01:00
rustflags.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
search.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
small-fd-limits.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
test.rs Rework handling of --tests and --benches with implied targets. 2017-10-20 14:34:21 -07:00
tool-paths.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
verify-project.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
version.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
warn-on-failure.rs cargotest/support: remove internal mutability in favor of switching types 2017-10-10 16:47:12 +08:00
workspaces.rs Defer bailing out workspace root probing 2017-12-13 13:19:12 -08:00