Home
last modified time | relevance | path

Searched refs:cargo (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/minimal-lexical/ci/
H A Dtest.sh9 # Print our cargo version, for debugging.
10 cargo --version
33 cargo check --tests $check_features
39 cargo build $DEFAULT_FEATURES
40 cargo build $DEFAULT_FEATURES --release
53 cargo test $DEFAULT_FEATURES $DOCTESTS
54 cargo test $DEFAULT_FEATURES $DOCTESTS --release
64 cargo test $DEFAULT_FEATURES $DOCTESTS
65 cargo test $DEFAULT_FEATURES $DOCTESTS --release
75 RUSTFLAGS="--deny warnings" cargo
[all...]
/third_party/rust/crates/regex/bench/
H A Drun16 exec cargo bench --bench bench --features re-rust "$@"
19 exec cargo bench --bench bench --features re-rust-bytes "$@"
22 exec cargo bench --bench bench --features re-re2 "$@"
25 exec cargo bench --bench bench --features re-pcre1 "$@"
28 exec cargo bench --bench bench --features re-pcre2 "$@"
31 exec cargo bench --bench bench --features re-onig "$@"
34 exec cargo bench --bench bench --features re-tcl "$@"
/third_party/rust/crates/libc/ci/
H A Dbuild.sh44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"
47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"
55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
61 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \
64 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
72 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \
75 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
83 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" \
86 RUSTFLAGS="-A improper_ctypes_definitions" cargo "
[all...]
H A Drun-docker.sh12 # subdir) from where the `cargo` binary in `$PATH` lives.
13 DEFAULT_CARGO_HOME="$(dirname "$(dirname "$(command -v cargo)")")"
44 --env CARGO_HOME=/cargo \
46 --volume "$CARGO_HOME":/cargo \
75 --env CARGO_HOME=/cargo \
77 --volume "$CARGO_HOME":/cargo \
88 && cargo build -Z build-std=core,alloc --target ci/switch.json"
/third_party/rust/crates/clap/
H A DMakefile18 _FEATURES_wasm = --no-default-features --features "std help usage error-context suggestions" --features "deprecated derive cargo env unicode string unstable-replace"
19 _FEATURES_full = --features "deprecated derive cargo env unicode string unstable-replace wrap_help"
25 cargo check ${_FEATURES_${@:check-%=%}} ${ARGS}
28 cargo check ${_FEATURES_${@:check-%=%}} --all-targets ${ARGS}
31 cargo test ${_FEATURES_${@:build-%=%}} --all-targets --no-run ${ARGS}
34 cargo test ${_FEATURES_${@:test-%=%}} ${ARGS}
37 cargo clippy ${_FEATURES_${@:clippy-%=%}} ${ARGS} --all-targets -- -D warnings -A deprecated
40 cargo +${MSRV} test --test derive_ui --features derive ${_FEATURES_${@:test-ui-%=%}}
43 cargo doc --workspace --all-features --no-deps --document-private-items
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat29 cargo test --features "%BINDGEN_FEATURES%" || exit /b 1
32 cargo test --features "%BINDGEN_FEATURES% testing_only_extra_assertions" || exit /b 1
35 cargo test --release --features "%BINDGEN_FEATURES% testing_only_extra_assertions" || exit /b 1
41 cargo test || exit /b 1
42 cargo test --release || exit /b 1
48 cargo test --features "%BINDGEN_FEATURES%" || exit /b 1
49 cargo test --release --features "%BINDGEN_FEATURES%" || exit /b 1
H A Dtest.sh129 RUSTFLAGS="-Dwarnings" cargo check $CARGO_ARGS
133 (cd bindgen-tests && cargo test $CARGO_ARGS)
139 (cd bindgen-integration && cargo test $CARGO_ARGS)
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dinto_app.rs41 clippy::cargo, in gen_for_struct()
81 clippy::cargo, in gen_for_enum()
H A Dvalue_enum.rs63 clippy::cargo, in gen_for_enum()
H A Dsubcommand.rs77 clippy::cargo, in gen_for_enum()
103 clippy::cargo, in gen_for_enum()
H A Dargs.rs106 clippy::cargo, in gen_for_struct()
141 clippy::cargo, in gen_for_struct()
/third_party/rust/crates/clap/clap_complete/tests/
H A Dexamples.rs11 t.register_bins(trycmd::cargo::compile_examples(["--features", &features]).unwrap()); in example_tests()
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs12 mod cargo; modules
/third_party/rust/crates/clap/tests/
H A Dexamples.rs14 #[cfg(feature = "cargo")] in example_tests()
15 "cargo", in example_tests()
32 t.register_bins(trycmd::cargo::compile_examples(["--features", &features]).unwrap()); in example_tests()
H A Dui.rs14 #[cfg(feature = "cargo")] in ui_tests()
15 "cargo", in ui_tests()
32 t.register_bins(trycmd::cargo::compile_examples(["--features", &features]).unwrap()); in ui_tests()
/third_party/python/Lib/test/
H A Dtest_gc.py966 cargo = Cargo()
967 cargo_id = id(cargo)
969 # Create a cycle between cargo and laz
970 laz.cargo = cargo
971 cargo.laz = laz
975 del laz, cargo
979 self.assertTrue(hasattr(instance, "cargo"))
980 self.assertEqual(id(instance.cargo), cargo_id)
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py153 def cargo(): function
156 check_call(['cargo', 'build', '--release'])
166 command = ['cargo', 'run', '--bin', test, '--release']
226 cargo()
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs22 //! println!("cargo:rerun-if-changed=src/main.rs");
23 //! println!("cargo:rerun-if-changed=src/demo.cc");
24 //! println!("cargo:rerun-if-changed=include/demo.h");
42 //! $ cargo install cxxbridge-cmd # or build it from the repo
84 mod cargo; modules
96 use crate::cargo::CargoEnvCfgEvaluator;
/third_party/rust/crates/unicode-width/src/
H A Dtests.rs22 fn cargo(b: &mut Bencher) { in cargo() functions
/third_party/mesa3d/.gitlab-ci/container/
H A Dlava_build.sh199 rm -rf /root/.cargo
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs2501 // If we're running from a build script, try to find the cargo target. in find_effective_target()
2832 println!("cargo:warning={}", message); in emit_warnings()
2982 /// When running inside a `build.rs` script, this can be used to make cargo invalidate the
2996 println!("cargo:rerun-if-changed={}", filename); in include_file()

Completed in 12 milliseconds