8000 Comparing v0.1.1...main · rust-osdev/endian-num · GitHub
[go: up one dir, main page]

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/endian-num
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: rust-osdev/endian-num
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 17, 2024

  1. docs: clarify that related crates are alternatives

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    093832d View commit details
    Browse the repository at this point in the history
  2. test: fix doctests for 32-bit and 16-bit pointer widths

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a2ef25d View commit details
    Browse the repository at this point in the history
  3. chore: remove appendix from LICENSE-APACHE

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f67f484 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from rust-osdev/i386

    test: fix doctests for 32-bit and 16-bit pointer widths
    mkroening authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    48d8045 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from rust-osdev/license-appendix

    chore: remove appendix from LICENSE-APACHE
    mkroening authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    489ce65 View commit details
    Browse the repository at this point in the history
  6. chore: release version 0.1.2

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dadea13 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. build(deps): update Cargo.lock

    ```
        Updating bitflags v2.5.0 -> v2.6.0
        Updating bytemuck v1.16.0 -> v1.19.0
        Updating bytemuck_derive v1.6.0 -> v1.8.0
        Updating proc-macro2 v1.0.83 -> v1.0.87
        Updating quote v1.0.36 -> v1.0.37
        Updating syn v2.0.65 -> v2.0.79
        Updating unicode-ident v1.0.12 -> v1.0.13
        Updating zerocopy v0.7.34 -> v0.7.35 (latest: v0.8.5)
        Updating zerocopy-derive v0.7.34 -> v0.7.35 (latest: v0.8.5)
    ```
    
    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    c5ecc4a View commit details
    Browse the repository at this point in the history
  2. feat: upgrade zerocopy to 0.8

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e39d215 View commit details
    Browse the repository at this point in the history
  3. chore: release version 0.2.0

    Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
    mkroening committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    611cf1b View commit details
    Browse the repository at this point in the history
Loading
0