1. bf68435 Inform users that `crate` and `srcs` are mutually exclusive (#1650) by UebelAndre · 1 year, 5 months ago
  2. 3089f92 Add licence to Cargo.toml (#2327) by Daniel Wagner-Hall · 1 year, 5 months ago
  3. 233bb35 Add crate for testing build configs (#2326) by Daniel Wagner-Hall · 1 year, 5 months ago
  4. 4cdada1 Remove `.bazelversion` file to always use latest release available. (#2323) by UebelAndre · 1 year, 5 months ago
  5. 0e4be00 Platform transition added to Rust binary rules. (#2310) by James Leitch · 1 year, 5 months ago
  6. c3581a5 Add support for QNX (#2195) by John Hughes · 1 year, 5 months ago
  7. 33e1820 cargo-bazel: Corrected sparse registry splicing code (#2325) by Julian Schmid · 1 year, 5 months ago
  8. 617db9f Add `env` attribute to `rust_binary` (#1692) by UebelAndre · 1 year, 5 months ago
  9. b01ca7e Uprev bazel CI to bazel 7.0.0 (#2322) by Matt · 1 year, 5 months ago
  10. 4f43ae9 Release 0.33.0 (#2319) by Daniel Wagner-Hall · 1 year, 5 months ago 0.33.0
  11. 3ca92dd Nix example switched to using `crate_universe_dependencies(bootstrap=True)` (#2313) by James Leitch · 1 year, 5 months ago
  12. 00d3e4e Introduced `TargetTriple` newtype. (#2315) by James Leitch · 1 year, 5 months ago
  13. 44ffccb Allow additional targets to compile with bzlmod (#2314) by Matt · 1 year, 5 months ago
  14. 9216b6b Pin repo to bazel 6.4.0 (#2318) by Daniel Wagner-Hall · 1 year, 5 months ago
  15. bf04130 NixOS added as a Platform target including a pseudo target triple (#2311) by James Leitch · 1 year, 5 months ago
  16. 0a4c4df fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) by James Leitch · 1 year, 5 months ago
  17. 6874b8d Add a new presubmit environment for bzlmod (#2309) by Matt · 1 year, 5 months ago
  18. f91b186 Move implementation detail settings into private module (#2305) by UebelAndre · 1 year, 5 months ago
  19. 7530835 Updated direct dependencies (#2308) by UebelAndre · 1 year, 5 months ago
  20. 1fef1af Replace fixedReleaser (#2304) by scentini · 1 year, 5 months ago
  21. 0bded80 Add an option to save the json output from rustc to pass to rust-analyzer (#1942) by Matt · 1 year, 5 months ago
  22. 742cb46 Use js_info macro to populate JsInfo provider (js_rust_wasm_bindgen) (#2303) by Jeremy Studer · 1 year, 5 months ago
  23. 3fd4987 Declare dependencies in vendored crates (#2246) by Matt · 1 year, 5 months ago
  24. 01a760e Cleanup sysroot flag (#2297) by UebelAndre · 1 year, 5 months ago
  25. acb1513 Improve the error message when crate root couldn't be found. (#2296) by Marcel Hlopko · 1 year, 5 months ago
  26. ea05260 Add android in runtime linking support check (#2144) by Gabriel Féron · 1 year, 5 months ago
  27. 0e39579 Fix inclusion/exclusion of optional dependencies (#2295) by Krishna Ersson · 1 year, 5 months ago
  28. ddf01c1 rust-analyzer: Include prost_runtime as a dep for rust_prost_library (#2290) by DolceTriade · 1 year, 5 months ago
  29. 33c34f5 Release 0.32.0 (#2289) by Daniel Wagner-Hall · 1 year, 5 months ago 0.32.0
  30. 76daee3 Added support for multiple javascript rule sets to wasm_bindgen package (#2284) by UebelAndre · 1 year, 5 months ago
  31. b96e37e crate_universe: Allow passing extra args down to crate_universe_bootstrap (#2279) by DolceTriade · 1 year, 5 months ago
  32. a09c6d9 Default experimental_toolchain_generated_sysroot to True (#2277) by Vinh Tran · 1 year, 5 months ago
  33. 4aa6550 Add repin script (#2282) by Daniel Wagner-Hall · 1 year, 5 months ago
  34. 542b4f6 Bump cargo_toml to 0.17.1 (#2278) by Daniel Wagner-Hall · 1 year, 5 months ago
  35. e2f2bff cargo_build_script can use rustc_env_files (#2276) by Daniel Wagner-Hall · 1 year, 5 months ago
  36. 364f130 replace pwd in rust-project.json output #1 (#2272) by Yuwei Ba · 1 year, 5 months ago
  37. e3dd170 Use a more recent rules_rust version in the Setup docs. (#2274) by John Cater · 1 year, 5 months ago
  38. f11c529 Release 0.31.0 (#2270) by UebelAndre · 1 year, 5 months ago 0.31.0
  39. 8d3705c Fix optional dependency check when crate is renamed (#2265) by Gary Guo · 1 year, 5 months ago
  40. 40e1a92 Added Rust 1.74.0 (#2268) by UebelAndre · 1 year, 5 months ago
  41. ce1b842 Support rustfmt on crates with generated sources (#2255) by UebelAndre · 1 year, 5 months ago
  42. 6d35ac1 Add configuration to mirror github releases to bazel central registry (#2256) by Gautam Korlam · 1 year, 6 months ago
  43. 54bef51 Fix docs for Bazel@HEAD (#2250) by Xùdōng Yáng · 1 year, 6 months ago
  44. 548e7bc Rerun crates_vendor for additional packages (#2251) by Matt · 1 year, 6 months ago
  45. 5d89c92 Run "bazel run //*:crates_vendor" (#2245) by Matt · 1 year, 6 months ago
  46. cebd731 Update wasm-bindgen to 0.2.88 (#2240) by Alex Kirszenberg · 1 year, 6 months ago
  47. 3a013f8 Allow passing explicit labels as select keys (#2239) by Daniel Wagner-Hall · 1 year, 6 months ago
  48. d680d81 Take into account DependencyKind when collecting package target dependencies (#2235) by Dmitrii Ubskii · 1 year, 6 months ago
  49. 9341d1f process_wrapper: write all output from rustc if json parsing fails. (#2234) by Roberto Bampi · 1 year, 6 months ago
  50. 7b101e0 Updated crate_universe dependencies (#2228) by UebelAndre · 1 year, 6 months ago
  51. 25411ee [prost] includes prost crate infos in rust_analyzer_aspect (#2232) by Ricard Solé · 1 year, 6 months ago
  52. 4aafa0a Set --sysroot to sysroot generated by rust_toolchain (#2223) by Vinh Tran · 1 year, 6 months ago
  53. 841a733 Support artifact dependencies in crate.spec (#2229) by David Tolnay · 1 year, 6 months ago
  54. d86faee Adds support for bindeps in crate universe (#2226) by Cameron Mulhern · 1 year, 6 months ago
  55. d5d7fb8 Split write_splicing_manifest and write_config_file. (#2225) by Matt · 1 year, 6 months ago
  56. bbd207b Added tracing (logging) to crate_universe (#2224) by UebelAndre · 1 year, 6 months ago
  57. 03a9088 Update default resolver version in crates_universe rules (#2220) by UebelAndre · 1 year, 6 months ago
  58. 62401ab Regenerated crate_universe test data (#2221) by UebelAndre · 1 year, 6 months ago
  59. 249b821 Release 0.30.0 (#2219) by UebelAndre · 1 year, 6 months ago 0.30.0
  60. ec5fd40 Fix issues causing the `Rustc` process wrapper to be built non-determ… (#2216) by UebelAndre · 1 year, 6 months ago
  61. 1557205 Shorten test targets (#2214) by Vinh Tran · 1 year, 6 months ago
  62. 9455b71 Fix handling of proc macro deps with multiple kinds (#2211) by Ulan Degenbaev · 1 year, 6 months ago
  63. 535af8b Support cargo_bazel_bootstrap for bzlmod (#2021) by Matt · 1 year, 6 months ago
  64. cd3e53e Prep release 0.29.1 (#2209) by Krasimir Georgiev · 1 year, 6 months ago 0.29.1
  65. cb974e9 add compile_data attr to cargo_build_script (#2203) by Krasimir Georgiev · 1 year, 6 months ago
  66. bd8c36a Migrade rbe_ubuntu1604 to rbe_ubuntu2004 (#2208) by Chi Wang · 1 year, 6 months ago
  67. 80c8dd5 Remove _rustc_env_attr from CrateInfo (#2189) by Vinh Tran · 1 year, 6 months ago
  68. 3a78d01 Refactor rustc_compile_action to construct CrateInfo internally (#2188) by Vinh Tran · 1 year, 6 months ago
  69. b4135d6 Add Android Platforms build flags. (#2198) by John Cater · 1 year, 6 months ago
  70. 9bccc51 Update rules_cc to 0.0.9 (#2201) by Henry · 1 year, 6 months ago
  71. 57585b7 Fix prost toolchain documentation typo (#2202) by Joel Wachsler · 1 year, 6 months ago
  72. 31a18a9 Update using_cxx example to cxx 1.0.109 (#2200) by David Tolnay · 1 year, 7 months ago
  73. ac4e05a Prep release 0.29.0 (#2197) by Daniel Wagner-Hall · 1 year, 7 months ago 0.29.0
  74. 0f582d5 Improvements to better support cxx (#2192) by Daniel Wagner-Hall · 1 year, 7 months ago
  75. 2a62c93 [prost] Handle argfiles (#2194) by William Smith · 1 year, 7 months ago
  76. 0a3bf9e [prost] Fix handling of message names with acronyms (#2193) by William Smith · 1 year, 7 months ago
  77. 35c92d0 Use canonical labels for analysistest config_settings (#2191) by Nick Gooding · 1 year, 7 months ago
  78. d89f198 Set CARGO_MANIFEST_LINKS if links is set (#2190) by Daniel Wagner-Hall · 1 year, 7 months ago
  79. 3e124fb Add target_compatible_with from kwargs to build_script_kwargs (#2133) by Vinh Tran · 1 year, 7 months ago
  80. a7eba05 Disable frequently failing Windows CI (#2187) by Daniel Wagner-Hall · 1 year, 7 months ago
  81. 699c833 Added Rust 1.73.0 (#2184) by UebelAndre · 1 year, 7 months ago
  82. 9093e51 Simplify CPU arch detection in get_host_triple (#2183) by David Zbarsky · 1 year, 7 months ago
  83. 8b548d2 Refactor CrateInfo construction (#2161) by Vinh Tran · 1 year, 7 months ago
  84. a458757 Disable Bzlmod explicitly in .bazelrc (#2182) by Yun Peng · 1 year, 7 months ago
  85. 858fcfa Make more annotations select-able (#2180) by Daniel Wagner-Hall · 1 year, 7 months ago
  86. f6bba6e Add `toolchain` parameter to the affected actions (#2140) by kotlaja · 1 year, 7 months ago
  87. aa4b3a8 Set up default allocator_library and global_allocator_library (#2172) by Daniel Wagner-Hall · 1 year, 7 months ago
  88. ac5aa1e rustdoc: respect error_format config (#2166) by Geoffry Song · 1 year, 7 months ago
  89. 4a5d7a1 Release 0.28.0 (#2167) by UebelAndre · 1 year, 7 months ago 0.28.0
  90. af75f6e Revert "Flip experimental_use_coverage_metadata_files" (#2164) by UebelAndre · 1 year, 7 months ago
  91. 7d1cc09 Export bindgen rules through `@rules_rust//bindgen:defs.bzl` (#2054) by UebelAndre · 1 year, 7 months ago
  92. ca99de8 Added Rust 1.72.1 (#2163) by UebelAndre · 1 year, 7 months ago
  93. de2f707 Use cc_toolchain.linker_files() for files required at linking steps (#2165) by Vinh Tran · 1 year, 7 months ago
  94. 3e35d10 Fix prost documentation errors (#2093) by Joel Wachsler · 1 year, 8 months ago
  95. 1b19a46 Handle files from external repos (fix breaking change in Bazel 3.7.0) (#2138) by Javier G. Sogo · 1 year, 8 months ago
  96. 1f9b63a cargo_build_scripts can be run from custom directories (#2152) by Daniel Wagner-Hall · 1 year, 8 months ago
  97. f745465 Add missing comma in nightly's example in index.md (#2151) by Di Fan · 1 year, 8 months ago
  98. ea4282f Added github action to publish cargo-bazel binaries. (#2134) by UebelAndre · 1 year, 8 months ago
  99. 0a1e587 Remove usage of grep_includes (#2072) by kotlaja · 1 year, 8 months ago
  100. 719461a Bump min Bazel version to 6.3 (#2150) by scentini · 1 year, 8 months ago