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

0.16 backports #837

Merged
merged 7 commits into from Nov 27, 2022
Merged

0.16 backports #837

merged 7 commits into from Nov 27, 2022

Commits on Nov 27, 2022

  1. glib: Add a doc string for as_ptr generated impls

    In some of my projects we use `#![deny(missing_docs)]`, and
    this trips up on these new generated `as_ptr` functions.
    
    Document them on general principle.
    cgwalters authored and sdroege committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    59b0a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a00b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35f4d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92bf85f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f629e5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f1b759 View commit details
    Browse the repository at this point in the history
  7. glib: fix undefined behavior in types::register_type

    ptr::addr_of has been stable for a while, we can remove this UB.
    jf2048 authored and sdroege committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    27dda71 View commit details
    Browse the repository at this point in the history