1. 7ac3e67 Support specifying angular brackets for including Crubit support C++ library headers. by Jing Lu · 1 year, 6 months ago
  2. 785831e Fix ClangTidy warnings, include what you spell by Dmitri Gribenko · 1 year, 9 months ago
  3. b0af4dc Use an options struct for `IrFromCc`, since the parameter list is unwieldy. by Devin Jeanpierre · 1 year, 11 months ago
  4. 69e0963 rs_bindings_from_cc: Add CLI flag to switch off source location in doc comments by Googler · 2 years, 1 month ago
  5. 6ed0f60 Thread Crubit feature flags into the IR and `src_code_gen.rs`. by Devin Jeanpierre · 2 years, 1 month ago
  6. 9704789 Quick naming fix: `crate_root_path_` -> `crate_root_path`. by Devin Jeanpierre · 2 years, 3 months ago
  7. 5bf4943 Invoke `clang-format` binary instead of linking in llvm/clang libraries. by Lukasz Anforowicz · 2 years, 4 months ago
  8. b4d5d8e Assume bindings are generated in `__cc_template_instantiations_rs_api` by Marcel Hlopko · 2 years, 5 months ago
  9. 121338a Generate a comment about `#include`s of `--public_headers`. by Lukasz Anforowicz · 2 years, 5 months ago
  10. f5cbdf4 Implement error reporting for the bindings generator. by Michael VanBemmel · 2 years, 6 months ago
  11. 96bf0bd Add custom bindings glue code to the STL, starting with `std::string_view`. by Devin Jeanpierre · 2 years, 6 months ago
  12. 20de6de Generate virtual input file for instantiations by Marcel Hlopko · 2 years, 7 months ago
  13. c31d95a Report imported explicit class template instantiation definitions in the by Marcel Hlopko · 2 years, 7 months ago
  14. ab7a228 Fix style in generate_bindings_and_metadata.cc by Marcel Hlopko · 2 years, 7 months ago
  15. abe406f Add the namespace hierarchy to BindingsAndMetadata by Rosica Dejanovska · 2 years, 7 months ago
  16. af348cc Add headers in `generate_bindings_and_metadata_test.cc` to the virtual filesystem by Rosica Dejanovska · 2 years, 7 months ago
  17. 6e8b3a7 Propagate errors from `clang::tooling::applyAllReplacements`. by Lukasz Anforowicz · 2 years, 10 months ago
  18. d7d68f0 Support custom path to the `rustfmt` executable. by Lukasz Anforowicz · 2 years, 10 months ago
  19. 2ee2391 Collect template instantiations. by Marcel Hlopko · 2 years, 11 months ago
  20. 3f771a9 Extract GenerateBindingsAndMetadata by Marcel Hlopko · 2 years, 11 months ago