Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Objc] Add From<ChildClass>, TryFrom<ParentClass>, function ownership updates and Protocol inheritance #1883

Merged
merged 11 commits into from Sep 16, 2020

Commits on Aug 24, 2020

  1. Copy the full SHA
    b1b1d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Updates base on comments

    * Added TryInto trait implementation from parent to child interfaces.
    * Added HashSet for protocols so that the protocol inheritance works as
    well.
    simlay committed Aug 28, 2020
    Copy the full SHA
    64a16c9 View commit details
    Browse the repository at this point in the history
  2. ran cargo fmt

    simlay committed Aug 28, 2020
    Copy the full SHA
    600cbdd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:rust-lang/rust-bindgen into objc-…

    …into-parent-objects-and-borrow
    simlay committed Aug 28, 2020
    Copy the full SHA
    c50ca59 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. First attempt to fix CI

    simlay committed Aug 29, 2020
    Copy the full SHA
    d9d030d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Fix spacing issue

    simlay committed Aug 31, 2020
    Copy the full SHA
    314cca5 View commit details
    Browse the repository at this point in the history
  2. Updates from PR comments

    simlay committed Aug 31, 2020
    Copy the full SHA
    0054fab View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    simlay committed Aug 31, 2020
    Copy the full SHA
    e4fb4a7 View commit details
    Browse the repository at this point in the history
  4. Updates for CI

    simlay committed Aug 31, 2020
    Copy the full SHA
    6c5f592 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Update to fix CI

    simlay committed Sep 1, 2020
    Copy the full SHA
    5d5c5a5 View commit details
    Browse the repository at this point in the history
  2. Fix test for CI

    simlay committed Sep 1, 2020
    Copy the full SHA
    b88fc1e View commit details
    Browse the repository at this point in the history