1. 53b27fb Automatic code cleanup. by Nevena Kotlaja · 1 year, 8 months ago
  2. 512990a Cleanup: s/targets_and_headers/target_args/ in the Crubit aspect. by Devin Jeanpierre · 1 year, 9 months ago
  3. 64ac8ad One half of bidirectional interop: `RustBindings(CcBindings(X)) == X`. by Devin Jeanpierre · 1 year, 10 months ago
  4. 9c5c5c2 Do not transition deps_for_bindings by Marcel Hlopko · 1 year, 10 months ago
  5. 619bb63 Rename `--targets_and_headers` to `--target_args` everywhere outside of the actual aspect. by Devin Jeanpierre · 1 year, 10 months ago
  6. 42f3996 Automatic code cleanup. by Googler · 1 year, 10 months ago
  7. 495f436 Google internal change by Googler · 1 year, 10 months ago
  8. 763e2a9 Remove redundant `licenses(["notice"])` directives from `BUILD` files. by Lukasz Anforowicz · 1 year, 11 months ago
  9. c1f6cab Internal-only change by Googler · 1 year, 11 months ago
  10. 39f69b3 Google-internal change. by Googler · 1 year, 11 months ago
  11. 803ab03 Add `_for_debugging` suffix to `use_prebuilt_rs_bindings_from_cc` flag and setting. by Googler · 1 year, 11 months ago
  12. aaa2a0f Fix license handling in OSS build of Crubit. by Lukasz Anforowicz · 2 years ago
  13. c5d1d10 Automatic code cleanup. by Googler · 2 years ago
  14. a235e97 Add `additional_rust_srcs_for_crubit_bindings` aspect hint to allow specifying auxiliary Rust files for a C++ target by Googler · 2 years ago
  15. dff6528 Use Crubit features to control bindings generation. by Devin Jeanpierre · 2 years ago
  16. 47de69d Internal change. by Marcel Hlopko · 2 years ago
  17. aa0e9bc rs_bindings_from_cc: Allow `generate_bindings` build rule to disable source location doc comments by Googler · 2 years, 1 month ago
  18. dff1e70 Add `crubit_feature` aspect hints, without actually using them anywhere (yet). by Devin Jeanpierre · 2 years, 1 month ago
  19. abf02de Move the `cc_std` target to `crubit/support/cc_std` directory. by Lukasz Anforowicz · 2 years, 1 month ago
  20. b1f1ce1 Automatic code cleanup. by Googler · 2 years, 1 month ago
  21. 83b6d7f internal change by Googler · 2 years, 1 month ago
  22. e87ae2a Oops -- fully allow headers with ambiguous owners. by Devin Jeanpierre · 2 years, 2 months ago
  23. 0704c1d Move `crubit/rs_bindings_from_cc/support` to `crubit/support`. by Lukasz Anforowicz · 2 years, 2 months ago
  24. 78b9f56 Internal change by Rosica Dejanovska · 2 years, 2 months ago
  25. 5bf4943 Invoke `clang-format` binary instead of linking in llvm/clang libraries. by Lukasz Anforowicz · 2 years, 3 months ago
  26. 8676352 Actually compile the generated `..._cc_api_impl.rs` file. by Lukasz Anforowicz · 2 years, 4 months ago
  27. f5cbdf4 Implement error reporting for the bindings generator. by Michael VanBemmel · 2 years, 5 months ago
  28. 96bf0bd Add custom bindings glue code to the STL, starting with `std::string_view`. by Devin Jeanpierre · 2 years, 5 months ago
  29. e3c1d8e Internal change related to making debugging easier when running in our local environment. by Devin Jeanpierre · 2 years, 6 months ago
  30. 253ceb4 Internal change by Marcel Hlopko · 2 years, 6 months ago
  31. 60d99f0 Create the bzl_library rules for the bzl files split from rust_bindings_from_cc_utils by Googler · 2 years, 6 months ago
  32. 0846350 Only consider .proto.h headers for proto_libraries by Marcel Hlopko · 2 years, 6 months ago
  33. daf0703 Split major functions out of rust_bindings_from_cc_utils to separate files by Marcel Hlopko · 2 years, 6 months ago
  34. 298fc13 Support proto libraries with no headers, whenever that happens. (ihavenoideawhatimdoing.jpg) by Devin Jeanpierre · 2 years, 6 months ago
  35. 6309154 Support `cc_embed_data` targets by Rosica Dejanovska · 2 years, 6 months ago
  36. 1e63aed Automated rollback of commit 3baa502519c62a5270805766b44e697fd9425b04. by Rosica Dejanovska · 2 years, 6 months ago
  37. 3baa502 rollback --namespaces_json, as it breaks update.sh. by Devin Jeanpierre · 2 years, 7 months ago
  38. f3aa3e9 Add build support for the --namespaces_json flag by Rosica Dejanovska · 2 years, 7 months ago
  39. 5628765 Enable pipelining for crubit by Rosica Dejanovska · 2 years, 7 months ago
  40. adea54e Update transitions used in bindings so that we build targets in fewer configurations. by Rosica Dejanovska · 2 years, 7 months ago
  41. 580c702 Check rule kind instead of the target name for cc_proto_library by Marcel Hlopko · 2 years, 7 months ago
  42. 67ca5ff Fix skylib label by Marcel Hlopko · 2 years, 7 months ago
  43. a04d2c1 Add support for generating bindings for C++ protobufs by Marcel Hlopko · 2 years, 7 months ago
  44. acdf556 Assume disabled layering check when generating bindings by Marcel Hlopko · 2 years, 7 months ago
  45. 05dd656 Allow for entire targets to be stripped from bindings. by Devin Jeanpierre · 2 years, 7 months ago
  46. cdba619 add a CcInfo provider by Googler · 2 years, 8 months ago
  47. d7d68f0 Support custom path to the `rustfmt` executable. by Lukasz Anforowicz · 2 years, 10 months ago
  48. 75c7ad0 Add enough Bazel to build `//rs_bindings_from_cc:rs_bindings_from_cc_impl` by Googler · 2 years, 10 months ago
  49. 457bdef Split libc++ and libc headers in toolchain_headers.bzl and be precise which by Marcel Hlopko · 2 years, 10 months ago
  50. 91208cd Remove grte check from toolchain_headers by Marcel Hlopko · 2 years, 10 months ago
  51. 642a9d1 Use full paths (instead of short_path) in Bazel support by Marcel Hlopko · 2 years, 10 months ago
  52. ea88152 Internal change by Marcel Hlopko · 2 years, 10 months ago
  53. dd90770 Support custom path to crubit/rs_bindings_from_cc/support directory. by Lukasz Anforowicz · 2 years, 11 months ago
  54. 54ff318 Support custom rustfmt.toml path for formatting generated bindings. by Lukasz Anforowicz · 2 years, 11 months ago
  55. 2f110d3 Don't rely on the order of elements returned by `rustc_compile_action` by Rosica Dejanovska · 2 years, 11 months ago
  56. 2ea848c Internal-only change. by Googler · 3 years ago
  57. 5dd0927 Internal-only change. by Googler · 3 years ago
  58. aed4818 Internal-only change. by Googler · 3 years ago
  59. 9a94fc4 Internal change. by Marcel Hlopko · 3 years ago
  60. 6c3de12 Project import generated by Copybara. by Googler · 3 years ago
  61. 3384148 open source bazel support by Marcel Hlopko · 3 years ago