cargo/tests/testsuite
bors cdcb8f29d2 Auto merge of #6382 - ehuss:fix-builtin-alias, r=alexcrichton
Fix built-in aliases taking arguments.

The built-in aliases weren't parsing their arguments. Change implementation to treat built-in aliases the same as user aliases.

Fixes #6381
2018-12-06 14:35:08 +00:00
..
support Auto merge of #6366 - Eh2406:faster-filtered-search, r=alexcrichton 2018-12-02 14:37:25 +00:00
alt_registry.rs Allow usernames in alt registry URLs 2018-10-30 18:01:44 -07:00
bad_config.rs Include path to manifest in workspace warnings. 2018-11-07 11:17:29 -08:00
bad_manifest_path.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
bench.rs Trim the bench test so it cannot be non-deterministic 2018-12-01 18:35:31 +00:00
build.rs Include executable in JSON output. 2018-11-30 22:12:30 +00:00
build_auth.rs Drop the libgit2 User-Agent testing from http_auth_offered 2018-09-09 09:17:07 +01:00
build_lib.rs Update the testsuite to include the explicit '--color' flags. 2018-09-12 11:59:08 +08:00
build_plan.rs Use kebab-case for CompileMode, & discard some info 2018-11-18 18:32:54 +00:00
build_script.rs Auto merge of #6328 - ehuss:rename-cross-build-output, r=alexcrichton 2018-11-18 08:12:27 +00:00
build_script_env.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
cargo_alias_config.rs Fix built-in aliases taking arguments. 2018-12-05 09:29:10 -08:00
cargo_command.rs Fix cargo_command::cargo_subcommand_args test 2018-11-18 14:44:16 +00:00
cargo_features.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
cfg.rs Review comments! 2018-09-18 11:33:18 -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 Don't hardlink rmeta files. 2018-11-08 21:05:17 -08:00
clean.rs assert for non-release artifacts 2018-11-26 18:12:11 +03:00
collisions.rs Fix windows failure on collision_dylib. 2018-11-13 16:31:24 -08:00
concurrent.rs Remove hamcrest has_installed_exe & is_not 2018-08-29 10:26:12 +02:00
config.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
corrupt_git.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
cross_compile.rs Update the testsuite to include the explicit '--color' flags. 2018-09-12 11:59:08 +08:00
cross_publish.rs Resolve conflicts from upstream. 2018-09-09 16:59:48 -07:00
custom_target.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
death.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
dep_info.rs Remove hamcrest existing_file() 2018-08-29 10:26:12 +02:00
directory.rs Try to improve "version not found" error 2018-10-02 13:18:35 -07:00
doc.rs lang items need feature gates 2018-10-16 11:52:48 +02:00
edition.rs Stabilize edition key and add cargo new --edition 2018-09-06 11:28:10 -07:00
features.rs Fix dylib reuse with uplift. 2018-10-11 19:42:32 -07:00
fetch.rs Review comments! 2018-09-18 11:33:18 -07:00
fix.rs fix: Don't back out changes with --broken-code 2018-11-13 20:26:57 -08:00
freshness.rs Track panic in Unit early. 2018-10-12 13:41:20 -07:00
generate_lockfile.rs Correct spelling 2018-09-25 00:02:52 -07:00
git.rs Add debug info to git::two_deps_only_update_one test 2018-11-26 11:04:01 +00:00
init.rs Fix init::no_filename 2018-09-21 09:15:51 +01:00
install.rs Auto merge of #6065 - zachlute:change-project-to-package, r=dwijnand 2018-09-21 23:34:08 +00:00
jobserver.rs Make Project::process return Execs 2018-08-28 22:38:26 +02:00
local_registry.rs Print file paths instead of file:// URLs. 2018-09-07 19:42:59 -07:00
lockfile_compat.rs Specify lockfile path in --locked error msg 2018-09-20 16:52:19 +01:00
login.rs Remove hamcrest existing_file() 2018-08-29 10:26:12 +02:00
main.rs Check for duplicate output filenames. 2018-11-12 12:07:22 -08:00
member_errors.rs PackageId is copy, clippy thinks we dont need &PackageId or PackageId.clone() 2018-11-27 17:43:23 -05:00
metabuild.rs Fix metabuild::metabuild_build_plan 2018-11-18 18:39:08 +00:00
metadata.rs Remove/reworksome redundant .cwd(p.root()) in tests 2018-09-06 01:12:53 +01:00
net_config.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
new.rs Strip angle brackets from author email before passing to template. 2018-11-01 15:05:19 -07:00
out_dir.rs Don't include build scripts in --out-dir. 2018-11-10 09:48:07 -08:00
overrides.rs Review comments! 2018-09-18 11:33:18 -07:00
package.rs Fix package::include/exclude tests so they work even if running them not in cargo.git 2018-11-04 08:59:20 -08:00
patch.rs Review comments! 2018-09-18 11:33:18 -07:00
path.rs Print file paths instead of file:// URLs. 2018-09-07 19:42:59 -07:00
plugins.rs Fix add_plugin_deps-related tests. 2018-11-17 16:33:24 -08:00
proc_macro.rs Add warnings for crate-type = ["proc-macro"]. 2018-11-06 10:32:56 -08:00
profile_config.rs Print file paths instead of file:// URLs. 2018-09-07 19:42:59 -07:00
profile_overrides.rs Update the testsuite to include the explicit '--color' flags. 2018-09-12 11:59:08 +08:00
profile_targets.rs Use "test" profile for cargo build benchmarks. 2018-11-12 13:10:54 -08:00
profiles.rs Update the testsuite to include the explicit '--color' flags. 2018-09-12 11:59:08 +08:00
publish.rs Resolve merge conflicts with test string changes. 2018-09-09 16:48:57 -07:00
read_manifest.rs Remove/reworksome redundant .cwd(p.root()) in tests 2018-09-06 01:12:53 +01:00
registry.rs Try to improve "version not found" error 2018-10-02 13:18:35 -07:00
rename_deps.rs Stabilize the rename-dependency feature 2018-11-13 11:37:49 -08:00
required_features.rs Replace 'project' with 'package' in many strings and comments. 2018-09-20 23:47:09 -07:00
resolve.rs fuzzer found a bad case 2018-12-01 17:38:35 -05:00
run.rs Auto merge of #6330 - dwijnand:run_bin_example, r=alexcrichton 2018-11-19 18:01:37 +00:00
rustc.rs Use "test" profile for cargo build benchmarks. 2018-11-12 13:10:54 -08:00
rustc_info_cache.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
rustdoc.rs Do not add --color to rustdoc if it doesn't support it. 2018-09-12 12:00:00 +08:00
rustdocflags.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
rustflags.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
search.rs SourceId is copy, clippy thinks we dont need &SourceId or SourceId.clone() 2018-11-25 21:08:05 -05:00
shell_quoting.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
small_fd_limits.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
test.rs Simplify & fix int test test 2018-12-01 16:52:20 +00:00
tool_paths.rs Simplify tool_paths::absolute_tools test 2018-11-18 14:45:28 +00:00
update.rs Preserve multiline top comments 2018-10-18 06:44:12 +01:00
verify_project.rs Make verify-project honour unstable features 2018-11-17 22:57:06 +00:00
version.rs Migrate from tests fom assert_that/execs to .run() 2018-08-28 15:08:12 +02:00
warn_on_failure.rs Review comments! 2018-09-18 11:33:18 -07:00
workspaces.rs Include path to manifest in workspace warnings. 2018-11-07 11:17:29 -08:00