cargo/tests/testsuite
2024-02-22 11:37:03 -06:00
..
cargo feat: Add "-Zpublic-dependency" for public-dependency feature 2024-02-27 05:10:17 +08:00
cargo_add test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_bench test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_build test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_check test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_clean test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_config test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_doc test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_fetch test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_fix test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_generate_lockfile test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_git_checkout test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_help test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_init test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_install test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_locate_project test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_login test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_logout test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_metadata test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_new test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_owner test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_package test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_pkgid test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_publish test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_read_manifest test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_remove test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_report test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_run test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_rustc test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_rustdoc test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_search test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_test test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_tree test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_uninstall test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_update test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_vendor test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_verify_project test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_version test(cli): Verify terminal styling 2024-02-21 20:20:41 -06:00
cargo_yank test(cli): Verify terminal styling 2024-02-21 20:20:41 -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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
artifact_dep.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06: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 fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
binary_name.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
build.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
build_plan.rs refactor(testsuite): Replace [project] with [package] 2022-09-26 09:51:16 -06:00
build_script.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cache_lock.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07:00
cache_messages.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_alias_config.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -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: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cargo_targets.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cfg.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
check.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
check_cfg.rs Silently ignore cargo::rustc-check-cfg to avoid MSRV annoyance 2024-02-24 19:52:52 +01:00
clean.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
collisions.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
concurrent.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
config.rs doc: link to GlobalContext item 2024-02-23 16:03:23 -05:00
config_cli.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cross_compile.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
cross_publish.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
custom_target.rs Update target data layout for LLVM update. 2024-02-15 08:47:26 -08: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
doc.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
docscrape.rs fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06:00
edition.rs chore: update edition tests to use check 2023-02-20 12:21:15 -06:00
error.rs
features.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
features2.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
features_namespaced.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
fetch.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
fix.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
fix_n_times.rs cargo fix: Call rustc fewer times. 2024-01-02 15:03:06 -08:00
freshness.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
future_incompat_report.rs Update future-incompat output test for latest nightly. 2024-02-15 09:36:40 -08:00
generate_lockfile.rs Fix some test output validation. 2023-11-15 15:10:18 -08:00
git.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
help.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
https.rs Fix self_signed_should_fail for macOS. 2023-05-06 12:41:34 -07:00
inheritable_workspace_fields.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06: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.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -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: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
locate_project.rs
lockfile_compat.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
main.rs test(diagnostic): Show panic 2024-01-31 08:48:53 -06:00
member_discovery.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07:00
member_errors.rs chore: Rename Config to GlobalContext 2024-02-20 11:55:15 -07: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 Auto merge of #12914 - epage:metadata, r=weihanglo 2024-01-15 15:45:36 +00: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
old_cargos.rs Fix old_cargos tests 2024-02-12 10:41:34 -08: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: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
package_features.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
patch.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
path.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
paths.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
profile_config.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
profile_custom.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
profile_overrides.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
profile_targets.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
profile_trim_paths.rs Fix unused imports on Windows. 2024-02-20 16:28:37 -08:00
profiles.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
progress.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06:00
pub_priv.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
publish.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
publish_lockfile.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
read_manifest.rs refactor(metadata): Switch opaque ID from PackageID to PackageIDSpec 2023-12-06 08:58:56 -06:00
registry.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
registry_auth.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
rename_deps.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
replace.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
required_features.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
run.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
rust_version.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
rustc.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
rustc_info_cache.rs
rustdoc.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
rustdoc_extern_html.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06: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 fix(compiler): Clarify we're showing a profile name 2024-02-08 14:01:39 -06: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
ssh.rs add a missing is: 2023-09-08 15:14:10 -04:00
standard_lib.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
test.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
timings.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
vendor.rs test(config): Shift to config.toml 2024-01-26 13:40:46 -06: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 test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
weak_dep_features.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
workspaces.rs test: Make edition explicit on packages 2024-02-22 11:37:03 -06:00
yank.rs Create dedicated unstable flag for asymmetric-token 2023-08-24 00:12:50 -05:00