- 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
- 09c6f45 Split `Type` in half: separate `RsType` and `CcType`. by Devin Jeanpierre · 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, 7 months ago
- 6986c07 Add size/alignment/offset to C++ IR and populate. by Googler · 3 years, 7 months ago
- 184f9ac Add const. by Devin Jeanpierre · 3 years, 7 months ago
- dc683af Return `StatusOr` with type payload for failed type conversions by Michael Forster · 3 years, 7 months ago
- 1de27b8 Handle basic integer types. by Michael Forster · 3 years, 7 months ago
- 2e85f34 C++ IR: Add access specifiers to fields and populate in AstVisitor. by Googler · 3 years, 7 months ago
- da14e02 Remove unnecessary explicit std::string constructor calls by Marcel Hlopko · 3 years, 7 months ago
- 0d5d0d4 Structify IR! by Devin Jeanpierre · 3 years, 7 months ago
- 5c87a72 Part #1 of adding mutable pointer types to Rust bindings. by Devin Jeanpierre · 3 years, 7 months ago
- 73e3355 Migrate TODOs to buganizer entries by Marcel Hlopko · 3 years, 7 months ago
- 6e95ad3 Structify Field. by Michael Forster · 3 years, 7 months ago
- b4b2874 Import simple structs by Marcel Hlopko · 3 years, 7 months ago
- 29a25f1 Structify Type. by Devin Jeanpierre · 3 years, 7 months ago
- 4d33b59 Structify Func. by Devin Jeanpierre · 3 years, 7 months ago
- 601f14f Change `FuncParam` to be a struct, per IRL conversations. by Devin Jeanpierre · 3 years, 7 months ago
- 06da6b9 Remove obsolete TODO 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
- f1123c8 Add public_headers to the IR by Marcel Hlopko · 3 years, 7 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