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