1. 0704c1d Move `crubit/rs_bindings_from_cc/support` to `crubit/support`. by Lukasz Anforowicz · 2 years, 2 months ago[Renamed from rs_bindings_from_cc/support/ctor_proc_macros_test.rs]
  2. e986673 Allow either order of `derive(CtorFrom_Default)` / `#[recursively_pinned]`. by Devin Jeanpierre · 2 years, 8 months ago
  3. d6f3e2a Prevent the direct creation of non-Unpin structs, without the `ctor!()` macro. by Devin Jeanpierre · 2 years, 8 months ago
  4. a330af6 Internal change by Devin Jeanpierre · 2 years, 10 months ago
  5. ab91236 Support `#[recursively_pinned]` generics. by Devin Jeanpierre · 2 years, 10 months ago
  6. 57aac93 Change `project`->`project_pin`. by Devin Jeanpierre · 2 years, 11 months ago
  7. be1efd2 Implement sound `Drop` support in our little pin_project alternative. by Devin Jeanpierre · 2 years, 11 months ago
  8. a858e6b Fix cross-module pin projection. Oops! by Devin Jeanpierre · 2 years, 11 months ago
  9. 31a2f97 Support unit structs in `#[derive(CtorFrom_Default)] struct MyUnitStruct;` by Devin Jeanpierre · 2 years, 11 months ago
  10. 239f761 Support fieldless `recursively_pinned` structs and enums. by Devin Jeanpierre · 2 years, 11 months ago
  11. 1c28ff2 Replace pin_project with a home-grown clone. by Devin Jeanpierre · 2 years, 11 months ago
  12. f643afa Move cxx_support*.rs to rs_bindings_from_cc/support/ctor*. by Devin Jeanpierre · 3 years, 1 month ago