1. 1018533 Build `rust_test` targets with `crate` using the same crate name as the underlying library target. (#1332) by Chris Fredrickson · 3 years ago
  2. 0049ce3 Add support for riscv32 targets (#1323) by cfrantz · 3 years ago
  3. 3aa6de3 remove experimental_use_whole_archive_for_native_deps (#1338) by Krasimir Georgiev · 3 years ago
  4. a066bfe Replace slashes with underscores in default crate names. (#1336) by Chris Fredrickson · 3 years ago
  5. 1b91e59 Revert "Replace slashes with underscores in default crate names. (#1334)" (#1335) by Chris Fredrickson · 3 years ago
  6. 51f8e30 "sandwich" rlibs between native deps in linker order (#1333) by Krasimir Georgiev · 3 years ago
  7. df35490 Replace slashes with underscores in default crate names. (#1334) by Chris Fredrickson · 3 years ago
  8. 21eed19 Bump version to 0.4.0 (#1329) by Daniel Wagner-Hall · 3 years ago 0.4.0
  9. d3d9aba Support . workspace member (#1326) by Daniel Wagner-Hall · 3 years ago
  10. fccaae3 Error calling `all_crate_deps` without `Cargo.toml` (#1327) by Daniel Wagner-Hall · 3 years ago
  11. d7c532c Updated wasm_bindgen dependencies API (#1313) by UebelAndre · 3 years ago
  12. fb4d554 Updated wasm_bindgen rules to only require core `rules_nodejs` rules (#1311) by UebelAndre · 3 years ago
  13. 1590670 Prevents running of clippy on bindgen targets (#1320) by Cameron Mulhern · 3 years ago
  14. 73d0164 Add support for aarch64-apple-ios-sim (#1304) by Keith Smiley · 3 years ago
  15. 61eee54 Add bazel-* directories in cargo_manifest_dir/external_crate to gitignore (#1279) by David Tolnay · 3 years ago
  16. 42f78f2 crate_universe: Improved documentation (#1305) by UebelAndre · 3 years ago
  17. bddc4bd Silence warnings for example/test dependencies (#1312) by UebelAndre · 3 years ago
  18. b04fe3b Use tinyjson from crates.io instead of github.com. (#1309) by Wren Turkal · 3 years ago
  19. 1cab691 Remove doc about STATIC_RUST_URL env var. (#1306) by Wren Turkal · 3 years ago
  20. d86e06a Don't propagate non-shared transitive linker inputs from `rust_static|shared_library` (#1299) by scentini · 3 years ago
  21. 5abeb93 Don't emit `CrateInfo` from `rust_static_library` and `rust_shared_library` (#1298) by scentini · 3 years ago
  22. 0175a1b fix for using a nightly channel after https://github.com/bazelbuild/rules_rust/commit/841fc6fb82141576d91aecb1d3f2656d58b0ab71 (#1302) by Krasimir Georgiev · 3 years ago
  23. e07881f Updated crate_universe docs (#1301) by UebelAndre · 3 years ago
  24. c63ad97 rustc: fix a conditional (#1300) by George Burgess IV · 3 years ago
  25. a6f332f Use __EXEC_ROOT__ paths for genfiles in rust_analyzer aspect (#1293) by Cameron Mulhern · 3 years ago
  26. 97de47d Remove 'triple' field from triple struct in favor of 'str' (#1297) by David Tolnay · 3 years ago
  27. 58627f5 Make get_host_triple public to get a triple from Bazel's repository_ctx (#1289) by David Tolnay · 3 years ago
  28. 612f436 Updated `rules_rust` version to `0.3.1` (#1296) by UebelAndre · 3 years ago 0.3.1
  29. 26fa5a1 Fixed build issues in release artifact (#1295) by UebelAndre · 3 years ago
  30. 48bb32f crate_universe: Added tests for serialized config files. (#1291) by UebelAndre · 3 years ago
  31. 841fc6f Enable xz archives (#1284) by Wren Turkal · 3 years ago
  32. f7cb22e feat(#514): pass extra flags to clippy (#1264) by Roman Kashitsyn · 3 years ago
  33. e9f8b48 Updated `rules_rust` version to `0.3.0` (#1288) by UebelAndre · 3 years ago 0.3.0
  34. c900e1c Revert "Add workaround for arm vs armv7 android issue (#1259)" (#1290) by Keith Smiley · 3 years ago
  35. 01ebef2 Remove DEFAULT_RUST_EDITION (#1256) by David Tolnay · 3 years ago
  36. 03a7079 Outside of examples, fill in all `edition` attrs (#1257) by David Tolnay · 3 years ago
  37. 207ee4f feat: support extra deps in rust_doc_test (#1286) by Roman Kashitsyn · 3 years ago
  38. 4e7d114 Fix typo in render config doc (#1281) by Thomas · 3 years ago
  39. db17f29 Fix crate annotation anchor (#1282) by Thomas · 3 years ago
  40. fdb6851 Fix target name in `rust_test` example. (#1280) by Chris Fredrickson · 3 years ago
  41. 4fb6e40 Don't leak additive build file content across crates (#1278) by Thomas · 3 years ago
  42. 965044a Remove `rust_test` example which doesn't build. (#1267) by Chris Fredrickson · 3 years ago
  43. f6e7e0a add a stopgap experimental_use_whole_archive_for_native_deps attribute (#1269) by Krasimir Georgiev · 3 years ago
  44. 34fd467 process_wrapper: add support for terminating rustc after it emits rmeta. (#1207) by Roberto Bampi · 3 years ago
  45. b778fca crate_universe: propagate build_script_tools (#1266) by Duarte Nunes · 3 years ago
  46. f6f27a8 Add workaround for arm vs armv7 android issue (#1259) by Keith Smiley · 3 years ago
  47. c3f56c2 Add the BUILD.bazel file to the wasm_bindgen distro filegroup target (#1246) (#1261) by Filip Kieres · 3 years ago
  48. 1f2e623 Set edition for process_wrapper and cargo_build_script_runner (#1254) by David Tolnay · 3 years, 1 month ago
  49. 5579049 Updated Rust to 1.60.0 (#1247) by UebelAndre · 3 years, 1 month ago
  50. b594f90 Workaround for issue in linux Cargo binaries (#1252) by UebelAndre · 3 years, 1 month ago
  51. 8f0dd90 rust_test_suite: ensure crate names are valid (#1248) by Augie Fackler · 3 years, 1 month ago
  52. 4144dde Updating `rules_rust` version to `0.2.1` (#1243) by UebelAndre · 3 years, 1 month ago 0.2.1
  53. 65cad76 Fixed proto package in release artifact (#1241) by David Marcin · 3 years, 1 month ago
  54. 4d8de6e Updated repository pin in the docs (#1240) by UebelAndre · 3 years, 1 month ago
  55. e5a3970 Updating `rules_rust` version to `0.2.0` (#1235) by UebelAndre · 3 years, 1 month ago 0.2.0
  56. d061bf6 Updated `crate_universe` version to `0.2.0` (#1239) by UebelAndre · 3 years, 1 month ago
  57. c0505da Replace `rust_repositories` with `rust_register_toolchains` in docs (#1237) by UebelAndre · 3 years, 1 month ago
  58. 145ad76 Fixed `crates_repository` deleting `.cargo/config.toml` files. (#1227) by UebelAndre · 3 years, 1 month ago
  59. 20066b0 fix: distribute `//tools/rust_analyzer` (#1234) by UebelAndre · 3 years, 1 month ago
  60. b58ce89 Enabled `rust_doc_test` for `crate_universe` (#1232) by UebelAndre · 3 years, 1 month ago
  61. d2e2470 Fix some unit tests to run from another workspace (#1226) by Siddhartha Bagaria · 3 years, 1 month ago
  62. b03aee0 Fixed `crate_universe` clippy defects (#1228) by UebelAndre · 3 years, 1 month ago
  63. 41b39f0 add bots using lld (and examples with clang as a drive by) (#1221) by Krasimir Georgiev · 3 years, 1 month ago
  64. 84e98e4 don't emit --codegen={metadata,extra-filename} for rust_static_library and rust_shared_library (#1222) by Krasimir Georgiev · 3 years, 1 month ago
  65. e48c834 Renamed `crate_index` repository to `crate_universe_crate_index` (#1217) by UebelAndre · 3 years, 1 month ago
  66. 99b4b25 fix use of stamping in rust_binary_without_process_wrapper (#1218) by Krasimir Georgiev · 3 years, 1 month ago
  67. 8df4517 Add NUM_JOBS env var to cargo build scripts (#1216) by Daniel Wagner-Hall · 3 years, 1 month ago
  68. 628e85e Restrucutred `crate_universe` dependency macros (#1208) by UebelAndre · 3 years, 1 month ago
  69. e3d67a0 Updated docs to guide users to using releases (#1213) by UebelAndre · 3 years, 1 month ago
  70. fd912e6 Updated crate_universe docs. (#1212) by UebelAndre · 3 years, 1 month ago
  71. cde4c08 Delete deprecated `rules` targets (#1210) by UebelAndre · 3 years, 1 month ago
  72. 26e01c8 cache the release archive in release actions (#1201) by UebelAndre · 3 years, 1 month ago
  73. 3205c9d Updated crate_universe setup guide (#1202) by UebelAndre · 3 years, 1 month ago
  74. c078494 Don't leak deps from rust_proc_macro (#1206) by scentini · 3 years, 1 month ago
  75. 7c865ff Build `_import_macro_dep` in `exec` mode (#1203) by scentini · 3 years, 1 month ago
  76. 635da93 Updating `rules_rust` version to `0.1.0`. (#1198) by UebelAndre · 3 years, 1 month ago 0.1.0
  77. 6c797c9 disable advanced features of C++ rules (#1200) by Krasimir Georgiev · 3 years, 1 month ago
  78. 86d47a1 Tweak import macro bootstrap to trick rust analyzer aspect (#1179) by Marcel Hlopko · 3 years, 1 month ago
  79. 80d1972 Added release workflow (#1195) by UebelAndre · 3 years, 1 month ago
  80. cd44b36 Added support for producing distribution archives (#1194) by UebelAndre · 3 years, 1 month ago
  81. a665447 Traverse custom alias-like rules in the rust analyzer aspect (#1190) by Marcel Hlopko · 3 years, 1 month ago
  82. 4504983 Add a test showing that rust_analayzer aspect traverses aliases (#1188) by Marcel Hlopko · 3 years, 1 month ago
  83. 297dd18 Updated `crate_universe` to version `0.1.0`. (#1197) by UebelAndre · 3 years, 1 month ago
  84. 0d9c7d5 Specify root target for rust_analyzer test (#1189) by Marcel Hlopko · 3 years, 1 month ago
  85. 4a0352f Updated `crate_universe` dependencies (#1196) by UebelAndre · 3 years, 1 month ago
  86. 5126479 Fixed crate_universe release tools (#1193) by UebelAndre · 3 years, 2 months ago
  87. e840400 Remove last remains of use_process_wrapper flag. (#1192) by Roberto Bampi · 3 years, 2 months ago
  88. eb7db68 Fix iOS linker arguments (#1186) by Keith Smiley · 3 years, 2 months ago
  89. de726a1 Create internal rust_binary rule instead of using transitions (#1187) by David Freese · 3 years, 2 months ago
  90. 5e6ad9f Regenerated `cargo-raze` outputs with v0.15.0 (#1184) by UebelAndre · 3 years, 2 months ago
  91. 980b662 add static_library to get_preferred_artifact with pic (#1183) by Krasimir Georgiev · 3 years, 2 months ago
  92. 97fd329 Populate CFLAGS and CXXFLAGS when invoking build script. (#1081) by Damien DeVille · 3 years, 2 months ago
  93. bf59038 Allow specifying additional target triples in rust_register_toolchains() and fix androideabi system (#1181) by Denis Koroskin · 3 years, 2 months ago
  94. 348c3e3 Remove unused file and use the rules_rust transition allowlist. (#1182) by Roberto Bampi · 3 years, 2 months ago
  95. d9ba374 process_wrapper: replace C++ implementation with rust. (#1159) by Roberto Bampi · 3 years, 2 months ago
  96. e5fefdc Cut loading time deps of the import macro (#1177) by Marcel Hlopko · 3 years, 2 months ago
  97. 1b1f21a Make `rust_toolchain.llvm_tools` consistent with `rust_std` (#1180) by UebelAndre · 3 years, 2 months ago
  98. b9469a0 Updated crate_universe examples (#1170) by UebelAndre · 3 years, 2 months ago
  99. b82838a Fixed `crate.spec` being ignored in `crate_universe` rules. (#1174) by UebelAndre · 3 years, 2 months ago
  100. 5482196 Fixed crate_universe test metadata generation (#1171) by UebelAndre · 3 years, 2 months ago