-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: servo/string-cache
base: auto
head repository: servo/string-cache
compare: main
- 19 commits
- 12 files changed
- 10 contributors
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34f914c - Browse repository at this point
Copy the full SHA 34f914cView commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ae3d0d - Browse repository at this point
Copy the full SHA 1ae3d0dView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b46a64f - Browse repository at this point
Copy the full SHA b46a64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7793f0 - Browse repository at this point
Copy the full SHA a7793f0View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b636e9 - Browse repository at this point
Copy the full SHA 1b636e9View commit details
Commits on Jul 31, 2024
-
Prefer inline representation over static (#278)
* Benchmarks use longer static strings * Use inline for short strings Closes #276.
Configuration menu - View commit details
-
Copy full SHA for c8fed62 - Browse repository at this point
Copy the full SHA c8fed62View commit details
Commits on Aug 1, 2024
-
Signed-off-by: Josh Matthews <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 021012e - Browse repository at this point
Copy the full SHA 021012eView commit details
Commits on Aug 9, 2024
-
The scope of the unsafe block can be appropriately reduced (#263)
* Shrink unsafe block * Remove empty lines --------- Co-authored-by: Martin Robinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 471ca0d - Browse repository at this point
Copy the full SHA 471ca0dView commit details
Commits on Feb 1, 2025
-
MSRV 1.70 + Replace
once_cell::sync::Lazywithstd::sync::OnceLock(#287) * Update MSRV to 1.70 * Replace `once_cell::sync::Lazy` with `std::sync::OnceLock`
Configuration menu - View commit details
-
Copy full SHA for e03f290 - Browse repository at this point
Copy the full SHA e03f290View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 27221ce - Browse repository at this point
Copy the full SHA 27221ceView commit details -
Publish string-cache-codegen 0.5.3.
Signed-off-by: Josh Matthews <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a5bb75 - Browse repository at this point
Copy the full SHA 4a5bb75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ae86a - Browse repository at this point
Copy the full SHA 14ae86aView commit details
Commits on Feb 19, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for d9e888f - Browse repository at this point
Copy the full SHA d9e888fView commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8860034 - Browse repository at this point
Copy the full SHA 8860034View commit details
Commits on Mar 27, 2025
-
Implement MallocSizeOf for Atom (#289)
Signed-off-by: Nico Burns <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b92f7eb - Browse repository at this point
Copy the full SHA b92f7ebView commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb5ad11 - Browse repository at this point
Copy the full SHA eb5ad11View commit details
Commits on Sep 5, 2025
-
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 <[email protected]> * Fix tests build Signed-off-by: Nico Burns <[email protected]> --------- Signed-off-by: Nico Burns <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 533b64e - Browse repository at this point
Copy the full SHA 533b64eView commit details
Commits on Sep 8, 2025
-
Bump version of string-cache-codegen to v0.6.1 (#297)
Signed-off-by: Nico Burns <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd1475d - Browse repository at this point
Copy the full SHA fd1475dView commit details
Commits on Jul 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 485ee67 - Browse repository at this point
Copy the full SHA 485ee67View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff auto...main