- f5cbdf4 Implement error reporting for the bindings generator. by Michael VanBemmel · 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
- c31d95a Report imported explicit class template instantiation definitions in the by Marcel Hlopko · 2 years, 7 months ago
- abe406f Add the namespace hierarchy to BindingsAndMetadata by Rosica Dejanovska · 2 years, 7 months ago
- 974bf15 Fix source code warnings by Michael Forster · 2 years, 11 months ago
- 2ee2391 Collect template instantiations. by Marcel Hlopko · 2 years, 11 months ago
- 3f771a9 Extract GenerateBindingsAndMetadata by Marcel Hlopko · 2 years, 11 months ago
- 18bb5d2 Add template instantiation mode to rs_bindings_from_cc. by Marcel Hlopko · 2 years, 11 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
- cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 2 years, 11 months ago
- c61bcc4 Move the rest of rs_bindings_from_cc/util into crubit/common. by Marco Poletti · 3 years ago
- f15e8ce Rename all namespaces in crubit to 'crubit' by Marcel Hlopko · 3 years ago
- 6669c69 Move file I/O to a common directory in preparation for using it in the migrator. by Marco Poletti · 3 years ago
- 17d64ba Use absl flags directly. by Googler · 3 years ago
- d41a4e9 Fork status_macros.h into crubit/rs_bindings_from_cc/util/ by Lukasz Anforowicz · 3 years ago
- 34ad7f7 Replace LOG(FATAL) and DCHECK with LLVM equivalents. by Lukasz Anforowicz · 3 years ago
- 3b4be12 Replace json dependency with llvm::json by Lukasz Anforowicz · 3 years ago
- 3b254b3 Move //devtools/rust/cc_interop/rs_bindings_from_cc //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
- 01282b5 Replace CHECK_OK with more or less equivalent manual code. by Lukasz Anforowicz · 3 years, 1 month ago
- 016eb36 Move cmdline arg parsing to a separate compilation unit (with tests). by Lukasz Anforowicz · 3 years, 1 month ago
- 022775c Check the results of `headers_to_targets.find` in one more place. by Lukasz Anforowicz · 3 years, 1 month ago
- c8ba43e Replace //file/* dependencies with llvm:Support. by Lukasz Anforowicz · 3 years, 1 month ago
- e05154d Rename `Label` to `BlazeLabel`. by Googler · 3 years, 3 months ago
- 838166e Improve error message when headers_to_targets.find(...) == end. by Lukasz Anforowicz · 3 years, 3 months ago
- 42d9e26 Add --do_nothing flag to the interop tool by Marcel Hlopko · 3 years, 4 months ago
- 9c150da Add DeclId to items by Marcel Hlopko · 3 years, 5 months ago
- 7aa38a7 Refactor ir_from_cc to allow specifying custom headers by Marcel Hlopko · 3 years, 5 months ago
- 3cda505 Pass target and header information to the rs_bindings_from_cc tool during the build by Marcel Hlopko · 3 years, 5 months ago
- 20f4ce4 Run iwyu & build_cleaner by Marcel Hlopko · 3 years, 5 months ago
- 3f323be Refactor the clang invocations to make them more uniform and robust: by Michael Forster · 3 years, 6 months ago
- 2d6f496 Dump IR to a file when running :test_wrapper. by Devin Jeanpierre · 3 years, 6 months ago
- 560a64d Use IgnoreError() instead of CHECK_OK to delete files, in case the failure predates their creation. by Devin Jeanpierre · 3 years, 6 months ago
- 028800b Retain struct doc comments from C++ headers. by Michael Forster · 3 years, 6 months ago
- e936aac Move & and * to the left in C++ code by Marcel Hlopko · 3 years, 7 months ago
- a5f59ae Replace absl::Cord with std::string by Marcel Hlopko · 3 years, 7 months ago
- 45fba97 Return both Rust and C++ code from SrcCodeGen by Marcel Hlopko · 3 years, 7 months ago
- f1123c8 Add public_headers to the IR by Marcel Hlopko · 3 years, 7 months ago
- 3962d18 Rename rs_src_code_gen to src_code_gen. by Marcel Hlopko · 3 years, 7 months ago
- 19f2ebf Error out on invalid input. by Marcel Hlopko · 3 years, 7 months ago
- 45b60ef Add --public_headers flag by Marcel Hlopko · 3 years, 8 months ago
- 7d73979 Create bindings for simple C++ functions by Marcel Hlopko · 3 years, 8 months ago
- e8f1c4e Add a walking skeleton for rs_bindings_from_cc generator by Marcel Hlopko · 3 years, 8 months ago