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.15.2
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.16.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Aug 18, 2026

  1. Include debug_metadata natvis file in published package.

    The include allow-list added in #397 omitted
    debug_metadata/smallvec.natvis, which src/lib.rs references via
    debugger_visualizer(natvis_file = ...). As a result the published
    crate fails to compile whenever the debugger_visualizer feature is
    enabled (including docs.rs, which builds with --all-features on
    nightly) with "couldn't read src/../debug_metadata/smallvec.natvis".
    
    Ship the file so both docs.rs and downstream users of the feature
    build again.
    teddytennant authored and emilio committed Aug 18, 2026
    Configuration menu
    Copy the full SHA
    705b203 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2026

  1. Configuration menu
    Copy the full SHA
    ebf7773 View commit details
    Browse the repository at this point in the history
  2. fix: added debug_metadata/ back

    alejandro-vaz authored and emilio committed Aug 20, 2026
    Configuration menu
    Copy the full SHA
    ef9bec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e8695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    673b4f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2026

  1. Configuration menu
    Copy the full SHA
    76528c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d930f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6833a58 View commit details
    Browse the repository at this point in the history
  4. fix: style check

    alejandro-vaz committed Aug 23, 2026
    Configuration menu
    Copy the full SHA
    10c5efa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de02fc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2026

  1. Merge pull request #436 from alejandro-vaz/better-ci

    feat: added style check to CI && rustfmt.toml
    jdm authored Aug 26, 2026
    Configuration menu
    Copy the full SHA
    b3ceac4 View commit details
    Browse the repository at this point in the history
Loading