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: bluss/arrayvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.4
Choose a base ref
...
head repository: bluss/arrayvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.5
Choose a head ref
  • 16 commits
  • 7 files changed
  • 8 contributors

Commits on Mar 7, 2024

  1. Fix miri error in extend_zst

    Miri reported this here:
    
    Undefined Behavior: memory access failed: alloc42975 has size 4, so
    pointer at offset 5 is out-of-bounds
    
    specifically for the ptr.write() where ptr is a pointer to ZST.
    
    Somewhat confusing that miri complains about the write, maybe a new
    feature.
    bluss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    27401fb View commit details
    Browse the repository at this point in the history
  2. feat: put len before xs

    JakkuSakura authored and bluss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1cd7b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f45cc2 View commit details
    Browse the repository at this point in the history
  4. Update release notes

    YuhanLiin authored and bluss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7a1722e View commit details
    Browse the repository at this point in the history
  5. Optional support for borsh serialization

    Fuuzetsu authored and bluss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4337b1b View commit details
    Browse the repository at this point in the history
  6. Improve optional support for borsh serialization

    - Do not allocate when deserializing ArrayString
    - Serialize length as u32, not as u64, to be consistent with
      serialization of [T] and str
    - Add tests
    honzasp authored and bluss committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ae6cfd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update changelog

    bluss committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5a2edb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Remove borsch from msrv builder

    Is not supported at msrv anyway (msrv applies to defaults)
    bluss committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f243d43 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

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
Loading