cargo/tests/testsuite
2024-03-23 10:26:02 -06:00
..
cargo feat: Add -Zcargo-lints 2024-03-23 10:24:50 -06:00
cargo_add feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
cargo_bench chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_build chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_check chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_clean chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_config chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_doc chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_fetch chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_fix chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_generate_lockfile chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_git_checkout test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_help chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_init Auto merge of #13606 - dvdhrm:pr/initlib, r=weihanglo 2024-03-19 15:39:48 +00:00
cargo_install chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_locate_project chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_login chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_logout chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_metadata chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_new chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_owner chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_package chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_pkgid chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_publish chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_read_manifest chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_remove chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_report chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_run chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_rustc chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_rustdoc chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_search chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_test chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_tree chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_uninstall chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_update chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_vendor chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_verify_project chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_version chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
cargo_yank chore: Fix minor grammar nit in command-line help 2024-03-18 14:32:28 +01:00
lints feat: Add a basic linting system 2024-03-23 10:26:02 -06:00
mock-std fix: hack around libsysroot instead of libtest 2023-05-05 14:48:37 +01:00
advanced_env.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
alt_registry.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
artifact_dep.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
bad_config.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
bad_manifest_path.rs chore: update bad_manifest_path test to use check 2023-02-15 15:28:48 -06:00
bench.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
binary_name.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
build.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
build_plan.rs refactor(testsuite): Replace [project] with [package] 2022-09-26 09:51:16 -06:00
build_script.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05: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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
cache_lock.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07:00
cache_messages.rs fix(rustc): Always pass --edition to rustc 2024-02-28 15:35:41 -06:00
cargo_alias_config.rs fix(alias): dont panic when resolving an empty alias 2024-03-21 00:44:18 -04: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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
cargo_targets.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cfg.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
check.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
check_cfg.rs test: Make edition explicit on packages 2024-02-29 15:48:41 -06:00
clean.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
collisions.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
concurrent.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
config.rs refactor(context): Rename config mod to context 2024-02-29 16:08:08 -06:00
config_cli.rs refactor(context): Rename config mod to context 2024-02-29 16:08:08 -06:00
config_include.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07:00
corrupt_git.rs chore: update corrupt_git tests to use check 2023-02-20 12:20:46 -06:00
credential_process.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
cross_compile.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
cross_publish.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
custom_target.rs test: Make edition explicit on packages 2024-02-29 15:48:41 -06:00
death.rs bug: corruption when killed while writing 2023-10-01 08:29:24 -04:00
dep_info.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
diagnostics.rs fix(toml): Improve map/sequence error message 2024-01-31 10:42:58 -06:00
direct_minimal_versions.rs feat(resolver): -Zdirect-minimal-versions 2023-02-14 15:44:30 -06:00
directory.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
doc.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
docscrape.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
edition.rs fix(toml): Don't warn on unset Edition if only 2015 is compatible 2024-03-04 16:27:11 -06:00
error.rs
features.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
features2.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
features_namespaced.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
fetch.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
fix.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
fix_n_times.rs cargo fix: Call rustc fewer times. 2024-01-02 15:03:06 -08:00
freshness.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
future_incompat_report.rs Update future-incompat output test for latest nightly. 2024-02-15 09:36:40 -08:00
generate_lockfile.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
git.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
git_auth.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
git_gc.rs add -Zgitoxide=fetch feature toggle and implementation. 2023-03-02 12:35:50 +01:00
git_shallow.rs Implementation of shallow libgit2 fetches behind an unstable flag 2024-01-11 17:08:21 +09:00
glob_targets.rs fix(rustc): Always pass --edition to rustc 2024-02-28 15:35:41 -06:00
global_cache_tracker.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
help.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
https.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
inheritable_workspace_fields.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
install.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
install_upgrade.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
jobserver.rs feat: inherit jobserver from env for all kinds of runner 2024-01-19 18:36:35 -05:00
lints_table.rs feat: Add -Zcargo-lints 2024-03-23 10:24:50 -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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
locate_project.rs
lockfile_compat.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
main.rs feat: Add a basic linting system 2024-03-23 10:26:02 -06:00
member_discovery.rs refactor(context): Rename config mod to context 2024-02-29 16:08:08 -06:00
member_errors.rs refactor(context): Rename config mod to context 2024-02-29 16:08:08 -06:00
message_format.rs chore: update message_format tests to use check 2023-02-20 12:21:27 -06:00
messages.rs Change tests to support changes to suggestion 2024-02-01 03:47:27 +00:00
metabuild.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
metadata.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
minimal_versions.rs add a reason to masquerade_as_nightly_cargo so it is searchable 2022-07-15 21:32:23 -05:00
multitarget.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
net_config.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
new.rs fix(new): Print a note, rather than a comment, for more information 2024-01-29 15:38:04 -06:00
offline.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
old_cargos.rs Fix old_cargos tests 2024-02-12 10:41:34 -08:00
open_namespaces.rs feat(toml): Add support for open namespaces 2024-03-15 12:54:05 -05: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 test: Add test for packaging a public dependency 2024-03-01 20:19:41 +08:00
package_features.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
patch.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
path.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
paths.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05: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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profile_config.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profile_custom.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profile_overrides.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profile_targets.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profile_trim_paths.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
profiles.rs Fix debuginfo strip when using --target 2024-03-21 13:39:45 -07:00
progress.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
pub_priv.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
publish.rs fix(add): strip feature dep when dep is dev dep or target dev dep 2024-03-14 14:27:21 +08:00
publish_lockfile.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
read_manifest.rs refactor(metadata): Switch opaque ID from PackageID to PackageIDSpec 2023-12-06 08:58:56 -06:00
registry.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
registry_auth.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
rename_deps.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
replace.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
required_features.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
run.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
rust_version.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
rustc.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
rustc_info_cache.rs
rustdoc.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
rustdoc_extern_html.rs fix(rustdoc-map): dedup --extern-html-too-url for same unit 2024-03-05 20:08:29 -05:00
rustdocflags.rs test: target.triple.rustdocflags works for doctest 2024-02-20 19:15:53 -05:00
rustflags.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
rustup.rs Add an optimization when running under rustup. 2023-05-03 13:45:54 -07:00
script.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
search.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07:00
shell_quoting.rs refactor(testsuite): Replace [project] with [package] 2022-09-26 09:51:16 -06:00
source_replacement.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
ssh.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
standard_lib.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
test.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
timings.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
tool_paths.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -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 feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
vendor.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
verify_project.rs add a reason to masquerade_as_nightly_cargo so it is searchable 2022-07-15 21:32:23 -05:00
version.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
warn_on_failure.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
weak_dep_features.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
workspaces.rs feat(lock): Print lockfile changes on all commands 2024-03-12 13:39:56 -05:00
yank.rs Create dedicated unstable flag for asymmetric-token 2023-08-24 00:12:50 -05:00