Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SHHSSH
/
string-cache
Public
forked from
servo/string-cache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
string-cache
src
on
main
User selector
All users
All time
Commit history
Commits on Feb 1, 2025
MSRV 1.70 + Replace `once_cell::sync::Lazy` with `std::sync::OnceLock` (#287)
Show description for e03f290
paolobarbolini
authored
e03f290
View commit details
Copy full SHA for e03f290
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
The scope of the unsafe block can be appropriately reduced (#263)
Show description for 471ca0d
cactter
and
mrobinson
authored
471ca0d
View commit details
Copy full SHA for 471ca0d
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
Prefer inline representation over static (#278)
Show description for c8fed62
overlookmotel
authored
c8fed62
View commit details
Copy full SHA for c8fed62
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Skip bounds check for inline slices (#277)
overlookmotel
authored
1b636e9
View commit details
Copy full SHA for 1b636e9
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
fix: move debug_assert check
YoniFei
committed
120ba6c
View commit details
Copy full SHA for 120ba6c
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
remove unused import
YoniFei
committed
4e45fde
View commit details
Copy full SHA for 4e45fde
View code at this point
Browse repository at this point
Revert trivial impl of Borrow<str> for Atom
YoniFei
committed
9c7b0aa
View commit details
Copy full SHA for 9c7b0aa
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
Auto merge of #262 - overlookmotel:patch-1, r=jdm
Show description for 5ef671b
bors-servo
authored
5ef671b
View commit details
Copy full SHA for 5ef671b
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
feat: use bucket mutex instead of global mutex for dynamic set
Show description for b473a4a
Boshen
committed
b473a4a
View commit details
Copy full SHA for b473a4a
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
Add trivial impl of Borrow<str> for Atom
Show description for 37b459f
adamreichold
committed
37b459f
View commit details
Copy full SHA for 37b459f
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
Fix comment typo
overlookmotel
authored
c58ac06
View commit details
Copy full SHA for c58ac06
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Replace lazy_static with once_cell
upsuper
committed
9ae0f88
View commit details
Copy full SHA for 9ae0f88
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
Convert manual loop to `while let`
notriddle
committed
7192515
View commit details
Copy full SHA for 7192515
View code at this point
Browse repository at this point
Remove redundant reference operands
notriddle
committed
78c516d
View commit details
Copy full SHA for 78c516d
View code at this point
Browse repository at this point
Remove redundant `use` line
notriddle
committed
c2afb8b
View commit details
Copy full SHA for c2afb8b
View code at this point
Browse repository at this point
Add a Clippy exception for `derive_hash_xor_eq`
Show description for 474d277
notriddle
committed
474d277
View commit details
Copy full SHA for 474d277
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Auto merge of #241 - Lucretiel:master, r=jdm
Show description for 7400886
bors-servo
authored
7400886
View commit details
Copy full SHA for 7400886
View code at this point
Browse repository at this point
Commits on Oct 8, 2021
Use parking_lot
kdy1
committed
f95e39b
View commit details
Copy full SHA for f95e39b
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
Use deserialize_str instead of deserialize_string
Lucretiel
committed
58d0c57
View commit details
Copy full SHA for 58d0c57
View code at this point
Browse repository at this point
Use a custom Visitor in Deserialize
Lucretiel
committed
72f38cf
View commit details
Copy full SHA for 72f38cf
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
Add an Atom::try_static method to create an Atom only if it exists in the static table
leops
committed
c057dde
View commit details
Copy full SHA for c057dde
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Make serde dependency optional, but enabled by default
Thom Chiovoloni
committed
7f50fe0
View commit details
Copy full SHA for 7f50fe0
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Move trait impls that simply forward to something else to their own module
SimonSapin
committed
8bedc3e
View commit details
Copy full SHA for 8bedc3e
View code at this point
Browse repository at this point
Remove attributes redundant with Cargo
SimonSapin
committed
57ff374
View commit details
Copy full SHA for 57ff374
View code at this point
Browse repository at this point
Move static sets to their own module
SimonSapin
committed
4837db4
View commit details
Copy full SHA for 4837db4
View code at this point
Browse repository at this point
Remove UnpackedAtom, inline its code
SimonSapin
committed
1a92659
View commit details
Copy full SHA for 1a92659
View code at this point
Browse repository at this point
Keep a u32 hash rather than u64 in dynamic_atoms_map::Entry, since that’s all we ever use
SimonSapin
committed
e25b4c6
View commit details
Copy full SHA for e25b4c6
View code at this point
Browse repository at this point
Move the global hash map to its own module
SimonSapin
committed
b5174ea
View commit details
Copy full SHA for b5174ea
View code at this point
Browse repository at this point
The atom module does not need to be public
SimonSapin
committed
a578c80
View commit details
Copy full SHA for a578c80
View code at this point
Browse repository at this point
Switch to the 2018 edition
SimonSapin
committed
d191aae
View commit details
Copy full SHA for d191aae
View code at this point
Browse repository at this point
test_atom! is in another crate now
SimonSapin
committed
d968f8c
View commit details
Copy full SHA for d968f8c
View code at this point
Browse repository at this point
Remove unused events.rs
SimonSapin
committed
09abcfb
View commit details
Copy full SHA for 09abcfb
View code at this point
Browse repository at this point
Add the non-zero optimization to Atom
SimonSapin
committed
d653207
View commit details
Copy full SHA for d653207
View code at this point
Browse repository at this point
Make fields of Atom private
Show description for a317539
SimonSapin
committed
a317539
View commit details
Copy full SHA for a317539
View code at this point
Browse repository at this point
Run rustfmt
SimonSapin
committed
2e1d42a
View commit details
Copy full SHA for 2e1d42a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.