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: auto
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 12 files changed
  • 10 contributors

Commits on Mar 7, 2023

  1. Publish 0.8.7

    jdm authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    34f914c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Mar 11, 2024

  1. Rename master branch to main (#283)

    mrobinson authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b46a64f View commit details
    Browse the repository at this point in the history
  2. Update phf to 0.11 (#281)

    phy1729 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a7793f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 31, 2024

  1. Prefer inline representation over static (#278)

    * Benchmarks use longer static strings
    
    * Use inline for short strings
    
    Closes #276.
    overlookmotel authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c8fed62 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update MSRV to 1.61. (#284)

    Signed-off-by: Josh Matthews <josh@joshmatthews.net>
    jdm authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    021012e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. The scope of the unsafe block can be appropriately reduced (#263)

    * Shrink unsafe block
    
    * Remove empty lines
    
    ---------
    
    Co-authored-by: Martin Robinson <mrobinson@igalia.com>
    cactter and mrobinson authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    471ca0d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. MSRV 1.70 + Replace once_cell::sync::Lazy with std::sync::OnceLock (

    #287)
    
    * Update MSRV to 1.70
    
    * Replace `once_cell::sync::Lazy` with `std::sync::OnceLock`
    paolobarbolini authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    e03f290 View commit details
    Browse the repository at this point in the history
  2. Publish 0.8.8.

    Signed-off-by: Josh Matthews <josh@joshmatthews.net>
    jdm authored Feb 1, 2025
    1 Configuration menu
    Copy the full SHA
    27221ce View commit details
    Browse the repository at this point in the history
  3. Publish string-cache-codegen 0.5.3.

    Signed-off-by: Josh Matthews <josh@joshmatthews.net>
    jdm authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    4a5bb75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ae86a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Add test for atom order stability (#290)

    * Add test for atom order stability.
    
    * Made test for iteration order a unit test
    
    # Conflicts:
    #	string-cache-codegen/tests/reproducibility_test.rs
    Ygg01 authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    d9e888f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

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

Commits on Mar 27, 2025

  1. Implement MallocSizeOf for Atom (#289)

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

Commits on Aug 26, 2025

  1. Update phf to 0.13 (#295)

    xu-cheng authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    eb5ad11 View commit details
    Browse the repository at this point in the history

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
Loading