Go to file
Stu Schwartz 45cd3f29ac
Release version 53.0 (#2949)
2024-10-18 18:01:09 +00:00
.bazelci Update `cargo_build_script` to always render custom runfiles dirs. (#2891) 2024-10-03 19:05:27 +00:00
.bcr Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
.github Updated docs to use mdbook (#2834) 2024-09-05 17:51:48 +00:00
bindgen Allowlist more clang flags in bindgen (#2902) 2024-10-01 08:57:35 +00:00
cargo cargo_build_script: Add support for `-fsanitize-ignorelist=` (#2935) 2024-10-17 16:38:39 +00:00
crate_universe Fix `override_targets` keys in docs (#2905) 2024-10-01 20:32:09 +00:00
docs [Prost] Remove extra generated modules and opt-in to transitively including deps (#2943) 2024-10-18 03:47:00 +00:00
examples Update wasm_bindgen to non-deprecated rules_js API (#2934) 2024-10-15 16:59:38 +00:00
ffi
nix
proto [Prost] Remove extra generated modules and opt-in to transitively including deps (#2943) 2024-10-18 03:47:00 +00:00
rust Add target specific rustc_flags last to the command line (#2927) 2024-10-09 11:26:23 +00:00
test cargo_build_script: Add regression test for revert #2925 (#2936) 2024-10-17 17:49:20 +00:00
tools gen_rust_project: optimize aquery with many targets (#2941) 2024-10-18 17:45:08 +00:00
util Allow `+` in repo names (#2908) 2024-10-01 13:36:51 +00:00
wasm_bindgen Update wasm_bindgen to non-deprecated rules_js API (#2934) 2024-10-15 16:59:38 +00:00
.bazelignore upstream wrappers for cargo, rustc, cargo-clippy (#2703) 2024-06-25 11:34:39 +00:00
.bazelrc Get rolling releases CI green (#2916) 2024-10-04 00:34:54 +00:00
.clang-format
.clippy.toml Move all settings flags into `//rust/settings` (#2870) 2024-09-18 15:54:25 +00:00
.envrc
.gitattributes
.gitignore Bazelmod documentation and code examples. (#2713) 2024-07-12 12:31:00 +00:00
.prettierrc.toml
.rustfmt.toml
ARCHITECTURE.md
AUTHORS
BUILD.bazel Move all settings flags into `//rust/settings` (#2870) 2024-09-18 15:54:25 +00:00
CODEOWNERS
COMPATIBILITY.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE.txt
MODULE.bazel Release version 53.0 (#2949) 2024-10-18 18:01:09 +00:00
README.md
WORKSPACE.bazel rust-analyzer: Factor aliases into the project (#2709) 2024-06-20 15:47:56 +00:00
buildifier Add s390x arch support (#2616) 2024-09-06 15:11:20 +00:00
version.bzl Release version 53.0 (#2949) 2024-10-18 18:01:09 +00:00

README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.