Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rust-osdev/uefi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: core-net
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    cc48a0a View commit details
    Browse the repository at this point in the history
  2. uefi-raw: IpAddress: remove type duplications; use core::net types

    This simplifies things as we have less types to work with. The overall
    convenience is improved and people will be less confused with the
    automated imports suggested by their IDE.
    
    As the core::Net types are ABI compatible, and it is unlikely that they
    will ever change in core, we should go for this simplification.
    phip1611 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    d960acd View commit details
    Browse the repository at this point in the history
  3. uefi-raw: add convenience for type IpAddress

    This tightly integrates the type with the Rust standard IpAddr type.
    It allows the convenient usage in `uefi` in a later commit.
    phip1611 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    5ff3165 View commit details
    Browse the repository at this point in the history
  4. uefi: remove duplicated types, use uefi-raw's IpAddress

    This does not use core::net::IpAddr in all possible public interfaces.
    Although there is opportunity for that, this commit only makes `uefi`
    compatible with the new `uefi-raw` type.
    phip1611 committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    86aa5ce View commit details
    Browse the repository at this point in the history
Loading