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

Replace unsafe_project with safe pin_projectable attribute #18

Merged
merged 14 commits into from
Aug 5, 2019

Commits on Jul 27, 2019

  1. Replace #[unsafe_project] with #[pin_projectable]

    See taiki-e#18 for more details
    Aaron1011 committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    37419c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Configuration menu
    Copy the full SHA
    1db86f1 View commit details
    Browse the repository at this point in the history
  2. Run 'cargo fmt'

    Aaron1011 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e82696f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500d43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bac2d View commit details
    Browse the repository at this point in the history
  5. Fix crate name

    Aaron1011 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    1d81d65 View commit details
    Browse the repository at this point in the history
  6. Fix typos

    Aaron1011 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    23f9546 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46779b3 View commit details
    Browse the repository at this point in the history
  8. Run 'cargo fmt'

    Aaron1011 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    8942555 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f445dfd View commit details
    Browse the repository at this point in the history
  10. Test that the relative ordering of #[pin_projectable] and `#[repr(p…

    …acked)]` doesn't matter
    Aaron1011 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    87668a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94faf6d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Fix clippy lints

    Aaron1011 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    2433d77 View commit details
    Browse the repository at this point in the history
  2. Fix missed clippy lint

    Aaron1011 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    60e4242 View commit details
    Browse the repository at this point in the history