- b2cd021 Add `is_trivial_abi` bit to Record IR. by Devin Jeanpierre · 3 years, 6 months ago
- c06204a Handle more of the fundamental types. by Michael Forster · 3 years, 6 months ago
- 64ca9f6 Slightly improve field matcher error messages. by Devin Jeanpierre · 3 years, 6 months ago
- 5ea8864 Add static assertions for struct layout to generated C++ code. by Googler · 3 years, 6 months ago
- cb0277b Oops, fix comments. by Devin Jeanpierre · 3 years, 6 months ago
- 09c6f45 Split `Type` in half: separate `RsType` and `CcType`. by Devin Jeanpierre · 3 years, 6 months ago
- c6c62eb Expand on notes about cv-qualified function and reference types. by Devin Jeanpierre · 3 years, 6 months ago
- 42d540f Don't separate all tokens by spaces in cc_tokens_to_string(). by Googler · 3 years, 6 months ago
- ec648ff Add static assertions for size and alignment to generated Rust code. by Googler · 3 years, 6 months ago
- 0f9b1e9 Add an end-to-end test using a simple struct. by Googler · 3 years, 6 months ago
- 51da81a Add more fundamental types. by Michael Forster · 3 years, 6 months ago
- d3e2b45 Add TODO to handle enums correctly. by Michael Forster · 3 years, 6 months ago
- 315ae6d Add `long long` to the integer type conversion test. by Michael Forster · 3 years, 6 months ago
- e6e5f30 Serialize and deserialize size/alignment/offset. by Googler · 3 years, 6 months ago
- 6986c07 Add size/alignment/offset to C++ IR and populate. by Googler · 3 years, 6 months ago
- 184f9ac Add const. by Devin Jeanpierre · 3 years, 6 months ago
- f09ef0e Add matchers for types. by Googler · 3 years, 6 months ago
- 5bb2351 Add matchers to make writing AstVisitor tests easier. by Googler · 3 years, 6 months ago
- f74c149 Automatically format generated C++ bindings using clang-format. by Michael Forster · 3 years, 6 months ago
- dc683af Return `StatusOr` with type payload for failed type conversions by Michael Forster · 3 years, 6 months ago
- 25a1a30 Make vectors in `IR` default to empty, both in Rust and JSON. by Googler · 3 years, 6 months ago
- a921463 Split test_deserializing into smaller, more focused tests. by Googler · 3 years, 6 months ago
- 949b7d9 Structify Record. by Googler · 3 years, 6 months ago
- ec589eb Make private and protected member variables private in Rust. by Googler · 3 years, 6 months ago
- 2294c70 Serialize and deserialize access specifiers. by Googler · 3 years, 6 months ago
- 1de27b8 Handle basic integer types. by Michael Forster · 3 years, 6 months ago
- 7a7328e Add pointer support to C++ codegen. by Devin Jeanpierre · 3 years, 6 months ago
- 2e85f34 C++ IR: Add access specifiers to fields and populate in AstVisitor. by Googler · 3 years, 6 months ago
- 7d67331 Create a (temporary) bzl macro that generates and builds bindings for end-to-end tests by Marcel Hlopko · 3 years, 6 months ago
- da14e02 Remove unnecessary explicit std::string constructor calls by Marcel Hlopko · 3 years, 6 months ago
- 0d5d0d4 Structify IR! by Devin Jeanpierre · 3 years, 6 months ago
- 9f8ab4f Use ASSERT_THAT when the test will encounter UB if the expect fails -- see[] by Devin Jeanpierre · 3 years, 6 months ago
- 5c87a72 Part #1 of adding mutable pointer types to Rust bindings. by Devin Jeanpierre · 3 years, 6 months ago
- ea1aff8 Remove "Test" from names of tests, as it's redundant. by Googler · 3 years, 6 months ago
- 76b2cad More test name shortening. by Googler · 3 years, 6 months ago
- 52c709b Remove "Test" from names of tests in ast_visitor_test.cc. by Googler · 3 years, 6 months ago
- 73e3355 Migrate TODOs to buganizer entries by Marcel Hlopko · 3 years, 6 months ago
- d343b29 Cleanup style in ir.h/ir.cc by Marcel Hlopko · 3 years, 6 months ago
- 6e95ad3 Structify Field. by Michael Forster · 3 years, 6 months ago
- b4b2874 Import simple structs by Marcel Hlopko · 3 years, 6 months ago
- 29a25f1 Structify Type. by Devin Jeanpierre · 3 years, 6 months ago
- 4d33b59 Structify Func. by Devin Jeanpierre · 3 years, 6 months ago
- 601f14f Change `FuncParam` to be a struct, per IRL conversations. by Devin Jeanpierre · 3 years, 6 months ago
- 06da6b9 Remove obsolete TODO by Marcel Hlopko · 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
- 3164eee Handle simple inline functions 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
- 884ae7f Extract ffi_types library/crate. 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, 7 months ago
- 7d73979 Create bindings for simple C++ functions by Marcel Hlopko · 3 years, 7 months ago
- 42abfc8 Send IR to Rust to generate rust source code using quote! by Marcel Hlopko · 3 years, 8 months ago
- bfd8d32 Create initial intermediate representation types by Marcel Hlopko · 3 years, 8 months ago
- 7ebafb2 Internal change 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