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 }}
90-008
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2021
Auto merge of #238 - leops:try_static, r=jdm
Show description for 0cf93bb
bors-servo
authored
0cf93bb
View commit details
Copy full SHA for 0cf93bb
Browse repository at this point
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
Browse repository at this point
Commits on Nov 19, 2020
Bump to 0.8.1
SimonSapin
committed
82ac0d9
View commit details
Copy full SHA for 82ac0d9
Browse repository at this point
Commits on Dec 5, 2019
Auto merge of #235 - thomcc:optional-serde, r=jdm
Show description for af2c770
bors-servo
authored
af2c770
View commit details
Copy full SHA for af2c770
Browse repository at this point
Make serde dependency optional, but enabled by default
Thom Chiovoloni
committed
7f50fe0
View commit details
Copy full SHA for 7f50fe0
Browse repository at this point
Commits on Oct 21, 2019
Auto merge of #233 - servo:unique-atom-const-names, r=SimonSapin
Show description for 86a33eb
bors-servo
authored
86a33eb
View commit details
Copy full SHA for 86a33eb
Browse repository at this point
Use unique const names in string_cache_codegen
nox
committed
b78c9da
View commit details
Copy full SHA for b78c9da
Browse repository at this point
Commits on Oct 18, 2019
Auto merge of #232 - servo:spring, r=nox
Show description for 23e9239
bors-servo
authored
23e9239
View commit details
Copy full SHA for 23e9239
Browse repository at this point
Move trait impls that simply forward to something else to their own module
SimonSapin
committed
8bedc3e
View commit details
Copy full SHA for 8bedc3e
Browse repository at this point
Remove attributes redundant with Cargo
SimonSapin
committed
57ff374
View commit details
Copy full SHA for 57ff374
Browse repository at this point
Move static sets to their own module
SimonSapin
committed
4837db4
View commit details
Copy full SHA for 4837db4
Browse repository at this point
Remove UnpackedAtom, inline its code
SimonSapin
committed
1a92659
View commit details
Copy full SHA for 1a92659
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
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
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
Browse repository at this point
Switch to the 2018 edition
SimonSapin
committed
d191aae
View commit details
Copy full SHA for d191aae
Browse repository at this point
test_atom! is in another crate now
SimonSapin
committed
d968f8c
View commit details
Copy full SHA for d968f8c
Browse repository at this point
Remove unused events.rs
SimonSapin
committed
09abcfb
View commit details
Copy full SHA for 09abcfb
Browse repository at this point
Auto merge of #231 - servo:nonzero, r=nox
Show description for e31cec3
bors-servo
authored
e31cec3
View commit details
Copy full SHA for e31cec3
Browse repository at this point
Add the non-zero optimization to Atom
SimonSapin
committed
d653207
View commit details
Copy full SHA for d653207
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
Browse repository at this point
Auto merge of #230 - servo:phf, r=SimonSapin
Show description for 571c140
bors-servo
authored
571c140
View commit details
Copy full SHA for 571c140
Browse repository at this point
Run rustfmt
SimonSapin
committed
2e1d42a
View commit details
Copy full SHA for 2e1d42a
Browse repository at this point
Update version to 0.8
nox
committed
07a74fa
View commit details
Copy full SHA for 07a74fa
Browse repository at this point
Update rand to 0.7
nox
committed
d182bbf
View commit details
Copy full SHA for d182bbf
Browse repository at this point
Move tests, bench and codegen deps to sub-package
Show description for a337b61
dekellum
authored and
nox
committed
a337b61
View commit details
Copy full SHA for a337b61
Browse repository at this point
Update phf to 0.8
nox
committed
5f6ad92
View commit details
Copy full SHA for 5f6ad92
Browse repository at this point
Remove log-events
nox
committed
d56ba88
View commit details
Copy full SHA for d56ba88
Browse repository at this point
Commits on Oct 9, 2019
Auto merge of #229 - brendanzab:pin-rustc-version, r=KiChjang
Show description for 3477168
bors-servo
authored
3477168
View commit details
Copy full SHA for 3477168
Browse repository at this point
Commits on Oct 8, 2019
Pin rustc version in .travis.yml
brendanzab
committed
b94483f
View commit details
Copy full SHA for b94483f
Browse repository at this point
Commits on Sep 30, 2019
Auto merge of #227 - servo:small-stack, r=nox
Show description for 9c52e10
bors-servo
authored
9c52e10
View commit details
Copy full SHA for 9c52e10
Browse repository at this point
Fix initializing the global hash map with a small stack
Show description for af7a9c1
SimonSapin
committed
af7a9c1
View commit details
Copy full SHA for af7a9c1
Browse repository at this point
Commits on Aug 26, 2019
Auto merge of #223 - federicomenaquintero:master, r=jdm
Show description for 51b58ce
bors-servo
authored
51b58ce
View commit details
Copy full SHA for 51b58ce
Browse repository at this point
Auto merge of #218 - xfix:patch-1, r=jdm
Show description for 9e5f14b
bors-servo
authored
9e5f14b
View commit details
Copy full SHA for 9e5f14b
Browse repository at this point
Auto merge of #222 - Eijebong:syn-1.0, r=jdm
Show description for 3d8f520
bors-servo
authored
3d8f520
View commit details
Copy full SHA for 3d8f520
Browse repository at this point
Previous
Next
You can’t perform that action at this time.