- 628e85e Restrucutred `crate_universe` dependency macros (#1208) by UebelAndre · 3 years, 1 month ago
- e3d67a0 Updated docs to guide users to using releases (#1213) by UebelAndre · 3 years, 1 month ago
- fd912e6 Updated crate_universe docs. (#1212) by UebelAndre · 3 years, 1 month ago
- cde4c08 Delete deprecated `rules` targets (#1210) by UebelAndre · 3 years, 1 month ago
- 26e01c8 cache the release archive in release actions (#1201) by UebelAndre · 3 years, 1 month ago
- 3205c9d Updated crate_universe setup guide (#1202) by UebelAndre · 3 years, 1 month ago
- c078494 Don't leak deps from rust_proc_macro (#1206) by scentini · 3 years, 1 month ago
- 7c865ff Build `_import_macro_dep` in `exec` mode (#1203) by scentini · 3 years, 1 month ago
- 635da93 Updating `rules_rust` version to `0.1.0`. (#1198) by UebelAndre · 3 years, 1 month ago 0.1.0
- 6c797c9 disable advanced features of C++ rules (#1200) by Krasimir Georgiev · 3 years, 1 month ago
- 86d47a1 Tweak import macro bootstrap to trick rust analyzer aspect (#1179) by Marcel Hlopko · 3 years, 1 month ago
- 80d1972 Added release workflow (#1195) by UebelAndre · 3 years, 1 month ago
- cd44b36 Added support for producing distribution archives (#1194) by UebelAndre · 3 years, 1 month ago
- a665447 Traverse custom alias-like rules in the rust analyzer aspect (#1190) by Marcel Hlopko · 3 years, 1 month ago
- 4504983 Add a test showing that rust_analayzer aspect traverses aliases (#1188) by Marcel Hlopko · 3 years, 1 month ago
- 297dd18 Updated `crate_universe` to version `0.1.0`. (#1197) by UebelAndre · 3 years, 1 month ago
- 0d9c7d5 Specify root target for rust_analyzer test (#1189) by Marcel Hlopko · 3 years, 1 month ago
- 4a0352f Updated `crate_universe` dependencies (#1196) by UebelAndre · 3 years, 1 month ago
- 5126479 Fixed crate_universe release tools (#1193) by UebelAndre · 3 years, 2 months ago
- e840400 Remove last remains of use_process_wrapper flag. (#1192) by Roberto Bampi · 3 years, 2 months ago
- eb7db68 Fix iOS linker arguments (#1186) by Keith Smiley · 3 years, 2 months ago
- de726a1 Create internal rust_binary rule instead of using transitions (#1187) by David Freese · 3 years, 2 months ago
- 5e6ad9f Regenerated `cargo-raze` outputs with v0.15.0 (#1184) by UebelAndre · 3 years, 2 months ago
- 980b662 add static_library to get_preferred_artifact with pic (#1183) by Krasimir Georgiev · 3 years, 2 months ago
- 97fd329 Populate CFLAGS and CXXFLAGS when invoking build script. (#1081) by Damien DeVille · 3 years, 2 months ago
- bf59038 Allow specifying additional target triples in rust_register_toolchains() and fix androideabi system (#1181) by Denis Koroskin · 3 years, 2 months ago
- 348c3e3 Remove unused file and use the rules_rust transition allowlist. (#1182) by Roberto Bampi · 3 years, 2 months ago
- d9ba374 process_wrapper: replace C++ implementation with rust. (#1159) by Roberto Bampi · 3 years, 2 months ago
- e5fefdc Cut loading time deps of the import macro (#1177) by Marcel Hlopko · 3 years, 2 months ago
- 1b1f21a Make `rust_toolchain.llvm_tools` consistent with `rust_std` (#1180) by UebelAndre · 3 years, 2 months ago
- b9469a0 Updated crate_universe examples (#1170) by UebelAndre · 3 years, 2 months ago
- b82838a Fixed `crate.spec` being ignored in `crate_universe` rules. (#1174) by UebelAndre · 3 years, 2 months ago
- 5482196 Fixed crate_universe test metadata generation (#1171) by UebelAndre · 3 years, 2 months ago
- 4988235 Fix typo in the cargo generator error message (#1172) by Hannes Käufler · 3 years, 2 months ago
- 78d702b Allow `cargo_build_script` to forward rustc args to build scripts (#1165) by UebelAndre · 3 years, 2 months ago
- 40dce28 Treat rustfmt as optional (#1164) by Daniel Wagner-Hall · 3 years, 2 months ago
- 59fab4e Replaced `crates_universe` rule with `crates_repository` (#1158) by UebelAndre · 3 years, 2 months ago
- acca6f4 Add `user.bazelrc` support to each workspace (#1161) by UebelAndre · 3 years, 2 months ago
- ac594a5 Add alias for `cargo_bootstrap_repository` binaries (#1160) by UebelAndre · 3 years, 2 months ago
- adf2790 Remove unnecessary files (#1154) by Marcel Hlopko · 3 years, 2 months ago
- 5d9a74d Added Rust 1.59.0 (#1153) by UebelAndre · 3 years, 2 months ago
- a619e1a Revert "Add CI run with -c opt (#1144)" (#1152) by Krasimir Georgiev · 3 years, 2 months ago
- 3db49e8 Add a conditional implicit dependency on the import macro. (#1151) by Chris Fredrickson · 3 years, 2 months ago
- 5591596 create symlinks to ambiguous native dependencies (#1148) by Krasimir Georgiev · 3 years, 2 months ago
- 4a4d217 logically revert https://github.com/bazelbuild/rules_rust/pull/841 (#1147) by Krasimir Georgiev · 3 years, 2 months ago
- 34cc2e9 Clean up outdated comments in `transform_deps`. (#1150) by Chris Fredrickson · 3 years, 2 months ago
- 14f48e7 Add renaming support to `rust_proto_library` targets. (#1145) by Chris Fredrickson · 3 years, 2 months ago
- 98bbf8d Add CI run with -c opt (#1144) by Marcel Hlopko · 3 years, 2 months ago
- 9f1b319 cdylib_has_native_dep_and_alwayslink_test: fix for when not using gold (#1146) by Krasimir Georgiev · 3 years, 2 months ago
- 2f5253f Add new `import` macro prototype. (#1142) by Chris Fredrickson · 3 years, 2 months ago
- bdb45df Don't perform crate renaming within rules_rust workspace; minor fixes. (#1143) by Chris Fredrickson · 3 years, 2 months ago
- 20e88dc Use PIC for rust dylib and cdylib (#1134) by Makro · 3 years, 2 months ago
- 70f8fb7 Make native_deps test fail with pie (#1141) by Marcel Hlopko · 3 years, 2 months ago
- e7a9b8b unpin buildifier (#1135) by UebelAndre · 3 years, 2 months ago
- f427b89 Fixed cdylib_has_native_dep_and_alwayslink_test (#1140) by UebelAndre · 3 years, 2 months ago
- f2089d9 Updated `bazel-skylib` (#1137) by UebelAndre · 3 years, 2 months ago
- 0633134 Minor cleanup of internal function (#1138) by UebelAndre · 3 years, 2 months ago
- 5b766d4 Minor cleanup of `rust_toolchain` (#1136) by UebelAndre · 3 years, 2 months ago
- c435cf4 propagate buildscript link search paths to parent crate (#1123) by Nick Rebbok · 3 years, 3 months ago
- bbccf77 Pass through aliases for build dependencies (#1133) by Jeremiah Orem · 3 years, 3 months ago
- a3492b4 `rust_toolchain` now generates a Rust sysroot (#1119) by UebelAndre · 3 years, 3 months ago
- c134a45 Addressed some new buildifier defects (#1132) by UebelAndre · 3 years, 3 months ago
- 4499358 Sort env vars when writing rust_doc_test runners for consistent outputs (#1130) by UebelAndre · 3 years, 3 months ago
- c9e5b63 pin buildifier (#1131) by UebelAndre · 3 years, 3 months ago
- f569827 Fix `rust_doc_test` using execpath paths instead of rootpath (#1129) by UebelAndre · 3 years, 3 months ago
- 48f97b3 Remove `toolchain._crosstool` field (#1125) by scentini · 3 years, 3 months ago
- 45ef635 Remove --incompatible_remove_transitive_libs_from_dep_info (#1124) by scentini · 3 years, 3 months ago
- 0b476d8 support armv7 in tripple mappings (#1116) by Harry Sarson · 3 years, 3 months ago
- bc26e78 Fix Windows long path issue in examples (#1122) by UebelAndre · 3 years, 3 months ago
- 5225e23 Calculate path values in the rust_toolchain construction (#1115) by UebelAndre · 3 years, 3 months ago
- 5776967 Deduplicate input to ctx.expand_location (#1118) by Daniel Wagner-Hall · 3 years, 3 months ago
- d5ab414 Replace Targets and lists of files in `rust_toolchain` with depsets (#1109) by UebelAndre · 3 years, 3 months ago
- 0946fe9 add extra_exec_rustc_flags build config (#1113) by Krasimir Georgiev · 3 years, 3 months ago
- 9c9358d fix is_exec_configuration() check (#1112) by Krasimir Georgiev · 3 years, 3 months ago
- 14468f9 Fixed typo in docs (#1110) by UebelAndre · 3 years, 3 months ago
- 1cb3c44 Added `rules_rust_dependencies` and `rust_register_toolchains` macros (#1105) by UebelAndre · 3 years, 3 months ago
- df592fe Minor docs cleanup (#1108) by UebelAndre · 3 years, 3 months ago
- 559d41a Replaced CI flags with compatibility flags for incompatible targets (#1107) by UebelAndre · 3 years, 3 months ago
- d0adb02 Fixed tests which relied on the git checkout's newline endings (#1106) by UebelAndre · 3 years, 3 months ago
- b3ddf6f Allow cargo_bootstrap_repository to specify rustc and cargo separately (#1100) by UebelAndre · 3 years, 3 months ago
- f1b8fd3 Made components of `rustc` bundles mandatory for `rust_toolchain`. (#1104) by UebelAndre · 3 years, 3 months ago
- f04ac83 Allow users to configure the timeout of `cargo_bootstrap_repository`. (#1101) by UebelAndre · 3 years, 3 months ago
- cc682aa Renamed `rust_toolchain.rust_lib` to `rust_toolchain.rust_std` (#1102) by UebelAndre · 3 years, 3 months ago
- 67adb4c add ARM Cortex M3 triple mappings (#1103) by Nick James Kirkby · 3 years, 3 months ago
- 77285c1 Replace host with exec configurations for grep_includes (#1099) by Marcel Hlopko · 3 years, 3 months ago
- 73507b8 Updated rust_test docs (#1098) by UebelAndre · 3 years, 3 months ago
- 1f4395b Added Rust 1.58.1 (#1097) by UebelAndre · 3 years, 3 months ago
- b188f1b Add DEBUG env var for running build scripts (#1096) by David Marcin · 3 years, 3 months ago
- fd436df Deleted `incompatible_disable_custom_test_launcher` and related code (#1095) by UebelAndre · 3 years, 3 months ago
- f9ff783 Revert "optimization: switch fastbuild opt default to 1 from 0 (#1091)" (#1094) by UebelAndre · 3 years, 3 months ago
- ea22478 Added Rust 1.58.0 (#1092) by UebelAndre · 3 years, 3 months ago
- 2048a65 optimization: switch fastbuild opt default to 1 from 0 (#1091) by Augie Fackler · 3 years, 4 months ago
- b16c26b Fix proc_macro_dylib_path when they are built in both opt and debug (#1089) by David Marcin · 3 years, 4 months ago
- 8205991 Updated `build_bazel_rules_nodejs` to 4.6.0 (#1087) by UebelAndre · 3 years, 4 months ago
- 5ba526e Updated `bzl_library` targets to have a more discoverable name (#1088) by UebelAndre · 3 years, 4 months ago
- 69a738a add support for targeting iOS simulator on Apple Silicon (#1073) by Damien Elmes · 3 years, 4 months ago
- 4f7bd8a Removed deprecated `dep` attribute from `rustdoc` rules (#1086) by UebelAndre · 3 years, 4 months ago
- b74f130 Flip `incompatible_disable_custom_test_launcher` (#1079) by UebelAndre · 3 years, 4 months ago
- a1dbd31 Updated tests (#1085) by UebelAndre · 3 years, 4 months ago
- 8c0ece8 Added unit tests for rustdoc rules (#1078) by UebelAndre · 3 years, 4 months ago