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.17 backports #1116

Merged
merged 10 commits into from
Jun 6, 2023
Merged

0.17 backports #1116

merged 10 commits into from
Jun 6, 2023

Commits on Jun 6, 2023

  1. pango: Lower pkg-config version requirement for v1_52

    Still not released APIs
    bilelmoussaoui authored and sdroege committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b267b1b View commit details
    Browse the repository at this point in the history
  2. gio: Add missing manual traits

    bilelmoussaoui authored and sdroege committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2575c18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8d5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00a170a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc9ae5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f54c9b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01a5517 View commit details
    Browse the repository at this point in the history
  8. strv: Implement From for constant GStr slices

    This was implemented for GString and &str but not for &GStr.
    A6GibKm authored and sdroege committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    50600bf View commit details
    Browse the repository at this point in the history
  9. glib: Do not use ptr::offset/offset_from for private/impl offset

    Doing this violates Rust's [strict provenance rules][1]. Unfortunately,
    the API for doing this properly ([`ptr::expose_addr`][2]) isn't ready
    yet. However, we can work around this on stable Rust by casting through
    `isize` for offset calculations.
    
    [1]: https://doc.rust-lang.org/std/ptr/index.html
    [2]: https://doc.rust-lang.org/std/primitive.pointer.html#method.expose_addr
    
    Co-authored-by: Sebastian Dröge <sebastian@centricular.com>
    heftig and sdroege committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    01f0197 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    840a2eb View commit details
    Browse the repository at this point in the history