| /external/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 18 rust_toolchain: [nightly, stable, 1.56.0] 23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal 24 - run: rustup default ${{ matrix.rust_toolchain }} 30 if: ${{ matrix.rust_toolchain == 'nightly' }} 39 rust_toolchain: [nightly, stable] 52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal 53 - run: rustup default ${{ matrix.rust_toolchain }} 71 rust_toolchain: [nightly] 85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal 86 - run: rustup default ${{ matrix.rust_toolchain }} [all …]
|
| /external/bazelbuild-rules_rust/docs/ |
| D | rust_repositories.md | 13 * [rust_toolchain](#rust_toolchain) 34 <a id="rust_toolchain"></a> 36 ## rust_toolchain 39 rust_toolchain(<a href="#rust_toolchain-name">name</a>, <a href="#rust_toolchain-allocator_library"… 40 …rust_toolchain-default_edition">default_edition</a>, <a href="#rust_toolchain-dylib_ext">dylib_ext… 41 …rust_toolchain-experimental_use_cc_common_link">experimental_use_cc_common_link</a>, <a href="#rus… 42 …rust_toolchain-global_allocator_library">global_allocator_library</a>, <a href="#rust_toolchain-ll… 43 …rust_toolchain-per_crate_rustc_flags">per_crate_rustc_flags</a>, <a href="#rust_toolchain-rust_doc… 44 …a href="#rust_toolchain-stdlib_linkflags">stdlib_linkflags</a>, <a href="#rust_toolchain-target_js… 56 load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') [all …]
|
| D | flatten.md | 52 * [rust_toolchain](#rust_toolchain) 341 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 733 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 820 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 938 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 985 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 1158 …tion to use for this crate. Defaults to the edition specified in the rust_toolchain. | String | … 1173 <a id="rust_toolchain"></a> 1175 ## rust_toolchain section in Rust rules 1178 rust_toolchain(<a href="#rust_toolchain-name">name</a>, <a href="#rust_toolchain-allocator_library"… [all …]
|
| D | symbols.bzl | 98 _rust_toolchain = "rust_toolchain", 147 rust_toolchain = _rust_toolchain
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/aarch64-unknown-linux-gnu/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/x86_64-unknown-nixos-gnu/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/aarch64-linux-android/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/wasm32-wasi/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/wasm32-unknown-unknown/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/x86_64-unknown-linux-gnu/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/x86_64-pc-windows-msvc/ |
| D | BUILD.bazel | 1 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 3 rust_toolchain( 4 name = "rust_toolchain", 34 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/aarch64-apple-darwin/ |
| D | BUILD.bazel | 2 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 4 rust_toolchain( 5 name = "rust_toolchain", 41 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/aarch64-apple-ios/ |
| D | BUILD.bazel | 2 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 4 rust_toolchain( 5 name = "rust_toolchain", 41 toolchain = ":rust_toolchain",
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/rust/x86_64-apple-darwin/ |
| D | BUILD.bazel | 2 load("@rules_rust//rust:toolchain.bzl", "rust_toolchain") 4 rust_toolchain( 5 name = "rust_toolchain", 41 toolchain = ":rust_toolchain",
|
| /external/crosvm/ |
| D | android-merge-2-cargo-embargo.sh | 43 RUST_TOOLCHAIN="1.73.0" 44 rustup which --toolchain $RUST_TOOLCHAIN cargo || \ 45 rustup toolchain install $RUST_TOOLCHAIN 46 CARGO_BIN="$(dirname $(rustup which --toolchain $RUST_TOOLCHAIN cargo))"
|
| /external/bazelbuild-rules_rust/test/unit/toolchain/ |
| D | toolchain_test.bzl | 6 load("//rust:toolchain.bzl", "rust_stdlib_filegroup", "rust_toolchain") 83 rust_toolchain( 98 rust_toolchain( 111 rust_toolchain( 132 rust_toolchain(
|
| D | toolchain_test_utils.bzl | 1 """Helpers for testing `rust_toolchain.target_json`"""
|
| /external/bazelbuild-rules_rust/test/unit/toolchain_make_variables/ |
| D | toolchain_make_variables_test.bzl | 1 """Tests for make variables provided by `rust_toolchain`""" 147 doc = "A helper rule to test make variable expansion of rules that depend on `rust_toolchain`.", 190 doc = "A helper rule to test make variable expansion of rules that depend on `rust_toolchain`.", 336 # rust_toolchain tests
|
| /external/bazelbuild-rules_rust/rust/ |
| D | toolchain.bzl | 1 """The rust_toolchain rule definition and implementation.""" 78 …fail("rust_toolchain couldn't properly partition rlibs in rust_std. Partitioned {} out of {} files… 386 ctx (ctx): A context object from a `rust_toolchain` rule. 484 """The rust_toolchain implementation 509 …fail("rust_toolchain.experimental_use_cc_common_link with --@rules_rust//rust/settings:experimenta… 510 "requires rust_toolchain.global_allocator_library to be set") 512 …fail("rust_toolchain.experimental_use_cc_common_link requires rust_toolchain.allocator_library to … 686 rust_toolchain = rule( 878 load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') 880 rust_toolchain(
|
| /external/pigweed/pw_toolchain/rust/ |
| D | defs.bzl | 16 load("@rules_rust//rust:toolchain.bzl", "rust_analyzer_toolchain", "rust_toolchain") 98 build_file = "{}//pw_toolchain/rust:rust_toolchain.BUILD".format(pigweed_repo_name), 188 rust_toolchain( 206 # target_compatible_with semantics in rust_toolchain. Figure out how to
|
| /external/bazelbuild-rules_rust/rust/private/ |
| D | toolchain_utils.bzl | 60 doc = "The desired tool to get form the current rust_toolchain", 92 doc = "A rule for exposing the current registered `rust_toolchain`.",
|
| D | rustc.bzl | 108 toolchain (rust_toolchain): The current target's rust toolchain context 147 toolchain (rust_toolchain): The current rule's `rust_toolchain` 655 toolchain (rust_toolchain): The current `rust_toolchain`. 820 toolchain (rust_toolchain): The current target's `rust_toolchain` 1124 toolchain (rust_toolchain): The current `rust_toolchain` 1558 toolchain (rust_toolchain): The current `rust_toolchain` 1711 toolchain (rust_toolchain): The current `rust_toolchain` 1989 toolchain (rust_toolchain): The current `rust_toolchain`
|
| D | utils.bzl | 40 rust_toolchain: A Rust toolchain context. 740 toolchain (rust_toolchain): The current `rust_toolchain` 811 …"Returns the Rust edition from either the current rule's attributes or the current `rust_toolchain` 815 toolchain (rust_toolchain): The `rust_toolchain` for the current target
|
| /external/bazelbuild-rules_rust/rust/settings/ |
| D | BUILD.bazel | 75 # When the linking is not done by rustc, the `rust_toolchain` itself provides the appropriate set o… 88 # A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain
|
| /external/bazelbuild-rules_rust/test/toolchain/ |
| D | toolchain_test.bzl | 6 load("//rust:toolchain.bzl", "rust_stdlib_filegroup", "rust_toolchain") 129 rust_toolchain(
|