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: v2.0.0-alpha.3
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: v2.0.0-alpha.5
Choose a head ref
  • 10 commits
  • 4 files changed
  • 7 contributors

Commits on Feb 19, 2024

  1. Implement From<[T; M]> for SmallVec<T, N> for all M, N (v2) (#338)

    * Remove T: Clone bound from From<array/vec> for SmallVec
    
    * Relax From<array> for SmallVec to allow different length arrays.
    zachs18 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    74075e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Implement SmallVec::split_off (#340)

    * Mention drain_filter feature in top level docs
    
    * Implement SmallVec::split_off
    arthurprs authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ba6f4f9 View commit details
    Browse the repository at this point in the history
  2. Version 2.0.0-alpha.4

    mbrubeck committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    defe74d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Replace DrainFilter with ExtractIf (#341)

    * Replace `DrainFilter` with `ExtractIf`
    
    * Use `core::iter::FromIterator` instead of `std::iter::FromIterator`
    NaokiM03 authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5522939 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Make README example work (#344)

    It never was updated to follow the signature change.
    workingjubilee authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    febe8b0 View commit details
    Browse the repository at this point in the history
  2. Revert "Make README example work (#344)"

    This reverts commit febe8b0.
    mbrubeck committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7cf929a View commit details
    Browse the repository at this point in the history
  3. Add more tests for UB

    workingjubilee authored and mbrubeck committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a101f65 View commit details
    Browse the repository at this point in the history
  4. Stop passing tag-raw-ptrs to MIRIFLAGS

    For a while it has been a do-nothing option that has finally been removed.
    workingjubilee authored and mbrubeck committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c01d595 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    1bd2dbc View commit details
    Browse the repository at this point in the history
  2. Version 2.0.0-alpha.5

    mbrubeck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b079a9b View commit details
    Browse the repository at this point in the history
Loading