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: JSorngard/arrayvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bluss/arrayvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    cee33ee View commit details
    Browse the repository at this point in the history
  2. Set rust-version in Cargo.toml

    bluss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    201d23a View commit details
    Browse the repository at this point in the history
  3. Test MSRV with old versions

    bluss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    274fb2d View commit details
    Browse the repository at this point in the history
  4. DOC: Fix typos in changelog

    [ci skip]
    striezel authored and bluss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b2886dc View commit details
    Browse the repository at this point in the history
  5. implement AsRef<Path> for ArrayString

    Zoybean authored and bluss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    aadc8df View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update ci actions

    bluss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b629f52 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. 0.7.5

    bluss committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f3732a0 View commit details
    Browse the repository at this point in the history
  2. Exclude AsRef<Path> for no-std builds

    And test no-std in CI.
    bluss committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    909c766 View commit details
    Browse the repository at this point in the history
  3. 0.7.6

    bluss committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0aede87 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add ArrayVec::spare_capacity_mut

    This mirrors `Vec::spare_capacity_mut`. Description and example are
    taken from this function, too.
    
    CC bluss#278
    tbu- authored and bluss committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4ef0e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Use 16-bit lengths on 16-bit targets

    kornelski authored and tbu- committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    812c83a View commit details
    Browse the repository at this point in the history
Loading