1. 96bf0bd Add custom bindings glue code to the STL, starting with `std::string_view`. by Devin Jeanpierre · 2 years, 6 months ago
  2. 1bcd726 Move graph traversal updates so that they are compatible with records being imported during record import. by Devin Jeanpierre · 2 years, 6 months ago
  3. 6af160e Lift records behind typedefs into first-class (cached) items. by Devin Jeanpierre · 2 years, 7 months ago
  4. 5fecde5 Partially-support nested type aliases: use the underlying type instead. by Devin Jeanpierre · 2 years, 7 months ago
  5. fe6aaea Implement inline namespaces. by Devin Jeanpierre · 2 years, 7 months ago
  6. 38310f3 Consistently handle explicit and implicit class template specializations. by Lukasz Anforowicz · 2 years, 7 months ago
  7. c31d95a Report imported explicit class template instantiation definitions in the by Marcel Hlopko · 2 years, 7 months ago
  8. 3f13397 Use mangled type names in `cc_struct_upcast_impl`'s `cast_fn_name`. by Lukasz Anforowicz · 2 years, 7 months ago
  9. 8dd5179 Support thunks operating on incomplete/forwarded decls. by Lukasz Anforowicz · 2 years, 7 months ago
  10. 2c34cae Replace `crubit/common/check.h` with `absl/log/...`. by Lukasz Anforowicz · 2 years, 7 months ago
  11. 54b75d7 Update record.size when the original size in C++ isn't aligned (while alignment is given) by Kinuko Yasuda · 2 years, 8 months ago
  12. ccb6767 Generate bindings for abstract classes. by Devin Jeanpierre · 2 years, 8 months ago
  13. 8dd8464 Import typedef'ed anonymous C unions/structs by Kinuko Yasuda · 2 years, 8 months ago
  14. 6ff59f1 Make sure structs/unions that have non-unpin fields don't implement Copy by Kinuko Yasuda · 2 years, 8 months ago
  15. 7a4d4c0 Represent friend functions in IR. by Michael VanBemmel · 2 years, 8 months ago
  16. d4742ff Avoid `struct SomeClass` in `..._rs_api_impl.cc`. by Lukasz Anforowicz · 2 years, 9 months ago
  17. e12d717 Add a `rs_name` field to `IncompleteRecord` by Rosica Dejanovska · 2 years, 10 months ago
  18. ff7df4a Remove `SpecialMemberFunc::access` field. by Lukasz Anforowicz · 2 years, 10 months ago
  19. 82c02d3 Represent bitfields as private padding in Rust structs. by Michael Forster · 2 years, 11 months ago
  20. a2be2a2 Allow direct field initialization of structs if, and only if, the it is an aggregate. by Devin Jeanpierre · 2 years, 11 months ago
  21. e200e8a Additional tests for unnamed fields (bitfields and/or anonymous structs). by Lukasz Anforowicz · 2 years, 11 months ago
  22. fea0db9 Fields of unsupported type can be represented as opaque blobs of bytes. by Lukasz Anforowicz · 2 years, 11 months ago
  23. 5765bb8 Fix offset of fields represented as opaque blobs of bytes. by Lukasz Anforowicz · 2 years, 11 months ago
  24. b1ff2e5 Type aliases bound to fully-instantiated template by Lukasz Anforowicz · 2 years, 11 months ago
  25. 7a00491 Support unnamed fields. by Michael Forster · 2 years, 11 months ago
  26. 6efd17f Add a `canonical_id` to `namespace` IR by Rosica Dejanovska · 2 years, 11 months ago
  27. 2ee2391 Collect template instantiations. by Marcel Hlopko · 2 years, 11 months ago
  28. 3f771a9 Extract GenerateBindingsAndMetadata by Marcel Hlopko · 2 years, 11 months ago
  29. 1221c2a Compute the space occupied by bases, vptr, etc. based on offset of first field. by Devin Jeanpierre · 2 years, 11 months ago
  30. f596aec Fix two minor compilation issues trying to build in other environments by Googler · 2 years, 11 months ago
  31. e91d299 Add enclosing_namespace_id field to Items by Rosica Dejanovska · 2 years, 11 months ago
  32. cec7a8a Changing include paths used in the public repo. by Lukasz Anforowicz · 3 years ago
  33. c0bc926 Move `CXXRecordDeclImporter` into its own file. by Michael Forster · 3 years ago
  34. c0543eb Implement bindings for forward declared types (incomplete types) outside of namespaces. by Devin Jeanpierre · 3 years ago
  35. dd9a903 Implement basic support for namespaces by Rosica Dejanovska · 3 years ago
  36. b2bd59e Make items that stem from decl context have a list of children item ids and generate code recursively by Rosica Dejanovska · 3 years ago
  37. c61bcc4 Move the rest of rs_bindings_from_cc/util into crubit/common. by Marco Poletti · 3 years ago
  38. f15e8ce Rename all namespaces in crubit to 'crubit' by Marcel Hlopko · 3 years ago
  39. af682a0 Rename rs_bindings_from_cc::Lifetime to LifetimeName by Marcel Hlopko · 3 years ago
  40. d2cd142 Add support for C++ unions to the bindings generator by Teddy Katz · 3 years ago
  41. deea789 Implement `!Unpin` move constructors. by Devin Jeanpierre · 3 years ago
  42. 6c3de12 Project import generated by Copybara. by Googler · 3 years ago
  43. d638cf5 Rename DeclId to ItemId and make all our items have an item id. by Rosica Dejanovska · 3 years ago
  44. 0b6a6ac Forcing thunk generation for functions with exotic calling conventions. by Lukasz Anforowicz · 3 years ago
  45. 34ad7f7 Replace LOG(FATAL) and DCHECK with LLVM equivalents. by Lukasz Anforowicz · 3 years, 1 month ago
  46. e0d6b85 Fork/duplicate a local DEFINE_STRONG_INT_TYPE and DEFINE_STRING_TYPE. by Lukasz Anforowicz · 3 years, 1 month ago
  47. e4e77d0 Remove THIRD_PARTY from header guards in Crubit by Dmitri Gribenko · 3 years, 1 month ago
  48. 3b4be12 Replace json dependency with llvm::json by Lukasz Anforowicz · 3 years, 1 month ago
  49. 58f2711 Clarify that `name` and `decl_id` are mutually exclusive. by Lukasz Anforowicz · 3 years, 1 month ago
  50. 4c3a2cc Split IR's `Record::indentifier` into `rs_name` and `cc_name`. by Lukasz Anforowicz · 3 years, 1 month ago
  51. 3b254b3 Move //devtools/rust/cc_interop/rs_bindings_from_cc //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
  52. c503af4 Support doc comments for type aliases. by Lukasz Anforowicz · 3 years, 1 month ago
  53. 92c81c3 Support for function references. by Lukasz Anforowicz · 3 years, 1 month ago
  54. 76fa42b Add support for C++ enums to the Rust bindings generator by Teddy Katz · 3 years, 1 month ago
  55. cf230fd Support for function pointer types. by Lukasz Anforowicz · 3 years, 2 months ago
  56. 9c663ca Fix generating bindings for functions named `operator1`. by Lukasz Anforowicz · 3 years, 2 months ago
  57. e26437e Document the way operator names are represented as `Identifier` structs. by Devin Jeanpierre · 3 years, 2 months ago
  58. b69bcae Add layout support for C++20 `[[no_unique_address]]`, without making the variables usable. by Devin Jeanpierre · 3 years, 2 months ago
  59. 5677702 Base class conversion / upcasting support in the IR. by Devin Jeanpierre · 3 years, 2 months ago
  60. c80e624 Add base class subobjects to the Rust struct. by Devin Jeanpierre · 3 years, 2 months ago
  61. 71716b7 Stop generating `From::from` for `explicit` conversion constructors. by Lukasz Anforowicz · 3 years, 2 months ago
  62. 365bba1 Emit IR items and comments in a stable order. The order primarily follows `Decl` source ordering, and is somewhat arbitrary for implicit declarations. by Michael Forster · 3 years, 2 months ago
  63. 098c458 Add a new item type `TypeAlias` to the IR. by Googler · 3 years, 3 months ago
  64. e05154d Rename `Label` to `BlazeLabel`. by Googler · 3 years, 3 months ago
  65. 95f29a1 Add a `source_loc` field to `Func`. by Googler · 3 years, 3 months ago
  66. e6e1665 Major change: additional requirements for rust-reference-safety/Unpin, which now includes "tail padding is safe to write to". by Devin Jeanpierre · 3 years, 3 months ago
  67. 7b62e95 Rename NontrivialSelf to NontrivialUserDefined. by Devin Jeanpierre · 3 years, 4 months ago
  68. 02da3fb Make PointerTo() and LValueReferenceTo() non-inline. by Googler · 3 years, 4 months ago
  69. 4e1bc13 Populate Func::lifetime_params and RsType::lifetime_args. by Googler · 3 years, 4 months ago
  70. 64e4edb Add lifetimes to IR. by Googler · 3 years, 4 months ago
  71. e556109 Remove Func::record_decl_id by Marcel Hlopko · 3 years, 4 months ago
  72. 7e9a1de Implement[] by Devin Jeanpierre · 3 years, 4 months ago
  73. 264b9ad Rename Record::decl_id to id, Func::decl_id to record_decl_id. by Marcel Hlopko · 3 years, 4 months ago
  74. ff7fc23 Rename `type_params` to `type_args` in RsType and CcType. by Googler · 3 years, 4 months ago
  75. 61dce3b Add support for lvalue references. by Googler · 3 years, 4 months ago
  76. 1661eee Make IR::get_items_if() a const method. by Googler · 3 years, 4 months ago
  77. 5618301 Pretty print JSON debug output. by Googler · 3 years, 4 months ago
  78. 80441c1 Add current target to the IR, add owning target to items by Marcel Hlopko · 3 years, 5 months ago
  79. 9c150da Add DeclId to items by Marcel Hlopko · 3 years, 5 months ago
  80. 7aa38a7 Refactor ir_from_cc to allow specifying custom headers by Marcel Hlopko · 3 years, 5 months ago
  81. 20f4ce4 Run iwyu & build_cleaner by Marcel Hlopko · 3 years, 5 months ago
  82. cd0ba85 Test unqualified-identifier parsing / IR. by Devin Jeanpierre · 3 years, 6 months ago
  83. 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, 6 months ago
  84. c6877bb Include member function information in the IR. by Devin Jeanpierre · 3 years, 6 months ago
  85. 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
  86. f1dce42 Copy free top-level comments from headers to Rust bindings. by Michael Forster · 3 years, 6 months ago
  87. 6a184ad Add source location information to diagnostics. by Michael Forster · 3 years, 6 months ago
  88. 523dbd4 Add a simple diagnostics type to the IR and use it to report type conversion by Michael Forster · 3 years, 6 months ago
  89. 409d941 Retain doc comments on functions. by Michael Forster · 3 years, 6 months ago
  90. cc5941a Retain doc comments on record fields by Michael Forster · 3 years, 6 months ago
  91. 028800b Retain struct doc comments from C++ headers. by Michael Forster · 3 years, 6 months ago
  92. e78b2fb Add trivial destructor flags to the IR. by Devin Jeanpierre · 3 years, 6 months ago
  93. 0793127 Add trivial construction flags to the IR. by Devin Jeanpierre · 3 years, 6 months ago
  94. 2d5718a Implement streaming for IR structs and enums so that the error messages are non-opaque. by Devin Jeanpierre · 3 years, 6 months ago
  95. 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
  96. b2cd021 Add `is_trivial_abi` bit to Record IR. by Devin Jeanpierre · 3 years, 6 months ago
  97. 09c6f45 Split `Type` in half: separate `RsType` and `CcType`. by Devin Jeanpierre · 3 years, 6 months ago
  98. c6c62eb Expand on notes about cv-qualified function and reference types. by Devin Jeanpierre · 3 years, 6 months ago
  99. 6986c07 Add size/alignment/offset to C++ IR and populate. by Googler · 3 years, 7 months ago
  100. 184f9ac Add const. by Devin Jeanpierre · 3 years, 7 months ago