- 2ccd2bc Added support for header_templates in generated docs (#706) by UebelAndre · 3 years, 9 months ago
- 467a301 Add generated docs for `crate_universe` (#705) by UebelAndre · 3 years, 9 months ago
- 4188b31 Follow-ups from #698 (#702) by Daniel Wagner-Hall · 3 years, 9 months ago
- 65ca194 Crate universe now renders separate BUILD files for each dependency (#698) by UebelAndre · 3 years, 9 months ago
- ee25d8c Updated crate_universe dependencies (#696) by UebelAndre · 3 years, 9 months ago
- b894eba Fix bootstrapping since #694 (#699) by Daniel Wagner-Hall · 3 years, 9 months ago
- ce29485 Avoid downloading multiple resolvers (#694) by Daniel Wagner-Hall · 3 years, 9 months ago
- 4ea9bfe `crate_universe` now renders json formatted lockfiles (#692) by UebelAndre · 3 years, 9 months ago
- 42a6740 Added `rust_test_suite` macro (#679) by UebelAndre · 3 years, 10 months ago
- 8bad4c5 Moved proto deps into toolchain to avoid confusing boiler plate code (#678) by UebelAndre · 3 years, 10 months ago
- bee1140 Updated tag message for crate_universe releases (#687) by UebelAndre · 3 years, 10 months ago
- 1371c91 Remove commit and push step of actions (#686) by Daniel Wagner-Hall · 3 years, 10 months ago
- 81abea6 crate_universe github actions no longer run on forks (#685) by UebelAndre · 3 years, 10 months ago
- 1b27714 Update link in README.md (#683) by martinboehme · 3 years, 10 months ago
- bbe24cd feat(crate_universe): use REPIN or RULES_RUST_REPIN to enable pinning (#682) by Gibson Fahnestock · 3 years, 10 months ago
- 8c56633 Fixed error handling when a commit fails to be pushed back to the main branch for new crate_universe binaries (#681) by UebelAndre · 3 years, 10 months ago
- a3c2741 Added bootstrapping for crate_universe (#663) by UebelAndre · 3 years, 10 months ago
- 9f15a01 Updated cargo_universe examples (#676) by UebelAndre · 3 years, 10 months ago
- e3a818c Include sha256s by default (#677) by Daniel Wagner-Hall · 3 years, 10 months ago
- 1c3907d Added test script for ensuring docs are up to date. (#672) by UebelAndre · 3 years, 10 months ago
- de2ae12 Stop doing manual string formatting of output (#655) by Daniel Wagner-Hall · 3 years, 10 months ago
- a667ff9 Add sysroot support to build.rs scripts. (#664) by RS · 3 years, 10 months ago
- 1b64830 Fix some buildifier errors. (#675) by RS · 3 years, 10 months ago
- 25fe7ae Change transitive_libs in DepInfo to a depset (#673) by David Freese · 3 years, 10 months ago
- feefdd4 Don't apply `name_to_crate_name` to test binary names. (#670) by martinboehme · 3 years, 10 months ago
- 86589e0 Respect `crate_name` attribute when setting CARGO_CRATE_NAME. (#669) by martinboehme · 3 years, 10 months ago
- c431d21 construct_arguments: Always use correct attributes in an aspect context. (#668) by martinboehme · 3 years, 10 months ago
- 77fde0f Add a crate_name attribute to Rust rules (#645) by martinboehme · 3 years, 10 months ago
- 5133bb0 Move assert out of compile actions (#666) by David Freese · 3 years, 10 months ago
- a02931d Renamed BUILD and WORKSPACE files to BUILD.bazel and WORKSPACE.bazel (#665) by UebelAndre · 3 years, 10 months ago
- b21a985 Set CARGO_CRATE_NAME and CARGO_PKG_NAME properly (#643) by Daniel Wagner-Hall · 3 years, 10 months ago
- 8fa205e Updated crate_universe dependencies (#656) by UebelAndre · 3 years, 10 months ago
- e744b93 Moved crate_universe into it's own directory (#651) by UebelAndre · 3 years, 10 months ago
- 336e193 Move line out of comment (#647) by Daniel Wagner-Hall · 3 years, 10 months ago
- 7233827 Update default Rust version to 1.51.0. (#646) by Piotr Sikora · 3 years, 10 months ago
- dd7e458 crate_universe rule (#598) by Daniel Wagner-Hall · 3 years, 10 months ago
- 9202569 The default wasm-bindgen toolchain can now optionally be registered (#640) by UebelAndre · 3 years, 10 months ago
- a3d4b12 Re-gen cargo raze (#642) by Daniel Wagner-Hall · 3 years, 10 months ago
- fa24554 Revert accidental bump in minimum version in docs (#641) by Daniel Wagner-Hall · 3 years, 10 months ago
- 73cb938 Add cpp toolchain requirement for rust_toolchain (#638) by katre · 3 years, 10 months ago
- 76c4420 Re-add support for building Wasm libraries as executables. (#626) by Piotr Sikora · 3 years, 11 months ago
- 40a8c9e Use depset instead of mutable lists (#633) by Marcel Hlopko · 3 years, 11 months ago
- 2109a0a Move DepInfo definition into rust_common (#631) by Marcel Hlopko · 3 years, 11 months ago
- 802bcf9 ccinfo: when providing ccinfo, optionally include libstd and alloc (#624) by Augie Fackler · 3 years, 11 months ago
- 52d72db Add clang tasks on Linux CI (#629) by Marcel Hlopko · 3 years, 11 months ago
- 881d93a migration: include incompatible_use_toolchain_transition globally (#628) by Augie Fackler · 3 years, 11 months ago
- 2de6496 rustc: pass depset as transitive depset, rather than direct (#625) by Augie Fackler · 3 years, 11 months ago
- 9eb5eeb Fix order of libraries in CcInfo (#623) by Marcel Hlopko · 3 years, 11 months ago
- 1b7885a rustc: correctly handle alwayslink staticlibs (#606) by Augie Fackler · 3 years, 11 months ago
- 9b135bf Increase CI coverage (#612) by Marcel Hlopko · 4 years ago
- 5285ebc Add -Lnative flags for C++ runtime library (#610) by Marcel Hlopko · 4 years ago
- 094b5bd Add test/unit/cc_info unittests (#608) by Marcel Hlopko · 4 years ago
- caf28dc Removed test launcher's install script in favor of ctx.actions.symlink (#609) by UebelAndre · 4 years ago
- e2c5ccb Add -L but not -l to rlib compilations (#607) by Daniel Wagner-Hall · 4 years ago
- a37adb7 Make it possible to use non-staticlib rust_library targets in c++ deps (#603) by Augie Fackler · 4 years ago
- bbbfcdd Add constraint values for the Rust release channel. (#510) by John Millikin · 4 years ago
- fe456ae Fix native_deps_test (#605) by Marcel Hlopko · 4 years ago
- 32ad192 Add ARCHITECTURE.md (#596) by Marcel Hlopko · 4 years ago
- 116b4e2 Add Missing link definition in README.md (#597) by Régis Décamps · 4 years ago
- c21d894 Added `//rust/platform:macos` alias (#593) by UebelAndre · 4 years ago
- 9aa4956 Split rust_library and add //rust:defs.bzl (#592) by Marcel Hlopko · 4 years ago
- fee3b3c Allow rustc env vars to be set in files (#556) by Daniel Wagner-Hall · 4 years ago
- 129605e Updated min tested version to 3.5.0 and improved some vernacular (#586) by UebelAndre · 4 years ago
- 14eb6f3 Fixed expanded locations in test launcher (#588) by UebelAndre · 4 years ago
- 7b83ef7 Set PROFILE env var (#583) by Daniel Wagner-Hall · 4 years ago
- 8a56582 Add rust_analyzer rule to generate a rust-project.json (#505) by David Marcin · 4 years ago
- 38cba05 Update default Rust version to 1.50.0. (#585) by Piotr Sikora · 4 years ago
- ab86e53 Rust test targets now create a test launcher allow for setting env vars (#579) by UebelAndre · 4 years ago
- 6267c26 Expose error_format through the stable rust.bzl (#582) by Marcel Hlopko · 4 years ago
- 7b8d5f3 Export the LICENSE file (#581) by Marcel Hlopko · 4 years ago
- 820a149 Pass C++ runtime lib when C++ toolchain declares it (#562) by Marcel Hlopko · 4 years ago
- 63adfdb Slight cleanup and added some documentation. (#580) by UebelAndre · 4 years ago
- 3b02397 Do not pass native deps to rlib compilations (#576) by Marcel Hlopko · 4 years ago
- 58f709f Added `env` attribute to `rust_test` rule (#577) by UebelAndre · 4 years ago
- d468cfa Introduce rust_common struct (#575) by Marcel Hlopko · 4 years ago
- acfce01 Add //rust/private/BUILD (therefore create a package there) (#569) by Marcel Hlopko · 4 years ago
- 932a389 Fixed legacy-provider-syntax for wasm_bindgen (#564) by UebelAndre · 4 years ago
- 7579c34 Run buildifier fix across the workspace (#570) by Marcel Hlopko · 4 years ago
- 4fbf3cf Add mailing list and chat pointers to the README (#568) by Marcel Hlopko · 4 years ago
- bf28c9f Determinism fix (#565) by Jalal El Mansouri · 4 years ago
- baa28db Update README.md to reflect master->main branch rename (#563) by Marcel Hlopko · 4 years ago
- 1092a78 Fixed revision referenced in docs (#560) by UebelAndre · 4 years ago
- f37b9d6 Regenerate documentation (#559) by UebelAndre · 4 years ago
- 1fe2315 Renamed workspace name from `io_bazel_rule_rust` to `rules_rust` (#500) by UebelAndre · 4 years ago
- de4a350 Fix test target on macOS with Bazel@HEAD (#558) by Yun Peng · 4 years ago
- 215a8de Add triple mappings for `i386`, `armv7`, and `openbsd`. (#509) by John Millikin · 4 years ago
- b456565 Updated some hand edited cargo-raze outputs (#557) by UebelAndre · 4 years ago
- 951eae5 Added missing macros to rendered documentation (#555) by UebelAndre · 4 years ago
- 2c678c1 Replaced explicit uses of `@io_bazel_rule_rust//` with `Label("//...")` (#543) by UebelAndre · 4 years ago
- 8826d30 Fixed regression in `load_arbitrary_tool` causing it to require attributes repository rules that call it. (#554) by UebelAndre · 4 years ago
- 8c388e1 cargo_build_script now only prints warnings to stderr. (#548) by UebelAndre · 4 years ago
- 9a30c07 #550 rust_toolchain_repository: add urls to enable project specific rust file server mirrors (#551) by Dirk Boye · 4 years ago
- d8316c9 support clippy aspect in unit tests as well (#546) by Damien Elmes · 4 years ago
- 280158e Updated wasm_bindgen docs (#547) by UebelAndre · 4 years ago
- 570b4a1 Update complex_sys example cargo-raze outputs (#549) by Sitaktif · 4 years ago
- df18ddb Updated default Rust version to 1.49.0 to fix `bazel sync` (#544) by UebelAndre · 4 years, 1 month ago
- 78ac316 Updated cargo-raze outputs (#542) by UebelAndre · 4 years, 1 month ago
- 04ec59f Fixed issue where repository_ctx for `load_arbitrary_tool` required `sha256s` attribute. (#545) by UebelAndre · 4 years, 1 month ago
- c7a408a Slight cleanup of `cargo_build_script_runner` + ran rustfmt (#538) by UebelAndre · 4 years, 1 month ago
- 22d6730 Add flag to set --error-format from command line (#525) by David Marcin · 4 years, 1 month ago