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: gwihlidal/vk-mem-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: gwihlidal/vk-mem-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on May 23, 2024

  1. Improve safety docs on Allocator::new() (#70)

    Safety documentation typically lives under a (linkable and anchored) header to be easier to discover, rather than crammed on the same line/paragraph as the documentation because of a missing newline and the `Safety:` "announcement" being regular text. Fix that with some markdown.
    MarijnS95 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    86915e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    40734d2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Add get Allocation::get_allocation_info2 API call (#78)

    * Add API call returning AllocationInfo2 struct
    calkhaz authored May 31, 2025
    Configuration menu
    Copy the full SHA
    1ce04ee View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump dependencies

    PixelDust22 committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    e784f1d View commit details
    Browse the repository at this point in the history
  2. Release 0.5.0

    PixelDust22 committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    967541e View commit details
    Browse the repository at this point in the history
Loading