1. b2cd021 Add `is_trivial_abi` bit to Record IR. by Devin Jeanpierre · 3 years, 6 months ago
  2. c06204a Handle more of the fundamental types. by Michael Forster · 3 years, 6 months ago
  3. 09c6f45 Split `Type` in half: separate `RsType` and `CcType`. by Devin Jeanpierre · 3 years, 6 months ago
  4. 51da81a Add more fundamental types. by Michael Forster · 3 years, 6 months ago
  5. d3e2b45 Add TODO to handle enums correctly. by Michael Forster · 3 years, 7 months ago
  6. 6986c07 Add size/alignment/offset to C++ IR and populate. by Googler · 3 years, 7 months ago
  7. 184f9ac Add const. by Devin Jeanpierre · 3 years, 7 months ago
  8. dc683af Return `StatusOr` with type payload for failed type conversions by Michael Forster · 3 years, 7 months ago
  9. 1de27b8 Handle basic integer types. by Michael Forster · 3 years, 7 months ago
  10. 2e85f34 C++ IR: Add access specifiers to fields and populate in AstVisitor. by Googler · 3 years, 7 months ago
  11. da14e02 Remove unnecessary explicit std::string constructor calls by Marcel Hlopko · 3 years, 7 months ago
  12. 0d5d0d4 Structify IR! by Devin Jeanpierre · 3 years, 7 months ago
  13. 5c87a72 Part #1 of adding mutable pointer types to Rust bindings. by Devin Jeanpierre · 3 years, 7 months ago
  14. 73e3355 Migrate TODOs to buganizer entries by Marcel Hlopko · 3 years, 7 months ago
  15. 6e95ad3 Structify Field. by Michael Forster · 3 years, 7 months ago
  16. b4b2874 Import simple structs by Marcel Hlopko · 3 years, 7 months ago
  17. 29a25f1 Structify Type. by Devin Jeanpierre · 3 years, 7 months ago
  18. 4d33b59 Structify Func. by Devin Jeanpierre · 3 years, 7 months ago
  19. 601f14f Change `FuncParam` to be a struct, per IRL conversations. by Devin Jeanpierre · 3 years, 7 months ago
  20. 06da6b9 Remove obsolete TODO by Marcel Hlopko · 3 years, 7 months ago
  21. a5f59ae Replace absl::Cord with std::string by Marcel Hlopko · 3 years, 7 months ago
  22. 3164eee Handle simple inline functions by Marcel Hlopko · 3 years, 7 months ago
  23. f1123c8 Add public_headers to the IR by Marcel Hlopko · 3 years, 7 months ago
  24. 7d73979 Create bindings for simple C++ functions by Marcel Hlopko · 3 years, 8 months ago
  25. e8f1c4e Add a walking skeleton for rs_bindings_from_cc generator by Marcel Hlopko · 3 years, 8 months ago