cargo/tests
2017-08-27 16:14:15 +09:00
..
cargotest Add support for nightly features in Cargo 2017-08-24 13:11:57 -07:00
bad-config.rs Merge duplicate tests 2017-07-09 13:10:24 +03:00
bad-manifest-path.rs some clippy-suggested improvements 2017-02-18 14:17:49 +01:00
bench.rs Gate feature for bench tests 2017-08-27 16:05:59 +09:00
build-auth.rs Update a slew of dependencies and such 2017-05-27 17:21:42 -07:00
build-lib.rs Allow debuginfo level to be specified 2017-01-12 20:11:29 -08:00
build-script-env.rs Implement cargo:rerun-if-env-changed=FOO 2017-06-14 14:23:15 -07:00
build-script.rs tests/build-script: allow unused extern crates 2017-08-27 16:10:54 +09:00
build.rs Allow to skip test code during publishing 2017-08-12 18:20:27 +03:00
cargo-features.rs Purge deps, round 2 2017-08-26 23:36:25 +09:00
cargo.rs Tell subprocesses the path to self in an env variable #3778 2017-03-07 23:29:50 +01:00
cargo_alias_config.rs Remove superfluous ;; sequences 2017-05-24 22:01:02 -05:00
cfg.rs tests/cfg: allow unused extern crates 2017-08-27 16:14:15 +09:00
check-style.sh
check.rs [check|build|rustc] Add --all-targets option 2017-08-11 11:58:01 -07:00
clean.rs Assert that we don't build test project twice. 2017-02-15 23:29:57 +03:00
concurrent.rs Rename debug target to dev in build output 2017-01-11 21:10:29 -05:00
config.rs Shared the test suite into multiple binaries 2016-05-25 21:25:13 -07:00
cross-compile.rs Fix more tests 2017-07-09 16:30:27 +03:00
death.rs make certain dependencies Windows-only 2017-01-06 07:03:05 -05:00
dep-info.rs Add simple tests, cleanup 2017-01-27 11:40:58 -08:00
directory.rs Drop rustc-serialize dependency 2017-06-09 00:56:48 +03:00
doc.rs Adds tests 2017-07-27 21:49:27 +02:00
features.rs Using required dep as a feature is a warning for now, not an error 2017-08-18 19:37:12 +02:00
fetch.rs Shared the test suite into multiple binaries 2016-05-25 21:25:13 -07:00
freshness.rs Include package props with env vars into target metadata 2017-03-23 22:55:08 +03:00
generate-lockfile.rs Simplify lockfile tests 2016-08-25 14:16:17 +03:00
git.rs fixed #4310, print useful information when git Cargo.toml is malformed 2017-07-30 16:12:18 +02:00
init.rs Revert "Fix for #3722" 2017-03-29 21:52:23 +02:00
install.rs Fix implementation and tests for cannot-be-a-base-url canonicalization 2017-08-11 17:39:18 +02:00
jobserver.rs Purge unused extern crates 2017-08-26 18:59:51 +09:00
local-registry.rs Should not have to specify crates-io registry URL to replace-with 2016-09-26 10:56:19 -04:00
lockfile-compat.rs Simplify cli-handling functions 2017-01-30 10:19:32 +03:00
login.rs Fix an incorrect merge of credentials. Add a new test for that. 2017-06-21 19:48:40 +03:00
metadata.rs Expose the target directory in cargo metadata 2017-05-10 10:14:57 -07:00
net-config.rs More updates for OpenSSL 1.1.0 2016-11-14 13:55:11 -08:00
new.rs Add a placeholder assertion in the new lib project template 2017-08-10 23:30:33 +01:00
overrides.rs Fix false positive about unused replace 2017-03-29 12:58:45 +03:00
package.rs Purge deps, round 2 2017-08-26 23:36:25 +09:00
patch.rs Implement the [patch] section of the manifest 2017-07-18 09:45:30 -07:00
path.rs Auto merge of #3611 - tylerwhall:stable-metadata, r=alexcrichton 2017-08-09 14:10:12 +00:00
plugins.rs Fix tests 2017-07-09 13:31:42 +03:00
proc-macro.rs Discover crate type information late if necessary. 2017-08-26 08:52:20 -06:00
profiles.rs Assert that we don't build test project twice. 2017-02-15 23:29:57 +03:00
publish.rs Added comments indicating which parts should be removed at appropriate time 2017-06-22 16:34:57 -04:00
read-manifest.rs Fixed tests 2017-02-09 21:20:56 +03:00
registry.rs replace instances of flag --host with --index in publish, still supports --host however deprecation warning is issued 2017-06-22 15:32:30 -04:00
required-features.rs Less strict tests regarding libtest's stdout 2017-05-16 05:22:52 +03:00
resolve.rs Purge unused extern crates 2017-08-26 18:59:51 +09:00
run.rs AllKinds tests: cargo-run 2017-04-10 20:20:32 +02:00
rustc.rs Allow debuginfo level to be specified 2017-01-12 20:11:29 -08:00
rustdoc.rs Rename debug target to dev in build output 2017-01-11 21:10:29 -05:00
rustdocflags.rs Made doc subcommand print duration 2017-01-18 22:38:22 +03:00
rustflags.rs Fix support of [target.'cfg(...)'] syntax for rustc and rustdoc flags 2017-07-13 15:49:35 +02:00
search.rs Modified tests to use '--index' instead of '--host', added test to support using '--host' with warning message, added test to support using both '--host' and '--index' with warning message for host 2017-07-10 11:22:01 -04:00
test.rs Allow to skip test code during publishing 2017-08-12 18:20:27 +03:00
tool-paths.rs Allow runner params 2017-05-12 23:14:11 +01:00
verify-project.rs Shared the test suite into multiple binaries 2016-05-25 21:25:13 -07:00
version.rs Drop rustc-serialize dependency 2017-06-09 00:56:48 +03:00
warn-on-failure.rs Always emit build script warnings for crates that fail to build 2017-04-08 19:09:14 -07:00
workspaces.rs Adds tests 2017-07-27 21:49:27 +02:00