cargo/tests/testsuite
2021-02-24 14:43:00 -05:00
..
mock-std Revert "Check if rust-src contains a vendor dir, and patch it in" 2020-12-11 07:45:27 -08:00
advanced_env.rs Fixes for some test errors on Windows. 2019-12-19 09:44:02 -08:00
alt_registry.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
bad_config.rs Reject ambiguous git dependency declaration. 2020-12-16 13:10:11 -08:00
bad_manifest_path.rs Minor testsuite organization. 2019-11-24 18:42:45 -08:00
bench.rs Publish target's "doc" setting when emitting metadata 2020-11-17 19:54:17 -06:00
build.rs Auto merge of #9112 - alexcrichton:split-debuginfo, r=ehuss 2021-02-03 22:50:15 +00:00
build_plan.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
build_script.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
build_script_env.rs Restrict RUSTC_BOOTSTRAP in build.rs 2021-02-24 14:43:00 -05:00
build_script_extra_link_arg.rs Rename rustc-bin-link-arg to rustc-link-arg-bins. 2020-11-09 15:16:32 +01:00
cache_messages.rs Fix redundant semicolon. 2020-12-31 08:44:34 -08:00
cargo_alias_config.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
cargo_command.rs Squash warnings on the nightly channel 2021-02-09 07:30:08 -08:00
cargo_env_config.rs Change env section parsing 2021-02-20 13:49:08 -08:00
cargo_features.rs Rework cargo-features a little. 2021-01-21 12:16:35 -08:00
cargo_targets.rs Warn on Windows about reserved target names. 2020-03-02 16:04:25 -08:00
cfg.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
check.rs Stabilize RUSTC_WORKSPACE_WRAPPER 2020-12-13 23:50:15 +01:00
clean.rs Address latest reivew suggestions 2021-01-27 01:14:31 +01:00
collisions.rs Fix panic with doc collision orphan. 2021-02-05 10:02:34 -08:00
concurrent.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
config.rs Prevent testsuite from loading config out of sandbox. 2021-02-10 17:39:38 -08:00
config_cli.rs Revert misfeatures 2020-07-07 23:38:26 -06:00
config_include.rs Fix tests with enoent error message on non-english systems. 2020-05-29 12:34:17 -07:00
corrupt_git.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
credential_process.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
cross_compile.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
cross_publish.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
custom_target.rs Fix custom_target_dependency test. 2020-11-27 06:50:08 -08:00
death.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
dep_info.rs Bump to 0.51.0 2020-11-23 17:34:18 -08:00
directory.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
doc.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
edition.rs Make edition transitions easier. 2021-02-19 14:29:44 -08:00
error.rs Rework internal errors. 2020-02-17 19:03:57 -08:00
features.rs Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
features2.rs Make "2" the default resolver in the 2021 edition. 2021-02-17 22:06:58 -08:00
features_namespaced.rs Add features2 to the index. 2021-02-10 11:15:19 -08:00
fetch.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
fix.rs cargo fix: Remove --prepare-for option. 2021-02-19 14:29:45 -08:00
freshness.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
generate_lockfile.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
git.rs Add back in deleted tests 2021-02-09 07:29:01 -08:00
git_auth.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
git_gc.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
glob_targets.rs Change Fixing to Fixed, and add a verbose "Fixing". 2021-02-17 20:41:38 -08:00
help.rs New namespaced features implementation. 2020-10-23 16:04:41 -07:00
init.rs Add some extra help to cargo new and invalid package names. 2021-01-24 13:21:25 -08:00
install.rs Do not exit prematurely if anything failed installing. 2021-02-19 09:53:46 +01:00
install_upgrade.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
jobserver.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
list_availables.rs test: list availables for clean,tree,update 2020-10-28 02:46:20 +08:00
local_registry.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
locate_project.rs --workspace flag for locate-project to find the workspace root 2020-09-23 18:39:21 -04:00
lockfile_compat.rs Change git dependencies to use HEAD by default 2021-02-04 08:54:40 -08:00
login.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
logout.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
lto.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
main.rs Auto merge of #9175 - wickerwaka:env-section, r=alexcrichton 2021-02-23 15:22:59 +00:00
member_discovery.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
member_errors.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
message_format.rs Add "build-finished" JSON message. 2020-04-04 18:56:50 -07:00
metabuild.rs Publish target's "doc" setting when emitting metadata 2020-11-17 19:54:17 -06:00
metadata.rs Auto merge of #8994 - jonhoo:manifest-in-local-deps-meta, r=ehuss 2021-01-06 00:01:52 +00:00
minimal_versions.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
multitarget.rs clippy fixes 2020-05-01 01:16:30 +02:00
net_config.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
new.rs Squash warnings on the nightly channel 2021-02-09 07:30:08 -08:00
offline.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
old_cargos.rs Include the index version in the index cache. 2021-02-19 10:51:38 -08:00
out_dir.rs Add split-debuginfo profile option 2021-02-01 09:21:36 -08:00
owner.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
package.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
package_features.rs Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
patch.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
path.rs Fix a bug in Cargo's cyclic dep graph detection 2021-01-14 10:43:06 -08:00
paths.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
pkgid.rs Add suggestion for bad package id. 2021-01-22 13:38:53 -08:00
plugins.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
proc_macro.rs Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
profile_config.rs Don't change the macOS default just yet 2021-02-03 14:06:41 -08:00
profile_custom.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
profile_overrides.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
profile_targets.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
profiles.rs Allow true and false as options for strip option 2021-02-10 00:19:10 +00:00
progress.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
pub_priv.rs Rework cargo-features a little. 2021-01-21 12:16:35 -08:00
publish.rs Add a ResponseError for registry API interaction. 2021-02-02 17:44:57 -08:00
publish_lockfile.rs Rework cargo-features a little. 2021-01-21 12:16:35 -08:00
read_manifest.rs Publish target's "doc" setting when emitting metadata 2020-11-17 19:54:17 -06:00
registry.rs Add a schema version to the index. 2021-02-10 10:58:07 -08:00
rename_deps.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
replace.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
required_features.rs Test for sort available binaries when multiple 2021-01-12 23:18:41 +01:00
run.rs test: be consistent on error message styles 2020-10-10 06:58:06 +08:00
rust_version.rs Don't try to parse MSRV if feature is not enabled 2021-01-30 23:14:30 +01:00
rustc.rs Fix usage of assert methods 2021-02-21 22:58:31 -05:00
rustc_info_cache.rs Cache failures in the rustc info cache 2021-02-01 11:29:25 -08:00
rustdoc.rs test: normalize raw string indentation. 2020-10-10 07:44:57 +08:00
rustdoc_extern_html.rs Add RegistryBuilder to help initializing test registries. 2021-02-02 15:48:48 -08:00
rustdocflags.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
rustflags.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
search.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
shell_quoting.rs Minor testsuite organization. 2019-11-24 18:42:45 -08:00
standard_lib.rs Fix tests not working with a different CARGO_TARGET_DIR. 2020-12-16 11:19:32 -08:00
test.rs Run rustdoc doctests relative to the workspace 2021-02-22 20:33:31 +01:00
timings.rs Minor testsuite organization. 2019-11-24 18:42:45 -08:00
tool_paths.rs Combine target env tests. 2021-02-14 11:32:18 -08:00
tree.rs Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
tree_graph_features.rs Switch --invert to take the package name as an argument. 2020-04-03 19:52:21 -07:00
unit_graph.rs Add split-debuginfo profile option 2021-02-01 09:21:36 -08:00
update.rs Change git dependencies to use HEAD by default 2021-02-04 08:54:40 -08:00
vendor.rs Fix permission issue with cargo vendor. 2021-02-03 17:37:00 -08:00
verify_project.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
version.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
warn_on_failure.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
weak_dep_features.rs Add features2 to the index. 2021-02-10 11:15:19 -08:00
workspaces.rs Add some extra help to cargo new and invalid package names. 2021-01-24 13:21:25 -08:00
yank.rs Normalize raw string indentation. 2020-09-26 17:59:58 -07:00