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

Commits on Sep 5, 2025

  1. Make macros accept idents where atom value is a valid ident (#296)

    * Make macros accept idents where atom is a valid atom
    
    This means that local_name!(html) will work as well
    as local_name!("html")
    
    Signed-off-by: Nico Burns <nico@nicoburns.com>
    
    * Fix tests build
    
    Signed-off-by: Nico Burns <nico@nicoburns.com>
    
    ---------
    
    Signed-off-by: Nico Burns <nico@nicoburns.com>
    nicoburns authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    533b64e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Bump version of string-cache-codegen to v0.6.1 (#297)

    Signed-off-by: Nico Burns <nico@nicoburns.com>
    nicoburns authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    fd1475d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Update phf to 0.14 (#298)

    Also bump MSRV to 1.85 as required by phf.
    xu-cheng authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    485ee67 View commit details
    Browse the repository at this point in the history
Loading