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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
DependencyCodeEditorLand
/
StringCache
Public
forked from
swc-project/string-cache
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Commits
Branch selector
quote
User selector
All users
All time
Commit history
Commits on Nov 26, 2016
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
Add a type parameter to Atom.
aidanhs
authored and
SimonSapin
committed
367bf9f
View commit details
Copy full SHA for 367bf9f
Browse repository at this point
Rename StaticAtomSet struct to PhfStrSet.
Show description for 046b044
SimonSapin
committed
046b044
View commit details
Copy full SHA for 046b044
Browse repository at this point
Stop using derive.
Show description for 135c895
SimonSapin
committed
135c895
View commit details
Copy full SHA for 135c895
Browse repository at this point
Remove namespaces. They’re going into htmlever.
SimonSapin
committed
dbf6ad7
View commit details
Copy full SHA for dbf6ad7
Browse repository at this point
Remove macro hack rendered unneeded by `$crate`.
SimonSapin
committed
fef1fa6
View commit details
Copy full SHA for fef1fa6
Browse repository at this point
Remove BorrowedAtom.
Show description for 0c82b2c
SimonSapin
committed
0c82b2c
View commit details
Copy full SHA for 0c82b2c
Browse repository at this point
Breaking changes are coming.
SimonSapin
committed
8581617
View commit details
Copy full SHA for 8581617
Browse repository at this point
Use more compact TOML syntax.
SimonSapin
committed
90bdc78
View commit details
Copy full SHA for 90bdc78
Browse repository at this point
Commits on Oct 25, 2016
Auto merge of #176 - servo:32, r=emilio
Show description for 7379d87
bors-servo
authored
7379d87
View commit details
Copy full SHA for 7379d87
Browse repository at this point
Make tests pass on a 32-bit system.
Show description for 40d8629
SimonSapin
committed
40d8629
View commit details
Copy full SHA for 40d8629
Browse repository at this point
Commits on Oct 21, 2016
Auto merge of #175 - aidanhs:aphs-faster-cmp, r=SimonSapin
Show description for 3a18e14
bors-servo
authored
3a18e14
View commit details
Copy full SHA for 3a18e14
Browse repository at this point
Make cmp massively faster for inline atoms
aidanhs
committed
c322938
View commit details
Copy full SHA for c322938
Browse repository at this point
Commits on Sep 23, 2016
Auto merge of #174 - TheKK:version_bump, r=nox
Show description for c60c4f5
bors-servo
authored
c60c4f5
View commit details
Copy full SHA for c60c4f5
Browse repository at this point
Version bump to 0.2.30
TheKK
committed
de67df7
View commit details
Copy full SHA for de67df7
Browse repository at this point
Auto merge of #173 - TheKK:add_referrerPolicy, r=Manishearth
Show description for 1e347fc
bors-servo
authored
1e347fc
View commit details
Copy full SHA for 1e347fc
Browse repository at this point
Add "referrerpolicy" to static_atom_list
TheKK
committed
948c453
View commit details
Copy full SHA for 948c453
Browse repository at this point
Commits on Sep 19, 2016
Auto merge of #172 - Phrohdoh:add-minlength, r=KiChjang
Show description for 0f1dc09
bors-servo
authored
0f1dc09
View commit details
Copy full SHA for 0f1dc09
Browse repository at this point
Add minlength to static_atom_list
Show description for 952a6b4
phrohdoh
committed
952a6b4
View commit details
Copy full SHA for 952a6b4
Browse repository at this point
Commits on Sep 16, 2016
Auto merge of #171 - servo:0.2.28, r=Ms2ger
Show description for dd9cf09
bors-servo
authored
dd9cf09
View commit details
Copy full SHA for dd9cf09
Browse repository at this point
Version bump to 0.2.28
KiChjang
authored
ca1bbf6
View commit details
Copy full SHA for ca1bbf6
Browse repository at this point
Auto merge of #170 - creativcoder:add-activate, r=jdm
Show description for 5fe5ff2
bors-servo
authored
5fe5ff2
View commit details
Copy full SHA for 5fe5ff2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.