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: servo/rust-smallvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: servo/rust-smallvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 12, 2022

  1. Add Natvis definitions and tests for SmallVec type with and without t…

    …he `union` crate feature enabled.
    
    Unify Natvis definitions into a single Natvis file.
    Ridwan Abdilahi authored and mbrubeck committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    09b4988 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Fix broken CI yaml script. Ensure a default value exists for the os

    … matrix key.
    Ridwan Abdilahi authored and mbrubeck committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e01054b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Mark Array::size() as inline

    nikic authored and mbrubeck committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    b960b3a View commit details
    Browse the repository at this point in the history
  2. Skip tests on 1.36

    mbrubeck committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    aa7e2cb View commit details
    Browse the repository at this point in the history
  3. Version 1.10.0

    mbrubeck committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c0766a0 View commit details
    Browse the repository at this point in the history
Loading