Home
last modified time | relevance | path

Searched refs:cargo (Results 1 – 25 of 6013) sorted by relevance

12345678910>>...241

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/
H A DSUMMARY.md45 * [cargo](commands/cargo.md)
46 * [cargo help](commands/cargo-help.md)
49 * [cargo bench](commands/cargo-bench.md)
53 * [cargo doc](commands/cargo-doc.md)
55 * [cargo fix](commands/cargo-fix.md)
56 * [cargo run](commands/cargo-run.md)
59 * [cargo test](commands/cargo-test.md)
65 * [cargo tree](commands/cargo-tree.md)
70 * [cargo init](commands/cargo-init.md)
72 * [cargo new](commands/cargo-new.md)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/
H A DSUMMARY.md45 * [cargo](commands/cargo.md)
46 * [cargo help](commands/cargo-help.md)
49 * [cargo bench](commands/cargo-bench.md)
53 * [cargo doc](commands/cargo-doc.md)
55 * [cargo fix](commands/cargo-fix.md)
56 * [cargo run](commands/cargo-run.md)
59 * [cargo test](commands/cargo-test.md)
65 * [cargo tree](commands/cargo-tree.md)
70 * [cargo init](commands/cargo-init.md)
72 * [cargo new](commands/cargo-new.md)
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/src/
H A DSUMMARY.md45 * [cargo](commands/cargo.md)
46 * [cargo help](commands/cargo-help.md)
49 * [cargo bench](commands/cargo-bench.md)
53 * [cargo doc](commands/cargo-doc.md)
55 * [cargo fix](commands/cargo-fix.md)
56 * [cargo run](commands/cargo-run.md)
59 * [cargo test](commands/cargo-test.md)
65 * [cargo tree](commands/cargo-tree.md)
70 * [cargo init](commands/cargo-init.md)
72 * [cargo new](commands/cargo-new.md)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Drequired_features.rs46 p.cargo("build").run(); in build_bin_default_features()
123 p.cargo("build").run(); in build_bin_multiple_required_features()
292 p.cargo("test") in test_default_features()
390 p.cargo("test") in test_multiple_required_features()
455 p.cargo("bench") in bench_default_features()
593 p.cargo("bench") in bench_multiple_required_features()
993 p.cargo("test") in dep_feature_in_cmd_line()
1073 p.cargo("test") in test_skips_compiling_bin_with_missing_required_features()
1138 p.cargo("run") in run_default()
1189 p.cargo("run") in run_default_multiple_required_features()
[all …]
H A Dtree.rs44 p.cargo("tree") in simple()
104 p.cargo("tree") in virtual_workspace()
120 p.cargo("tree") in virtual_workspace()
202 p.cargo("tree") in dedupe_edges()
241 p.cargo("tree") in renamed_deps()
284 p.cargo("tree") in source_kinds()
320 p.cargo("tree") in features()
411 p.cargo("tree") in filters_target()
539 p.cargo("tree") in dep_kinds()
654 p.cargo("tree") in cyclic_dev_dep()
[all …]
H A Drustflags.rs27 p.cargo("build --lib") in env_rustflags_normal_source()
42 p.cargo("test") in env_rustflags_normal_source()
47 p.cargo("bench") in env_rustflags_normal_source()
400 p.cargo("build") in env_rustflags_recompile()
413 p.cargo("build") in env_rustflags_recompile2()
425 p.cargo("build") in env_rustflags_no_recompile()
467 p.cargo("test") in build_rustflags_normal_source()
471 p.cargo("bench") in build_rustflags_normal_source()
986 p.cargo("test") in target_rustflags_normal_source()
1031 p.cargo("test") in target_rustflags_precedence()
[all …]
H A Dtest.rs40 p.cargo("test") in cargo_test_simple()
374 p.cargo("test") in cargo_test_failing_test_in_bin()
422 p.cargo("test") in cargo_test_failing_test_in_test()
461 p.cargo("test") in cargo_test_failing_test_in_lib()
535 p.cargo("test") in test_with_lib_dep()
588 p.cargo("test") in test_with_deep_lib_dep()
638 p.cargo("test") in external_test_explicit()
698 p.cargo("test") in external_test_implicit()
815 p.cargo("test") in lib_bin_same_name()
856 p.cargo("test") in lib_with_standard_name()
[all …]
H A Dpackage_features.rs67 p.cargo("check --features foo") in virtual_no_default_features()
151 p.cargo("check --features f1") in virtual_features()
344 p.cargo("run --features test") in feature_default_resolver()
349 p.cargo("run --features a/test") in feature_default_resolver()
415 p.cargo("check -p a") in virtual_member_slash()
489 p.cargo("build -p dep") in non_member()
583 p.cargo("fetch").run(); in non_member_feature()
586 p.cargo("check -p bar") in non_member_feature()
624 p.cargo("check -p bar") in non_member_feature()
669 p.cargo("check -p bar -v") in non_member_feature()
[all …]
H A Dfeatures2.rs66 p.cargo("check") in inactivate_targets()
276 p.cargo("check") in decouple_host_deps()
340 p.cargo("check") in decouple_host_deps_nested()
830 p.cargo("run") in required_features_host_dep()
1019 p.cargo("run") in decouple_proc_macro()
1268 p.cargo("build") in resolver_bad_setting()
1324 p.cargo("check") in resolver_original()
1352 p.cargo("build") in resolver_not_both()
1388 p.cargo("check") in resolver_ws_member()
1426 p.cargo("check") in resolver_ws_root_and_member()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Drequired_features.rs46 p.cargo("build").run(); in build_bin_default_features()
123 p.cargo("build").run(); in build_bin_multiple_required_features()
292 p.cargo("test") in test_default_features()
390 p.cargo("test") in test_multiple_required_features()
455 p.cargo("bench") in bench_default_features()
593 p.cargo("bench") in bench_multiple_required_features()
993 p.cargo("test") in dep_feature_in_cmd_line()
1073 p.cargo("test") in test_skips_compiling_bin_with_missing_required_features()
1138 p.cargo("run") in run_default()
1189 p.cargo("run") in run_default_multiple_required_features()
[all …]
H A Dtree.rs44 p.cargo("tree") in simple()
104 p.cargo("tree") in virtual_workspace()
120 p.cargo("tree") in virtual_workspace()
202 p.cargo("tree") in dedupe_edges()
241 p.cargo("tree") in renamed_deps()
284 p.cargo("tree") in source_kinds()
320 p.cargo("tree") in features()
411 p.cargo("tree") in filters_target()
539 p.cargo("tree") in dep_kinds()
654 p.cargo("tree") in cyclic_dev_dep()
[all …]
H A Drustflags.rs27 p.cargo("build --lib") in env_rustflags_normal_source()
42 p.cargo("test") in env_rustflags_normal_source()
47 p.cargo("bench") in env_rustflags_normal_source()
400 p.cargo("build") in env_rustflags_recompile()
413 p.cargo("build") in env_rustflags_recompile2()
425 p.cargo("build") in env_rustflags_no_recompile()
467 p.cargo("test") in build_rustflags_normal_source()
471 p.cargo("bench") in build_rustflags_normal_source()
986 p.cargo("test") in target_rustflags_normal_source()
1031 p.cargo("test") in target_rustflags_precedence()
[all …]
H A Dtest.rs40 p.cargo("test") in cargo_test_simple()
307 p.cargo("test") in cargo_test_failing_test_in_bin()
355 p.cargo("test") in cargo_test_failing_test_in_test()
394 p.cargo("test") in cargo_test_failing_test_in_lib()
468 p.cargo("test") in test_with_lib_dep()
521 p.cargo("test") in test_with_deep_lib_dep()
571 p.cargo("test") in external_test_explicit()
631 p.cargo("test") in external_test_implicit()
748 p.cargo("test") in lib_bin_same_name()
789 p.cargo("test") in lib_with_standard_name()
[all …]
H A Dpackage_features.rs67 p.cargo("check --features foo") in virtual_no_default_features()
151 p.cargo("check --features f1") in virtual_features()
344 p.cargo("run --features test") in feature_default_resolver()
349 p.cargo("run --features a/test") in feature_default_resolver()
415 p.cargo("check -p a") in virtual_member_slash()
489 p.cargo("build -p dep") in non_member()
583 p.cargo("fetch").run(); in non_member_feature()
586 p.cargo("check -p bar") in non_member_feature()
624 p.cargo("check -p bar") in non_member_feature()
669 p.cargo("check -p bar -v") in non_member_feature()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Drequired_features.rs46 p.cargo("build").run(); in build_bin_default_features()
123 p.cargo("build").run(); in build_bin_multiple_required_features()
292 p.cargo("test") in test_default_features()
390 p.cargo("test") in test_multiple_required_features()
455 p.cargo("bench") in bench_default_features()
593 p.cargo("bench") in bench_multiple_required_features()
993 p.cargo("test") in dep_feature_in_cmd_line()
1073 p.cargo("test") in test_skips_compiling_bin_with_missing_required_features()
1138 p.cargo("run") in run_default()
1189 p.cargo("run") in run_default_multiple_required_features()
[all …]
H A Dtree.rs44 p.cargo("tree") in simple()
104 p.cargo("tree") in virtual_workspace()
120 p.cargo("tree") in virtual_workspace()
202 p.cargo("tree") in dedupe_edges()
241 p.cargo("tree") in renamed_deps()
284 p.cargo("tree") in source_kinds()
320 p.cargo("tree") in features()
411 p.cargo("tree") in filters_target()
539 p.cargo("tree") in dep_kinds()
654 p.cargo("tree") in cyclic_dev_dep()
[all …]
H A Drustflags.rs27 p.cargo("build --lib") in env_rustflags_normal_source()
42 p.cargo("test") in env_rustflags_normal_source()
47 p.cargo("bench") in env_rustflags_normal_source()
400 p.cargo("build") in env_rustflags_recompile()
413 p.cargo("build") in env_rustflags_recompile2()
425 p.cargo("build") in env_rustflags_no_recompile()
467 p.cargo("test") in build_rustflags_normal_source()
471 p.cargo("bench") in build_rustflags_normal_source()
986 p.cargo("test") in target_rustflags_normal_source()
1031 p.cargo("test") in target_rustflags_precedence()
[all …]
H A Dtest.rs40 p.cargo("test") in cargo_test_simple()
374 p.cargo("test") in cargo_test_failing_test_in_bin()
422 p.cargo("test") in cargo_test_failing_test_in_test()
461 p.cargo("test") in cargo_test_failing_test_in_lib()
535 p.cargo("test") in test_with_lib_dep()
588 p.cargo("test") in test_with_deep_lib_dep()
638 p.cargo("test") in external_test_explicit()
698 p.cargo("test") in external_test_implicit()
815 p.cargo("test") in lib_bin_same_name()
856 p.cargo("test") in lib_with_standard_name()
[all …]
H A Dpackage_features.rs67 p.cargo("check --features foo") in virtual_no_default_features()
151 p.cargo("check --features f1") in virtual_features()
344 p.cargo("run --features test") in feature_default_resolver()
349 p.cargo("run --features a/test") in feature_default_resolver()
415 p.cargo("check -p a") in virtual_member_slash()
489 p.cargo("build -p dep") in non_member()
583 p.cargo("fetch").run(); in non_member_feature()
586 p.cargo("check -p bar") in non_member_feature()
624 p.cargo("check -p bar") in non_member_feature()
669 p.cargo("check -p bar -v") in non_member_feature()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/
H A DCHANGELOG.md17 [#205](https://github.com/cargo-generate/cargo-generate/issues/205),
20 - [TEMPLATES.md: link to cargo-generate topic](https://github.com/cargo-generate/cargo-generate/pul…
25 [#407](https://github.com/cargo-generate/cargo-generate/pull/407)
35 - [Allow version requirement in `cargo-generate.toml`](https://github.com/cargo-generate/cargo-gene…
41 - [Allow cargo-generate.toml as alternative to cargo-generate.](https://github.com/cargo-generate/c…
100 - [chore(deps): bump cargo from 0.54.0 to 0.55.0](https://github.com/cargo-generate/cargo-generate/…
137cargo generate --git https://github.com/cargo-generate/cargo-generate tests/integration/helpers
254 `$CARGO_HOME/cargo-generate` or `$HOME/.cargo/cargo-generate`. You can read more
280 - [Bump cargo from 0.50.1 to 0.51.0](https://github.com/cargo-generate/cargo-generate/pull/294),
295 - [Bump cargo from 0.50.1 to 0.51.0](https://github.com/cargo-generate/cargo-generate/pull/294),
[all …]
/dports/lang/rust/cargo-1.57.0-x86_64-unknown-dragonfly/cargo/
H A Dmanifest.in1 file:bin/cargo
2 file:libexec/cargo-credential-1password
4 file:share/man/man1/cargo-clean.1
5 file:share/man/man1/cargo-rustc.1
10 file:share/man/man1/cargo-fetch.1
11 file:share/man/man1/cargo-tree.1
14 file:share/man/man1/cargo-doc.1
17 file:share/man/man1/cargo-run.1
18 file:share/man/man1/cargo-new.1
19 file:share/man/man1/cargo-fix.1
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-2.2.1/
H A D.travis.yml12 - cargo build
13 - cargo test
15 - cargo test
39 - cargo build
41 - cargo build
46 - cargo build
47 - cargo test --tests
49 - cargo test
55 - cargo build
56 - cargo test
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/commands/
H A Dbuild-commands.md2 * [cargo bench](cargo-bench.md)
3 * [cargo build](cargo-build.md)
4 * [cargo check](cargo-check.md)
5 * [cargo clean](cargo-clean.md)
6 * [cargo doc](cargo-doc.md)
7 * [cargo fetch](cargo-fetch.md)
8 * [cargo fix](cargo-fix.md)
9 * [cargo run](cargo-run.md)
10 * [cargo rustc](cargo-rustc.md)
11 * [cargo rustdoc](cargo-rustdoc.md)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/commands/
H A Dbuild-commands.md2 * [cargo bench](cargo-bench.md)
3 * [cargo build](cargo-build.md)
4 * [cargo check](cargo-check.md)
5 * [cargo clean](cargo-clean.md)
6 * [cargo doc](cargo-doc.md)
7 * [cargo fetch](cargo-fetch.md)
8 * [cargo fix](cargo-fix.md)
9 * [cargo run](cargo-run.md)
10 * [cargo rustc](cargo-rustc.md)
11 * [cargo rustdoc](cargo-rustdoc.md)
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/doc/src/commands/
H A Dbuild-commands.md2 * [cargo bench](cargo-bench.md)
3 * [cargo build](cargo-build.md)
4 * [cargo check](cargo-check.md)
5 * [cargo clean](cargo-clean.md)
6 * [cargo doc](cargo-doc.md)
7 * [cargo fetch](cargo-fetch.md)
8 * [cargo fix](cargo-fix.md)
9 * [cargo run](cargo-run.md)
10 * [cargo rustc](cargo-rustc.md)
11 * [cargo rustdoc](cargo-rustdoc.md)
[all …]

12345678910>>...241