1. 0ef5616 Safety note about Rust references to uninitialized or invalid values. by Lukasz Anforowicz · 1 year, 7 months ago
  2. 94e52e5 Doc cleanup: `cc_bindings_from_rs` already implements basic `&T` support. by Lukasz Anforowicz · 1 year, 8 months ago
  3. f8ec9d5 Support for `Drop` without `Default`. by Lukasz Anforowicz · 1 year, 8 months ago
  4. 12c8f3f Bindings for Rust types with custom `Drop` or "drop glue". by Lukasz Anforowicz · 1 year, 9 months ago
  5. 1b665a4 Mapping `Clone` to copy constructor and copy assignment operator. by Lukasz Anforowicz · 1 year, 9 months ago
  6. 6be92ea Clarify how dangling pointers in span can become UB in C++ by Dana Jansens · 1 year, 10 months ago
  7. aa2de7e Support for Rust references - `&T`. by Lukasz Anforowicz · 1 year, 10 months ago
  8. c12fc18 Include default move constructor in the generated C++ bindings. by Lukasz Anforowicz · 1 year, 10 months ago
  9. 68c8882 Preserve public visibility of Rust fields in the generated C++ bindings. by Lukasz Anforowicz · 1 year, 10 months ago
  10. 901161a Emit `default` copy constructor and assignment operator for `Copy` types by Lukasz Anforowicz · 1 year, 10 months ago
  11. 58f13e6 Initial `bindings/reference/pointers_and_references.md`. by Lukasz Anforowicz · 1 year, 10 months ago
  12. a767f91 Initial `bindings/reference/known_operations.md`. by Lukasz Anforowicz · 1 year, 10 months ago
  13. 4d01461 Stop supporting `wchar_t` - current bindings don't work on all platforms by Lukasz Anforowicz · 1 year, 11 months ago
  14. 460e427 Map `int` to `core::ffi::c_int` (also for most other builtin C++ types). by Lukasz Anforowicz · 1 year, 11 months ago
  15. d77a0fd Initial `bindings/reference/function_pointers.md`. by Lukasz Anforowicz · 1 year, 11 months ago
  16. 99ad610 Initial `bindings/reference/enumerations.md` and `tagged_unions.md`. by Lukasz Anforowicz · 1 year, 11 months ago
  17. d8f1e15 Document that platform-specific mapping of `int` is temporary/undesirable. by Lukasz Anforowicz · 1 year, 11 months ago
  18. db3028c Directionality-based sections (rather than integers-vs-other-types). by Lukasz Anforowicz · 1 year, 11 months ago
  19. a6d1c2f End-user docs for bindings: `overview.md` + `primitive_scalar_types.md`. by Lukasz Anforowicz · 1 year, 11 months ago