-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,126 changed files
with
53,492 additions
and
89,886 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.direnv | ||
bzlmod | ||
crate_universe/private/bootstrap | ||
docs | ||
examples | ||
crate_universe/private/bootstrap | ||
extensions | ||
test/aliased_toolchains | ||
test/bzlmod_repo_mapping | ||
test/cc_common_link | ||
test/no_std | ||
.direnv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
fixedReleaser: | ||
login: scentini | ||
email: [email protected] | ||
moduleRoots: [".", "extensions"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"homepage": "https://github.com/bazelbuild/rules_rust/extensions/bindgen", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "UebelAndre", | ||
"name": "UebelAndre" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "illicitonion", | ||
"name": "Daniel Wagner-Hall" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "scentini", | ||
"name": "Rosica Dejanovska" | ||
} | ||
], | ||
"repository": ["github:bazelbuild/rules_rust"], | ||
"versions": [], | ||
"yanked_versions": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bcr_test_module: | ||
module_path: "extensions/bindgen" | ||
matrix: | ||
platform: ["macos_arm64", "ubuntu2004", "windows"] | ||
bazel: ["7.x"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
# Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. | ||
shell_commands: | ||
- "rm MODULE.bazel.lock" | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_bindgen-{VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"homepage": "https://github.com/bazelbuild/rules_rust/extensions/prost", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "UebelAndre", | ||
"name": "UebelAndre" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "illicitonion", | ||
"name": "Daniel Wagner-Hall" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "scentini", | ||
"name": "Rosica Dejanovska" | ||
} | ||
], | ||
"repository": ["github:bazelbuild/rules_rust"], | ||
"versions": [], | ||
"yanked_versions": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bcr_test_module: | ||
module_path: "extensions/prost" | ||
matrix: | ||
platform: ["macos_arm64", "ubuntu2004", "windows"] | ||
bazel: ["7.x"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
# Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. | ||
shell_commands: | ||
- "rm MODULE.bazel.lock" | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_prost-{VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"homepage": "https://github.com/bazelbuild/rules_rust/extensions/protobuf", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "UebelAndre", | ||
"name": "UebelAndre" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "illicitonion", | ||
"name": "Daniel Wagner-Hall" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "scentini", | ||
"name": "Rosica Dejanovska" | ||
} | ||
], | ||
"repository": ["github:bazelbuild/rules_rust"], | ||
"versions": [], | ||
"yanked_versions": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bcr_test_module: | ||
module_path: "extensions/protobuf" | ||
matrix: | ||
platform: ["macos_arm64", "ubuntu2004", "windows"] | ||
bazel: ["7.x"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
# Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. | ||
shell_commands: | ||
- "rm MODULE.bazel.lock" | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_protobuf-{VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"homepage": "https://github.com/bazelbuild/rules_rust/extensions/wasm_bindgen", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "UebelAndre", | ||
"name": "UebelAndre" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "illicitonion", | ||
"name": "Daniel Wagner-Hall" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "scentini", | ||
"name": "Rosica Dejanovska" | ||
} | ||
], | ||
"repository": ["github:bazelbuild/rules_rust"], | ||
"versions": [], | ||
"yanked_versions": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bcr_test_module: | ||
module_path: "extensions/wasm_bindgen" | ||
matrix: | ||
platform: ["macos_arm64", "ubuntu2004", "windows"] | ||
bazel: ["7.x"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
# Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. | ||
shell_commands: | ||
- "rm MODULE.bazel.lock" | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_wasm_bindgen-{VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"integrity": "**leave this alone**", | ||
"strip_prefix": "", | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-v{VERSION}.tar.gz" | ||
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{VERSION}.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
**/*Cargo.Bazel.lock linguist-generated | ||
**/cargo-bazel-lock.json linguist-generated | ||
bindgen/3rdparty/crates/** linguist-generated | ||
crate_universe/3rdparty/crates/** linguist-generated | ||
crate_universe/test_data/metadata/*/metadata.json linguist-generated | ||
examples/bzlmod/hello_world/third-party/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/crate_universe/vendor_external/crates/** linguist-generated | ||
examples/crate_universe/vendor_local_manifests/crates/** linguist-generated | ||
examples/crate_universe/vendor_local_pkgs/crates/** linguist-generated | ||
examples/crate_universe/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated | ||
examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated | ||
examples/sys/basic/3rdparty/crates/** linguist-generated | ||
examples/sys/complex/3rdparty/crates/** linguist-generated | ||
proto/prost/private/3rdparty/crates/** linguist-generated | ||
proto/protobuf/3rdparty/crates/** linguist-generated | ||
extensions/bindgen/3rdparty/crates/** linguist-generated | ||
extensions/prost/private/3rdparty/crates/** linguist-generated | ||
extensions/protobuf/3rdparty/crates/** linguist-generated | ||
extensions/wasm_bindgen/3rdparty/crates/** linguist-generated | ||
tools/rust_analyzer/3rdparty/crates/** linguist-generated | ||
util/import/3rdparty/crates/** linguist-generated | ||
wasm_bindgen/3rdparty/crates/** linguist-generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.