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 }}
creativcoder
/
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
atom
on
master
User selector
All users
All time
Commit history
Commits on May 18, 2016
Implement trivial BorrowedAtom, BorrowedNamespace, with_str, and eq_str_ignore_ascii_case.
bholley
committed
c5d1e4e
View commit details
Copy full SHA for c5d1e4e
View code at this point
Browse repository at this point
Commits on May 11, 2016
Implement comparison between &Atom and &str.
Ms2ger
committed
478c24c
View commit details
Copy full SHA for 478c24c
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
Define Atom::get_hash().
Show description for dc89217
Ms2ger
committed
dc89217
View commit details
Copy full SHA for dc89217
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Auto merge of #143 - nox:from-string, r=SimonSapin
Show description for e5b3ca9
bors-servo
committed
e5b3ca9
View commit details
Copy full SHA for e5b3ca9
View code at this point
Browse repository at this point
Allow to retrieve the heap size of the dynamic string cache
nox
committed
17279dd
View commit details
Copy full SHA for 17279dd
View code at this point
Browse repository at this point
Implement From<String> for Atom
nox
committed
37c7ec6
View commit details
Copy full SHA for 37c7ec6
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Add non-mutating AsciiExt methods to Atom.
Show description for 73c0223
Alan Jeffrey
committed
73c0223
View commit details
Copy full SHA for 73c0223
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
Drop support for unquoted identifiers in atom!()
SimonSapin
committed
4d505d6
View commit details
Copy full SHA for 4d505d6
View code at this point
Browse repository at this point
Merge into a single crate. Use macros even on unstable.
Show description for eb85a9a
SimonSapin
committed
eb85a9a
View commit details
Copy full SHA for eb85a9a
View code at this point
Browse repository at this point
Replace Atom::from_slice with From trait impls.
SimonSapin
committed
d9f3133
View commit details
Copy full SHA for d9f3133
View code at this point
Browse repository at this point
Remove Atom::as_slice in favor of Deref and AsRef
SimonSapin
committed
de5ea4d
View commit details
Copy full SHA for de5ea4d
View code at this point
Browse repository at this point
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
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 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 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 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
Previous
Next
You can’t perform that action at this time.