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