cargo/tests/testsuite
2024-01-31 10:42:58 -06:00
..
cargo Auto merge of #13296 - eopb:precise-pre-release-flag, r=epage 2024-01-15 15:15:56 +00:00
cargo_add Auto merge of #13272 - linyihai:cargo-add-public-manpage, r=epage 2024-01-11 21:13:02 +00:00
cargo_bench Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_build Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_check Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_clean Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_config Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_doc Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_fetch Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_fix Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_generate_lockfile Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_git_checkout
cargo_help Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_init fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
cargo_install Update stdout.log 2024-01-25 16:31:22 +08:00
cargo_locate_project Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_login Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_logout Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_metadata Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_new fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
cargo_owner Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_package Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_pkgid Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_publish Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_read_manifest Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_remove Add features to the default Cargo.toml file 2023-11-19 22:03:57 +08:00
cargo_report Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_run Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_rustc Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_rustdoc Add unstable --output-format option to "rustdoc" 2024-01-11 17:37:56 +02:00
cargo_search Auto merge of #12962 - hi-rustin:rustin-patch-cargo-search, r=weihanglo 2023-11-13 12:40:10 +00:00
cargo_test delete --lib unit test description 2024-01-05 11:40:33 +08:00
cargo_tree Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_uninstall Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_update Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_vendor Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_verify_project Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_version Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
cargo_yank Fix --quiet being used with nested subcommands. 2023-11-12 11:17:43 -08:00
mock-std
advanced_env.rs
alt_registry.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
artifact_dep.rs Fix some test output validation. 2023-11-15 15:10:18 -08:00
bad_config.rs fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
bad_manifest_path.rs
bench.rs fix(json-msg): use pkgid spec in in JSON messages 2024-01-17 11:31:19 -05:00
binary_name.rs fix(json-msg): use pkgid spec in in JSON messages 2024-01-17 11:31:19 -05:00
build.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
build_plan.rs
build_script.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
build_script_env.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
build_script_extra_link_arg.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
cache_lock.rs Rewrite the cache locker to use functions instead of macros. 2023-10-08 14:16:51 -07:00
cache_messages.rs
cargo_alias_config.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
cargo_command.rs fix(cli): Suggest cargo-search on bad commands 2023-10-17 14:46:30 -05:00
cargo_env_config.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
cargo_features.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
cargo_targets.rs
cfg.rs
check.rs fix(--package): accept ? if it's a valid pkgid spec 2024-01-18 00:45:35 -05:00
check_cfg.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
clean.rs refactor: replace iter_join with itertools::join 2024-01-09 15:38:22 -05:00
collisions.rs feat(doc): Print the generated docs links 2023-10-19 10:51:56 -05:00
concurrent.rs
config.rs fix(config): Deprecate non-extension files 2024-01-26 15:16:11 -06:00
config_cli.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
config_include.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
corrupt_git.rs
credential_process.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
cross_compile.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
cross_publish.rs
custom_target.rs test: data layout fix for x86_64-unknown-none-gnu 2024-01-28 15:52:14 -05:00
death.rs bug: corruption when killed while writing 2023-10-01 08:29:24 -04:00
dep_info.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
diagnostics.rs fix(toml): Improve map/sequence error message 2024-01-31 10:42:58 -06:00
direct_minimal_versions.rs
directory.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
doc.rs fix(json-msg): use pkgid spec in in JSON messages 2024-01-17 11:31:19 -05:00
docscrape.rs Don't filter on workspace members when scraping doc examples 2023-11-30 17:38:49 +01:00
edition.rs
error.rs
features.rs refactor(util-schemas): error type for restricted_names 2023-12-20 10:38:02 -05:00
features2.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
features_namespaced.rs Auto merge of #12914 - epage:metadata, r=weihanglo 2024-01-15 15:45:36 +00:00
fetch.rs Fix some test output validation. 2023-11-15 15:10:18 -08:00
fix.rs cargo fix: Call rustc fewer times. 2024-01-02 15:03:06 -08:00
fix_n_times.rs cargo fix: Call rustc fewer times. 2024-01-02 15:03:06 -08:00
freshness.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
future_incompat_report.rs
generate_lockfile.rs Fix some test output validation. 2023-11-15 15:10:18 -08:00
git.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
git_auth.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
git_gc.rs
git_shallow.rs Implementation of shallow libgit2 fetches behind an unstable flag 2024-01-11 17:08:21 +09:00
glob_targets.rs feat(doc): Print the generated docs links 2023-10-19 10:51:56 -05:00
global_cache_tracker.rs Remove repetitive words 2023-12-29 13:55:24 +08:00
help.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
https.rs
inheritable_workspace_fields.rs test(manifest): Verify we warn on unused workspace.package fields 2024-01-08 09:21:31 -06:00
install.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
install_upgrade.rs fix: Report more detailed semver errors 2023-11-06 15:24:32 -06:00
jobserver.rs feat: inherit jobserver from env for all kinds of runner 2024-01-19 18:36:35 -05:00
lints.rs fix(manifest): Provide unused key warnings for lints table 2024-01-08 09:12:46 -06:00
list_availables.rs fix(cli): Clarify --test is for targets, not test functions 2023-11-03 15:45:00 -05:00
local_registry.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
locate_project.rs
lockfile_compat.rs feat(lockfile): stabilize v4 and prepare for v5 2024-01-03 15:58:31 -05:00
login.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
logout.rs Auto merge of #12588 - arlosi:logout-is-stable, r=weihanglo 2023-08-29 18:17:10 +00:00
lto.rs Ues strip_prefix for cleaner code 2023-09-07 17:57:28 +00:00
main.rs test(diagnostic): Show panic 2024-01-31 08:48:53 -06:00
member_discovery.rs
member_errors.rs feat: Add rustc style errors for manifest parsing 2023-12-15 13:30:10 -07:00
message_format.rs
messages.rs Fix cargo errors counter 2023-11-29 18:47:14 +02:00
metabuild.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
metadata.rs Auto merge of #12914 - epage:metadata, r=weihanglo 2024-01-15 15:45:36 +00:00
minimal_versions.rs
multitarget.rs feat(doc): Print the generated docs links 2023-10-19 10:51:56 -05:00
net_config.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
new.rs fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
offline.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
old_cargos.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
out_dir.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
owner.rs Create dedicated unstable flag for asymmetric-token 2023-08-24 00:12:50 -05:00
package.rs Remove the unnecessary backticks 2023-11-22 11:09:55 +08:00
package_features.rs
patch.rs Implementation of shallow libgit2 fetches behind an unstable flag 2024-01-11 17:08:21 +09:00
path.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
paths.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
pkgid.rs test(pkgid): keep package ID format in sync 2024-01-18 14:05:57 -05:00
precise_pre_release.rs Introduce -Zprecise-pre-release unstable flag 2024-01-14 18:52:33 +00:00
proc_macro.rs Deprecate rustc plugin support in cargo 2024-01-04 13:17:50 +01:00
profile_config.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
profile_custom.rs refactor(util-schemas): error type for restricted_names 2023-12-20 10:38:02 -05:00
profile_overrides.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
profile_targets.rs feat(doc): Print the generated docs links 2023-10-19 10:51:56 -05:00
profile_trim_paths.rs fix(trim-paths): remap common prefix only 2023-12-26 13:24:59 -05:00
profiles.rs Fix typo in test 2024-01-24 10:07:46 +01:00
progress.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
pub_priv.rs test: support publish package with a public field. 2024-01-03 04:08:59 +08:00
publish.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
publish_lockfile.rs Fix some test output validation. 2023-11-15 15:10:18 -08:00
read_manifest.rs refactor(metadata): Switch opaque ID from PackageID to PackageIDSpec 2023-12-06 08:58:56 -06:00
registry.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
registry_auth.rs feat: stabilize credential-process and registry-auth 2023-09-16 22:40:45 -05:00
rename_deps.rs
replace.rs Update test for override respects spec metadata 2023-11-29 18:47:27 +02:00
required_features.rs
run.rs Auto merge of #13335 - hi-rustin:rustin-patch-same-name, r=weihanglo 2024-01-30 13:25:13 +00:00
rust_version.rs feat: Add rustc style errors for manifest parsing 2023-12-15 13:30:10 -07:00
rustc.rs
rustc_info_cache.rs
rustdoc.rs fix(cargo-rustdoc): use same path by output format logic everywhere 2024-01-19 08:42:48 +08:00
rustdoc_extern_html.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
rustdocflags.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
rustflags.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
rustup.rs
script.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
search.rs Add a new package cache locking system. 2023-10-08 14:16:51 -07:00
shell_quoting.rs
source_replacement.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
ssh.rs add a missing is: 2023-09-08 15:14:10 -04:00
standard_lib.rs
test.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
timings.rs
tool_paths.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
tree.rs generalise suggestion on abiguous spec 2023-09-18 16:34:17 +01:00
tree_graph_features.rs
unit_graph.rs Update existing tests 2024-01-07 09:48:02 +01:00
update.rs fix(cargo-update): once warn once for --precise <yanked> 2024-01-29 16:00:01 -05:00
vendor.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
verify_project.rs
version.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
warn_on_failure.rs Update other tests to use cargo:: syntax 2023-12-23 13:17:55 +08:00
weak_dep_features.rs
workspaces.rs fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
yank.rs Create dedicated unstable flag for asymmetric-token 2023-08-24 00:12:50 -05:00