1. 02da3fb Make PointerTo() and LValueReferenceTo() non-inline. by Googler · 3 years, 4 months ago
  2. 4e1bc13 Populate Func::lifetime_params and RsType::lifetime_args. by Googler · 3 years, 4 months ago
  3. 64e4edb Add lifetimes to IR. by Googler · 3 years, 4 months ago
  4. e556109 Remove Func::record_decl_id by Marcel Hlopko · 3 years, 4 months ago
  5. 7e9a1de Implement[] by Devin Jeanpierre · 3 years, 4 months ago
  6. 264b9ad Rename Record::decl_id to id, Func::decl_id to record_decl_id. by Marcel Hlopko · 3 years, 4 months ago
  7. ff7fc23 Rename `type_params` to `type_args` in RsType and CcType. by Googler · 3 years, 4 months ago
  8. 61dce3b Add support for lvalue references. by Googler · 3 years, 4 months ago
  9. 1661eee Make IR::get_items_if() a const method. by Googler · 3 years, 4 months ago
  10. 5618301 Pretty print JSON debug output. by Googler · 3 years, 4 months ago
  11. 80441c1 Add current target to the IR, add owning target to items by Marcel Hlopko · 3 years, 5 months ago
  12. 9c150da Add DeclId to items by Marcel Hlopko · 3 years, 5 months ago
  13. 7aa38a7 Refactor ir_from_cc to allow specifying custom headers by Marcel Hlopko · 3 years, 5 months ago
  14. 20f4ce4 Run iwyu & build_cleaner by Marcel Hlopko · 3 years, 5 months ago
  15. cd0ba85 Test unqualified-identifier parsing / IR. by Devin Jeanpierre · 3 years, 5 months ago
  16. be2f33b Categorize two types of nontrivial special member functions: those which are nontrivial due **only** to member variables, and the rest. by Devin Jeanpierre · 3 years, 5 months ago
  17. c6877bb Include member function information in the IR. by Devin Jeanpierre · 3 years, 6 months ago
  18. f2ec871 Initial support for non-identifier names (currently: constructors, destructors), but without much special support in codegen. by Devin Jeanpierre · 3 years, 6 months ago
  19. f1dce42 Copy free top-level comments from headers to Rust bindings. by Michael Forster · 3 years, 6 months ago
  20. 6a184ad Add source location information to diagnostics. by Michael Forster · 3 years, 6 months ago
  21. 523dbd4 Add a simple diagnostics type to the IR and use it to report type conversion by Michael Forster · 3 years, 6 months ago
  22. 409d941 Retain doc comments on functions. by Michael Forster · 3 years, 6 months ago
  23. cc5941a Retain doc comments on record fields by Michael Forster · 3 years, 6 months ago
  24. 028800b Retain struct doc comments from C++ headers. by Michael Forster · 3 years, 6 months ago
  25. e78b2fb Add trivial destructor flags to the IR. by Devin Jeanpierre · 3 years, 6 months ago
  26. 0793127 Add trivial construction flags to the IR. by Devin Jeanpierre · 3 years, 6 months ago
  27. 2d5718a Implement streaming for IR structs and enums so that the error messages are non-opaque. by Devin Jeanpierre · 3 years, 6 months ago
  28. 7ef8073 Replace the two lists of `Func`s and `Record`s in the IR by a single list of by Michael Forster · 3 years, 6 months ago
  29. b2cd021 Add `is_trivial_abi` bit to Record IR. by Devin Jeanpierre · 3 years, 6 months ago
  30. 09c6f45 Split `Type` in half: separate `RsType` and `CcType`. by Devin Jeanpierre · 3 years, 6 months ago
  31. c6c62eb Expand on notes about cv-qualified function and reference types. by Devin Jeanpierre · 3 years, 6 months ago
  32. 6986c07 Add size/alignment/offset to C++ IR and populate. by Googler · 3 years, 7 months ago
  33. 184f9ac Add const. by Devin Jeanpierre · 3 years, 7 months ago
  34. 949b7d9 Structify Record. by Googler · 3 years, 7 months ago
  35. 2e85f34 C++ IR: Add access specifiers to fields and populate in AstVisitor. by Googler · 3 years, 7 months ago
  36. da14e02 Remove unnecessary explicit std::string constructor calls by Marcel Hlopko · 3 years, 7 months ago
  37. 0d5d0d4 Structify IR! by Devin Jeanpierre · 3 years, 7 months ago
  38. 5c87a72 Part #1 of adding mutable pointer types to Rust bindings. by Devin Jeanpierre · 3 years, 7 months ago
  39. d343b29 Cleanup style in ir.h/ir.cc by Marcel Hlopko · 3 years, 7 months ago
  40. 6e95ad3 Structify Field. by Michael Forster · 3 years, 7 months ago
  41. b4b2874 Import simple structs by Marcel Hlopko · 3 years, 7 months ago
  42. 29a25f1 Structify Type. by Devin Jeanpierre · 3 years, 7 months ago
  43. 4d33b59 Structify Func. by Devin Jeanpierre · 3 years, 7 months ago
  44. 601f14f Change `FuncParam` to be a struct, per IRL conversations. by Devin Jeanpierre · 3 years, 7 months ago
  45. e936aac Move & and * to the left in C++ code by Marcel Hlopko · 3 years, 7 months ago
  46. a5f59ae Replace absl::Cord with std::string by Marcel Hlopko · 3 years, 7 months ago
  47. 3164eee Handle simple inline functions by Marcel Hlopko · 3 years, 7 months ago
  48. f1123c8 Add public_headers to the IR by Marcel Hlopko · 3 years, 8 months ago
  49. 7d73979 Create bindings for simple C++ functions by Marcel Hlopko · 3 years, 8 months ago
  50. 42abfc8 Send IR to Rust to generate rust source code using quote! by Marcel Hlopko · 3 years, 8 months ago
  51. bfd8d32 Create initial intermediate representation types by Marcel Hlopko · 3 years, 8 months ago