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 }}
tempbottle
/
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
Breadcrumbs
History for
string-cache
src
on
master
User selector
All users
All time
Commit history
Commits on Sep 1, 2015
Auto merge of #103 - servo:raw-phf, r=glennw
Show description for dc46510
bors-servo
committed
dc46510
View commit details
Copy full SHA for dc46510
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 3, 2015
Reuse the phf hash for the dynamic map.
SimonSapin
committed
4c81279
View commit details
Copy full SHA for 4c81279
View code at this point
Browse repository at this point
Use phf_shared and phf_generator directly instead of phf.
Show description for 2997df4
SimonSapin
committed
2997df4
View commit details
Copy full SHA for 2997df4
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
Fix #[cfg(feature = "unstable")] syntax
SimonSapin
committed
2870dbc
View commit details
Copy full SHA for 2870dbc
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Gratuitious refactoring.
SimonSapin
committed
7452b76
View commit details
Copy full SHA for 7452b76
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Update to filling drop
SimonSapin
committed
36fb311
View commit details
Copy full SHA for 36fb311
View code at this point
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
View code at this point
Browse repository at this point
Use phf_codegen instead of phf_macros
SimonSapin
committed
917dd80
View commit details
Copy full SHA for 917dd80
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Add support for serialization via `serde`
pcwalton
committed
09739fb
View commit details
Copy full SHA for 09739fb
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
Implement AsRef<str> for Atom
Show description for 09876f7
frewsxcv
committed
09876f7
View commit details
Copy full SHA for 09876f7
View code at this point
Browse repository at this point
Commits on Jun 19, 2015
Upgrade to rustc 1.2.0-nightly (2f5683913 2015-06-18)
SimonSapin
committed
c188d66
View commit details
Copy full SHA for c188d66
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Minor changes for new Rust.
metajack
committed
1fa8d03
View commit details
Copy full SHA for 1fa8d03
View code at this point
Browse repository at this point
Commits on May 11, 2015
Remove usage of #[static_assert]
Show description for 49da403
SimonSapin
committed
49da403
View commit details
Copy full SHA for 49da403
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Publish on cartes.io
SimonSapin
committed
c5912f9
View commit details
Copy full SHA for c5912f9
View code at this point
Browse repository at this point
Commits on Apr 24, 2015
Upgrade to rustc 1.1.0-nightly (90cc83015 2015-04-22) (built 2015-04-23)
SimonSapin
committed
385c4ac
View commit details
Copy full SHA for 385c4ac
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
Upgrade phf. Fix #80.
Show description for 6b8216e
SimonSapin
committed
6b8216e
View commit details
Copy full SHA for 6b8216e
View code at this point
Browse repository at this point
Commits on Apr 6, 2015
Make more functions eligible for cross-crate inlining
kmcallister
committed
b12ab44
View commit details
Copy full SHA for b12ab44
View code at this point
Browse repository at this point
impl Display for Atom
kmcallister
committed
2eca78a
View commit details
Copy full SHA for 2eca78a
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Upgrade to rustc 1.0.0-nightly (d754722a0 2015-03-31) (built 2015-04-01)
kmcallister
committed
ace97c7
View commit details
Copy full SHA for ace97c7
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Fix test suite
kmcallister
committed
7bd40d5
View commit details
Copy full SHA for 7bd40d5
View code at this point
Browse repository at this point
Commits on Mar 28, 2015
Merge pull request #78 from frewsxcv/deref
Show description for 124cb55
kmcallister
committed
124cb55
View commit details
Copy full SHA for 124cb55
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Allow Atom Deref to &str
Show description for 0127325
frewsxcv
committed
0127325
View commit details
Copy full SHA for 0127325
View code at this point
Browse repository at this point
Fix compilation with latest Rust
frewsxcv
committed
d2bcdc9
View commit details
Copy full SHA for d2bcdc9
View code at this point
Browse repository at this point
Upgrade to rustc 1.0.0-nightly (123a754cb 2015-03-24) (built 2015-03-25)
SimonSapin
committed
654e690
View commit details
Copy full SHA for 654e690
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Upgrade to rustc 1.0.0-dev (fed12499e 2015-03-03) (built 2015-03-04)
kmcallister
committed
26017d2
View commit details
Copy full SHA for 26017d2
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Upgrade to rustc 1.0.0-nightly (4db0b3246 2015-02-25) (built 2015-02-26)
SimonSapin
committed
c1d67a3
View commit details
Copy full SHA for c1d67a3
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Un-bitrot the event logging stuff
kmcallister
committed
5358138
View commit details
Copy full SHA for 5358138
View code at this point
Browse repository at this point
Provide a nicer serialization for Event
kmcallister
committed
95ee632
View commit details
Copy full SHA for 95ee632
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.