Home
last modified time | relevance | path

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

12345678910>>...15

/external/rust/crates/criterion/ci/
Dscript.sh8 cargo clippy --all -- -D warnings
10 cargo clean
11 cargo doc --features "$FEATURES" --all --no-deps
16 travis-cargo doc-upload || true
18 cargo fmt --all -- --check
21 cargo build -Z minimal-versions
25 cargo build --features "$FEATURES" $BUILD_ARGS
27 cargo test --features "$FEATURES" --all
28 cargo test --features "$FEATURES" --benches
32 cargo test --benches
[all …]
/external/rust/crates/bytes/ci/
Dtest-stable.sh8 cargo install cargo-hack
13 cargo hack "${cmd}" --each-feature --optional-deps
15 cargo "${cmd}" --all-features
17 cargo doc --no-deps --all-features
21 cargo check --benches
24 cargo clean
25 cargo update -Zminimal-versions
26 cargo check --all-features
/external/rust/crates/smallvec/scripts/
Drun_miri.sh7 cargo clean
17 cargo miri setup
19 cargo miri test --verbose
20 cargo miri test --verbose --features union
21 cargo miri test --verbose --all-features
/external/rust/crates/libfuzzer-sys/
DREADME.md11 ### Use `cargo fuzz`!
13 [The recommended way to use this crate with `cargo fuzz`!][cargo-fuzz].
15 [cargo-fuzz]: https://github.com/rust-fuzz/cargo-fuzz
21 First create a new cargo project:
24 $ cargo new --bin fuzzed
51 $ cargo rustc -- \
/external/rust/crates/cast/ci/
Dscript.sh6 cargo check --target $TARGET --no-default-features
8 cargo test --features x128 --target $TARGET
9 cargo test --features x128 --target $TARGET --release
11 cargo build --target $TARGET --no-default-features
12 cargo build --target $TARGET
/external/rust/crates/regex/
Dtest8 cargo test
11 cargo test --doc
25 cargo test --test default --no-default-features --features "$f"
27 cargo test --test default-bytes --no-default-features --features "$f"
/external/rust/crates/clap/
Djustfile15 cargo test --test {{TEST}}
18 cargo test --test {{TEST}} --features debug
21 cargo test --features "yaml unstable"
24 cargo bench && just remove-nightly
33 cargo build --features lints && just remove-nightly
36 cargo clean
/external/oss-fuzz/infra/base-images/base-builder/
Dcargo26 crate_src_abspath=`cargo metadata --no-deps --format-version 1 | jq -r '.workspace_root'`
42 cargo build --bins
44 cd `cargo metadata --format-version 1 --no-deps | jq -r '.target_directory'`
51 /rust/bin/cargo "$@"
/external/rust/crates/libz-sys/ci/
Drun-docker.sh15 --env CARGO_HOME=/cargo \
16 --volume $HOME/.cargo:/cargo \
19 cargo run --manifest-path systest/Cargo.toml -vv
/external/rust/crates/weak-table/
DMakefile9 cargo build
13 rustup run nightly cargo build --features=clippy
16 cargo doc
21 cargo test
/external/rust/crates/vsock/
DMakefile29 cargo test --all
32 cargo fmt --all -- --check
35 cargo clippy --all-targets --all-features -- -D warnings
38 cargo clean
41 cargo build --lib
44 cargo build --manifest-path=echo_server/Cargo.toml
/external/rust/crates/libsqlite3-sys/
Dupgrade.sh19 cargo update
22 env LIBSQLITE3_SYS_BUNDLING=1 cargo build --features "buildtime_bindgen" --no-default-features
26 cargo update
27 cargo test --features "backup blob chrono functions limits load_extension serde_json trace vtab bun…
/external/rust/crates/plotters/
DCONTRIBUTING.md28 cargo test --doc
29 cargo build --release --examples
44 …e only guide line is we need to make sure `cargo fmt` doesn't change anything. So it's recommended…
76 cargo test --all-features
82 cargo test --no-default-features --lib
95 cargo install wasm-bindgen-cli
103 cargo test --lib --target wasm32-unknown-unknown
115 …r the code coverage information you may want to use [cargo-tarpaulin](https://crates.io/crates/car…
120 cargo install cargo-tarpaulin
127 cargo tarpaulin --all-features --run-types Tests Doctests -o Xml --output-dir target/test
Dpublish.sh23 cargo fmt
40 cargo +${MSRV} build
42 cargo publish
/external/oss-fuzz/docs/getting-started/new-project-guide/
Drust_lang.md22 ## cargo-fuzz support
24 Rust integration with OSS-Fuzz is expected to use [`cargo
25 fuzz`](https://github.com/rust-fuzz/cargo-fuzz) to build fuzzers. The `cargo
27 correct libFuzzer on OSS-Fuzz itself. Note that using `cargo fuzz` also makes it
32 First you'll want to follow the [setup instructions for `cargo fuzz`
65 `cargo fuzz` pre-installed and in `PATH`. In the `Dockerfile` for your project
82 cargo fuzz build -O
86 Note that you likely want to pass the `-O` flag to `cargo fuzz build` which
/external/flatbuffers/tests/
DRustTest.sh25 cargo test $TARGET_FLAG -- --quiet
34 cargo run $TARGET_FLAG --bin=alloc_check
43 cargo bench $TARGET_FLAG
/external/rust/crates/quiche/
DREADME.md55 $ cargo run --manifest-path=tools/apps/Cargo.toml --bin quiche-client -- https://quic.tech:8443/
61 $ cargo run --manifest-path=tools/apps/Cargo.toml --bin quiche-server -- \
240 When running ``cargo build``, a static library called ``libquiche.a`` will be
259 and then built using cargo:
262 $ cargo build --examples
265 cargo can also be used to run the testsuite:
268 $ cargo test
273 when building quiche using cargo, but requires the `cmake` command to be
283 $ QUICHE_BSSL_PATH="/path/to/boringssl" cargo build --examples
314 way using [cargo-ndk]. You need to install [cargo-ndk] first.
[all …]
/external/oss-fuzz/projects/libra/
Dbuild.sh35 cargo fetch
44 cargo run --bin libra-fuzzer list --no-desc > fuzzer_list
49 cargo run --bin libra-fuzzer generate -n 128 $line
85cargo build --manifest-path fuzz/Cargo.toml --bin fuzzer_builder --release --target x86_64-unknown…
/external/mesa3d/.gitlab-ci/
Dbuild-rust.sh11 mkdir -p $HOME/.cargo
12 ln -s /usr/local/bin $HOME/.cargo/bin
25 cat > /root/.cargo/config <<EOF
/external/rust/crates/libm/ci/
Drun-docker.sh19 -e CARGO_HOME=/cargo \
21 -v $(dirname $(dirname `which cargo`)):/cargo \
/external/rust/crates/grpcio/.github/PULL_REQUEST_TEMPLATE/
Dbug_fix.md19 * [ ] `cargo fmt -- --check` passes.
20 * [ ] `cargo +nightly clippy` has no warnings.
21 * [ ] `cargo test` passes.
Dfeature.md21 * [ ] `cargo fmt -- --check` passes.
22 * [ ] `cargo +nightly clippy` has no warnings.
23 * [ ] `cargo test` passes.
/external/rust/crates/pin-project/tests/
Dexpandtest.rs13 let cargo = &*env::var("CARGO").unwrap_or_else(|_| "cargo".into()); in expandtest() localVariable
14 if !has_command(&[cargo, "expand"]) || !has_command(&[cargo, "fmt"]) { in expandtest()
/external/crosvm/integration_tests/
Drun10 (cd .. && cargo build $@)
11 cargo test $@
/external/rust/crates/arbitrary/
Dpublish.sh7 cargo publish
14 cargo publish

12345678910>>...15