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 }}
notriddle
/
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 Aug 11, 2015
Switch to crates.io heapsize.
notriddle
committed
730382c
View commit details
Copy full SHA for 730382c
Browse repository at this point
Commits on Aug 10, 2015
derive(HeapSizeOf).
Show description for 783f0ec
notriddle
committed
783f0ec
View commit details
Copy full SHA for 783f0ec
Browse repository at this point
Commits on Aug 8, 2015
0.1.11
pcwalton
committed
18ac6e1
View commit details
Copy full SHA for 18ac6e1
Browse repository at this point
Auto merge of #104 - pcwalton:serdeup, r=jdm
Show description for 0eb0cdc
bors-servo
committed
0eb0cdc
View commit details
Copy full SHA for 0eb0cdc
Browse repository at this point
Upgrade serde to pick up bincode support
pcwalton
committed
07d9bf0
View commit details
Copy full SHA for 07d9bf0
Browse repository at this point
Commits on Jul 30, 2015
Auto merge of #102 - servo:cross_, r=mbrubeck
Show description for 55b3868
bors-servo
committed
55b3868
View commit details
Copy full SHA for 55b3868
Browse repository at this point
Fix cross-compilation.
SimonSapin
committed
28c2db7
View commit details
Copy full SHA for 28c2db7
Browse repository at this point
Fix cross-compilation error in shared/build.rs
mbrubeck
committed
79f7743
View commit details
Copy full SHA for 79f7743
Browse repository at this point
Commits on Jul 29, 2015
Auto merge of #100 - servo:rustup, r=SimonSapin
Show description for 751132a
bors-servo
committed
751132a
View commit details
Copy full SHA for 751132a
Browse repository at this point
Upgrade to rustc 1.3.0-nightly (8d432fbf1 2015-07-29)
SimonSapin
committed
94660ab
View commit details
Copy full SHA for 94660ab
Browse repository at this point
Commits on Jul 28, 2015
Auto merge of #99 - dzbarsky:master, r=SimonSapin
Show description for e9c1292
bors-servo
committed
e9c1292
View commit details
Copy full SHA for e9c1292
Browse repository at this point
Add form atoms
dzbarsky
committed
b02261a
View commit details
Copy full SHA for b02261a
Browse repository at this point
Merge pull request #97 from servo/unstable
Show description for a65c64a
SimonSapin
committed
a65c64a
View commit details
Copy full SHA for a65c64a
Browse repository at this point
Fix #[cfg(feature = "unstable")] syntax
SimonSapin
committed
2870dbc
View commit details
Copy full SHA for 2870dbc
Browse repository at this point
Commits on Jul 27, 2015
Depend on updated sub-crates.
SimonSapin
committed
0b26fab
View commit details
Copy full SHA for 0b26fab
Browse repository at this point
v0.1.7
SimonSapin
committed
337c5fb
View commit details
Copy full SHA for 337c5fb
Browse repository at this point
Auto merge of #95 - servo:stable, r=glennw
Show description for dd1b626
bors-servo
committed
dd1b626
View commit details
Copy full SHA for dd1b626
Browse repository at this point
Commits on Jul 25, 2015
Fix #70 using Option<Box<StringCacheEntry>> instead of *mut StringCacheEntry
SimonSapin
committed
f7fd964
View commit details
Copy full SHA for f7fd964
Browse repository at this point
Commits on Jul 24, 2015
Have Travis run (some) tests on stable Rust.
SimonSapin
committed
66ad520
View commit details
Copy full SHA for 66ad520
Browse repository at this point
Gratuitious refactoring.
SimonSapin
committed
7452b76
View commit details
Copy full SHA for 7452b76
Browse repository at this point
Explicitly drop the result of box_from_raw()
Show description for 9de43cc
SimonSapin
committed
9de43cc
View commit details
Copy full SHA for 9de43cc
Browse repository at this point
Make rand a dev-dependency. (It’s only used in tests.)
SimonSapin
committed
2d146b5
View commit details
Copy full SHA for 2d146b5
Browse repository at this point
Also test with unstable features on Travis.
SimonSapin
committed
4706e16
View commit details
Copy full SHA for 4706e16
Browse repository at this point
Only make warnings fatal when testing.
Show description for ba28f51
SimonSapin
committed
ba28f51
View commit details
Copy full SHA for ba28f51
Browse repository at this point
Have Travis run `cargo build` on Rust stable and beta
SimonSapin
committed
d75004f
View commit details
Copy full SHA for d75004f
Browse repository at this point
Move remaining usage of unstable features behind a `unstable` Cargo feature flag.
Show description for 8a3f35c
SimonSapin
committed
8a3f35c
View commit details
Copy full SHA for 8a3f35c
Browse repository at this point
Update to filling drop
SimonSapin
committed
36fb311
View commit details
Copy full SHA for 36fb311
Browse repository at this point
Lower ENTRY_ALIGNMENT from 16 to 4
Show description for 747bf24
SimonSapin
committed
747bf24
View commit details
Copy full SHA for 747bf24
Browse repository at this point
Use phf_codegen instead of phf_macros
SimonSapin
committed
917dd80
View commit details
Copy full SHA for 917dd80
Browse repository at this point
Remove usage of unstable features in string_cache_shared
SimonSapin
committed
5169a5b
View commit details
Copy full SHA for 5169a5b
Browse repository at this point
Auto merge of #96 - servo:moar-css, r=Manishearth
Show description for 05f221a
bors-servo
committed
05f221a
View commit details
Copy full SHA for 05f221a
Browse repository at this point
Add static atoms for names of CSS properties recently added to Servo.
SimonSapin
committed
c136ab8
View commit details
Copy full SHA for c136ab8
Browse repository at this point
Commits on Jul 16, 2015
v0.1.16
pcwalton
committed
81f680c
View commit details
Copy full SHA for 81f680c
Browse repository at this point
Commits on Jul 14, 2015
Auto merge of #92 - pcwalton:serde-servo, r=SimonSapin
Show description for e3f8243
bors-servo
committed
e3f8243
View commit details
Copy full SHA for e3f8243
Browse repository at this point
Add support for serialization via `serde`
pcwalton
committed
09739fb
View commit details
Copy full SHA for 09739fb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.