Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/rules_rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 550cd15c23598de2fa181c7bbbf167ddee7c1a07
Choose a base ref
..
head repository: bazelbuild/rules_rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0859084a62a0e69aa966c22f5876748aa771602
Choose a head ref
Showing 798 changed files with 9,690 additions and 9,829 deletions.
24 changes: 12 additions & 12 deletions bindgen/3rdparty/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -185,9 +185,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "libc"
version = "0.2.137"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "libloading"
@@ -222,19 +222,19 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"

[[package]]
name = "nom"
version = "7.1.1"
version = "7.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
dependencies = [
"memchr",
"minimal-lexical",
]

[[package]]
name = "once_cell"
version = "1.16.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"

[[package]]
name = "os_str_bytes"
@@ -250,18 +250,18 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"

[[package]]
name = "proc-macro2"
version = "1.0.47"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
dependencies = [
"unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.21"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
@@ -318,9 +318,9 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"

[[package]]
name = "unicode-ident"
version = "1.0.5"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"

[[package]]
name = "which"
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.aho-corasick-0.7.20.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
40 changes: 20 additions & 20 deletions bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
@@ -81,70 +81,70 @@ rust_library(
deps = [
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-apple-ios": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-linux-android": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:armv7-linux-androideabi": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:i686-apple-darwin": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:i686-linux-android": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
],
"@rules_rust//rust/platform:i686-unknown-freebsd": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-apple-ios": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-linux-android": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
],
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
"@rules_rust_bindgen__libc-0.2.139//:libc", # cfg(unix)
],
"//conditions:default": [
],
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
22 changes: 13 additions & 9 deletions bindgen/3rdparty/crates/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -3,27 +3,31 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

exports_files(
[
"cargo-bazel.json",
"defs.bzl",
"crates.bzl",
] + glob([
"*.bazel",
]),
"defs.bzl",
] + glob(
include = ["*.bazel"],
exclude = [],
),
)

filegroup(
name = "srcs",
srcs = glob([
"*.bazel",
"*.bzl",
]),
srcs = glob(
include = [
"*.bazel",
"*.bzl",
],
exclude = [],
),
)

# Workspace Member Dependencies
16 changes: 8 additions & 8 deletions bindgen/3rdparty/crates/BUILD.bindgen-0.60.1.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

load(
@@ -105,8 +105,8 @@ rust_library(
"@rules_rust_bindgen__lazycell-1.3.0//:lazycell",
"@rules_rust_bindgen__log-0.4.17//:log",
"@rules_rust_bindgen__peeking_take_while-0.1.2//:peeking_take_while",
"@rules_rust_bindgen__proc-macro2-1.0.47//:proc_macro2",
"@rules_rust_bindgen__quote-1.0.21//:quote",
"@rules_rust_bindgen__proc-macro2-1.0.49//:proc_macro2",
"@rules_rust_bindgen__quote-1.0.23//:quote",
"@rules_rust_bindgen__regex-1.7.0//:regex",
"@rules_rust_bindgen__rustc-hash-1.1.0//:rustc_hash",
"@rules_rust_bindgen__shlex-1.1.0//:shlex",
@@ -196,8 +196,8 @@ rust_binary(
"@rules_rust_bindgen__lazycell-1.3.0//:lazycell",
"@rules_rust_bindgen__log-0.4.17//:log",
"@rules_rust_bindgen__peeking_take_while-0.1.2//:peeking_take_while",
"@rules_rust_bindgen__proc-macro2-1.0.47//:proc_macro2",
"@rules_rust_bindgen__quote-1.0.21//:quote",
"@rules_rust_bindgen__proc-macro2-1.0.49//:proc_macro2",
"@rules_rust_bindgen__quote-1.0.23//:quote",
"@rules_rust_bindgen__regex-1.7.0//:regex",
"@rules_rust_bindgen__rustc-hash-1.1.0//:rustc_hash",
"@rules_rust_bindgen__shlex-1.1.0//:shlex",
@@ -292,9 +292,9 @@ cargo_build_script(
alias(
# Because `cargo_build_script` does some invisible target name mutating to
# determine the package and crate name for a build script, the Bazel
# target namename of any build script cannot be the Cargo canonical name
# of `build_script_build` without losing out on having certain Cargo
# environment variables set.
# target name of any build script cannot be the Cargo canonical name
# of `cargo_build_script` (rule) without losing out on having certain
# Cargo environment variables set.
name = "build_script_build",
actual = "bindgen_build_script",
tags = [
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
4 changes: 2 additions & 2 deletions bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
@@ -81,7 +81,7 @@ rust_library(
deps = [
] + select({
"//conditions:default": [
"@rules_rust_bindgen__nom-7.1.1//:nom",
"@rules_rust_bindgen__nom-7.1.2//:nom",
],
}),
)
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
10 changes: 5 additions & 5 deletions bindgen/3rdparty/crates/BUILD.clang-sys-1.4.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

load(
@@ -98,7 +98,7 @@ rust_library(
"//conditions:default": [
"@rules_rust_bindgen__clang-sys-1.4.0//:build_script_build",
"@rules_rust_bindgen__glob-0.3.0//:glob",
"@rules_rust_bindgen__libc-0.2.137//:libc",
"@rules_rust_bindgen__libc-0.2.139//:libc",
"@rules_rust_bindgen__libloading-0.7.4//:libloading",
],
}),
@@ -194,9 +194,9 @@ cargo_build_script(
alias(
# Because `cargo_build_script` does some invisible target name mutating to
# determine the package and crate name for a build script, the Bazel
# target namename of any build script cannot be the Cargo canonical name
# of `build_script_build` without losing out on having certain Cargo
# environment variables set.
# target name of any build script cannot be the Cargo canonical name
# of `cargo_build_script` (rule) without losing out on having certain
# Cargo environment variables set.
name = "build_script_build",
actual = "clang-sys_build_script",
tags = [
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.clap-3.2.23.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.clap_lex-0.2.4.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.either-1.8.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.env_logger-0.9.3.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.glob-0.3.0.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
2 changes: 1 addition & 1 deletion bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run //bindgen/3rdparty:crates_vendor
# bazel run @//bindgen/3rdparty:crates_vendor
###############################################################################

# buildifier: disable=bzl-visibility
Loading