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 }}
Eijebong
/
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 Jun 9, 2017
WIP: Update serde
Eijebong
committed
0f67226
View commit details
Copy full SHA for 0f67226
Browse repository at this point
Commits on Jun 8, 2017
Auto merge of #189 - servo:stack-case, r=nox
Show description for 82fd262
bors-servo
authored
82fd262
View commit details
Copy full SHA for 82fd262
Browse repository at this point
Avoid some allocations in to_ascii_{upper,lower}case
SimonSapin
committed
830835a
View commit details
Copy full SHA for 830835a
Browse repository at this point
Commits on May 28, 2017
Auto merge of #188 - Eijebong:heapsize, r=emilio
Show description for bdeaac5
bors-servo
authored
bdeaac5
View commit details
Copy full SHA for bdeaac5
Browse repository at this point
Allow heapsize 0.4
Eijebong
committed
28bce79
View commit details
Copy full SHA for 28bce79
Browse repository at this point
Commits on May 2, 2017
Auto merge of #186 - servo:ascii, r=KiChjang
Show description for ea8ad39
bors-servo
authored
ea8ad39
View commit details
Copy full SHA for ea8ad39
Browse repository at this point
Commits on May 1, 2017
Make to_ascii_{upper,lower}case more efficent.
Show description for 1dff0d8
SimonSapin
committed
1dff0d8
View commit details
Copy full SHA for 1dff0d8
Browse repository at this point
Commits on Apr 7, 2017
Auto merge of #185 - emilio:precomputed-hash, r=nox
Show description for c6e47ae
bors-servo
authored
c6e47ae
View commit details
Copy full SHA for c6e47ae
Browse repository at this point
Version bump.
emilio
committed
8518b44
View commit details
Copy full SHA for 8518b44
Browse repository at this point
Commits on Apr 6, 2017
Auto merge of #183 - emilio:precomputed-hash, r=SimonSapin
Show description for a35578c
bors-servo
authored
a35578c
View commit details
Copy full SHA for a35578c
Browse repository at this point
Expose the precomputed hash using a trait so that I can use it from rust-selectors.
Show description for f7ce843
emilio
committed
f7ce843
View commit details
Copy full SHA for f7ce843
Browse repository at this point
Commits on Feb 22, 2017
Auto merge of #180 - servo:quote, r=nox
Show description for 8b4a846
bors-servo
authored
8b4a846
View commit details
Copy full SHA for 8b4a846
Browse repository at this point
Commits on Feb 16, 2017
Auto merge of #182 - nox:serde, r=jdm
Show description for c35b91f
bors-servo
authored
c35b91f
View commit details
Copy full SHA for c35b91f
Browse repository at this point
Bump version to 0.4.0
nox
committed
0ec0bfe
View commit details
Copy full SHA for 0ec0bfe
Browse repository at this point
Disable macOS builds
Show description for c39ce58
nox
committed
c39ce58
View commit details
Copy full SHA for c39ce58
Browse repository at this point
Update serde to 0.9
nox
committed
1e5790b
View commit details
Copy full SHA for 1e5790b
Browse repository at this point
Remove Atom::with_str
nox
committed
9e3c85c
View commit details
Copy full SHA for 9e3c85c
Browse repository at this point
Silence a warning
nox
committed
6db3edb
View commit details
Copy full SHA for 6db3edb
Browse repository at this point
Commits on Feb 1, 2017
Remove heap_size feature
nox
committed
cf23025
View commit details
Copy full SHA for cf23025
Browse repository at this point
Commits on Nov 26, 2016
Auto merge of #181 - servo:example, r=SimonSapin
Show description for ab04f9d
bors-servo
authored
ab04f9d
View commit details
Copy full SHA for ab04f9d
Browse repository at this point
Fix examples build
SimonSapin
committed
b305af0
View commit details
Copy full SHA for b305af0
Browse repository at this point
Use the quote crate for code generation
SimonSapin
committed
ae2e654
View commit details
Copy full SHA for ae2e654
Browse repository at this point
Commits on Nov 2, 2016
Cargo insists on no shared files between crates.
SimonSapin
committed
122d793
View commit details
Copy full SHA for 122d793
Browse repository at this point
Auto merge of #178 - servo:static-sets, r=Manishearth
Show description for ea65dc2
bors-servo
authored
ea65dc2
View commit details
Copy full SHA for ea65dc2
Browse repository at this point
Commits on Nov 1, 2016
Note in toml files to also update README
SimonSapin
committed
4528d77
View commit details
Copy full SHA for 4528d77
Browse repository at this point
Add usage example in README.
SimonSapin
committed
1d256d0
View commit details
Copy full SHA for 1d256d0
Browse repository at this point
Make the Default impl use a static atom.
SimonSapin
committed
06b2116
View commit details
Copy full SHA for 06b2116
Browse repository at this point
Remove the big static atom list. Fix #22
Show description for 570fea0
SimonSapin
committed
570fea0
View commit details
Copy full SHA for 570fea0
Browse repository at this point
Add and use new string-cache-codegen crate
aidanhs
authored and
SimonSapin
committed
f054f9b
View commit details
Copy full SHA for f054f9b
Browse repository at this point
Link to docs.rs rather than doc.servo.org.
SimonSapin
committed
4a6d5f1
View commit details
Copy full SHA for 4a6d5f1
Browse repository at this point
Make examples/* crates build again.
SimonSapin
committed
e9a82f7
View commit details
Copy full SHA for e9a82f7
Browse repository at this point
Commits on Oct 27, 2016
Add EmptyStaticAtomSet and DefaultAtom.
SimonSapin
committed
fabedb0
View commit details
Copy full SHA for fabedb0
Browse repository at this point
Flatten the src/atom directory
SimonSapin
committed
684191e
View commit details
Copy full SHA for 684191e
Browse repository at this point
Inline PhfStrSet methods.
SimonSapin
committed
c3eac36
View commit details
Copy full SHA for c3eac36
Browse repository at this point
Make StaticAtomSet impls provide a PhfStrSet.
SimonSapin
committed
0ad43ea
View commit details
Copy full SHA for 0ad43ea
Browse repository at this point
Previous
Next
You can’t perform that action at this time.