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
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 }}
pcwalton
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 5, 2014
Merge pull request #11 from cgaebel/master
Show description for 3e5a517
pcwalton
committed
3e5a517
View commit details
Copy full SHA for 3e5a517
Browse repository at this point
update to make FNV hashing work
Clark Gaebel
committed
6ac3bf4
View commit details
Copy full SHA for 6ac3bf4
Browse repository at this point
Commits on Aug 27, 2014
Merge pull request #9 from kmcallister/macros
Show description for aa4365a
SimonSapin
committed
aa4365a
View commit details
Copy full SHA for aa4365a
Browse repository at this point
Fixes for Servo's older Rust
kmcallister
committed
3d940fd
View commit details
Copy full SHA for 3d940fd
Browse repository at this point
Re-export atom::Atom at top level
kmcallister
committed
6921234
View commit details
Copy full SHA for 6921234
Browse repository at this point
Import macro-based static atoms from html5ever
kmcallister
committed
a5a7bb6
View commit details
Copy full SHA for a5a7bb6
Browse repository at this point
Add the option of building with Cargo
kmcallister
committed
e4c2080
View commit details
Copy full SHA for e4c2080
Browse repository at this point
Commits on Aug 5, 2014
Merge pull request #8 from glennw/impl-hash
Show description for ef968ec
glennw
committed
ef968ec
View commit details
Copy full SHA for ef968ec
Browse repository at this point
Change to derive Hash, remove Str so Equiv is not implemented.
gw3583
committed
4443c44
View commit details
Copy full SHA for 4443c44
Browse repository at this point
Commits on Aug 4, 2014
Merge pull request #7 from servo/rustdoc
Show description for eb40302
metajack
committed
eb40302
View commit details
Copy full SHA for eb40302
Browse repository at this point
Generate documentation with rustdoc
SimonSapin
committed
826fb1a
View commit details
Copy full SHA for 826fb1a
Browse repository at this point
Merge pull request #6 from glennw/add-hash
Show description for 4e47973
metajack
committed
4e47973
View commit details
Copy full SHA for 4e47973
Browse repository at this point
Add Hash to derived trait implementations for Atom.
gw3583
committed
1a3dd23
View commit details
Copy full SHA for 1a3dd23
Browse repository at this point
Commits on Jul 31, 2014
Merge pull request #5 from servo/rustup-20140716
Show description for f90c425
SimonSapin
committed
f90c425
View commit details
Copy full SHA for f90c425
Browse repository at this point
Commits on Jul 30, 2014
Upgrade Rust.
metajack
committed
d6582d4
View commit details
Copy full SHA for d6582d4
Browse repository at this point
Commits on Jul 24, 2014
Merge pull request #4 from mbrubeck/32bit
Show description for be58e45
glennw
committed
be58e45
View commit details
Copy full SHA for be58e45
Browse repository at this point
Use cast instead of transmute from u64 to uint.
Show description for 8828119
mbrubeck
committed
8828119
View commit details
Copy full SHA for 8828119
Browse repository at this point
Commits on Jul 22, 2014
Merge pull request #3 from servo/safe-mutex
Show description for 7503682
glennw
committed
7503682
View commit details
Copy full SHA for 7503682
Browse repository at this point
Ensure that StringCache is locked before use through the type system.
Show description for 8c6db28
SimonSapin
committed
8c6db28
View commit details
Copy full SHA for 8c6db28
Browse repository at this point
Commits on Jul 16, 2014
Merge pull request #2 from mozilla-servo/endian
Show description for cdc4583
glennw
committed
cdc4583
View commit details
Copy full SHA for cdc4583
Browse repository at this point
Assert at build time that the target is little-endian.
Show description for 6b0ad48
SimonSapin
committed
6b0ad48
View commit details
Copy full SHA for 6b0ad48
Browse repository at this point
Commits on Jun 29, 2014
Merge pull request #1 from glennw/initial
Show description for 00caade
glennw
committed
00caade
View commit details
Copy full SHA for 00caade
Browse repository at this point
Update to servo rust comiler + address review comments.
gw3583
committed
dd076e4
View commit details
Copy full SHA for dd076e4
Browse repository at this point
Commits on Jun 22, 2014
Fix license.
gw3583
committed
3c78a7c
View commit details
Copy full SHA for 3c78a7c
Browse repository at this point
Commits on Jun 20, 2014
Change static atoms enum to be within mod.
gw3583
committed
1a6bde8
View commit details
Copy full SHA for 1a6bde8
Browse repository at this point
Initial commit
gw3583
committed
aaaa293
View commit details
Copy full SHA for aaaa293
Browse repository at this point
Initial commit
glennw
committed
2722e60
View commit details
Copy full SHA for 2722e60
Browse repository at this point
You can’t perform that action at this time.