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 }}
thomcc
/
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
Breadcrumbs
History for
string-cache
src
on
master
User selector
All users
All time
Commit history
Commits on Oct 18, 2019
Move trait impls that simply forward to something else to their own module
SimonSapin
committed
8bedc3e
View commit details
Copy full SHA for 8bedc3e
View code at this point
Browse repository at this point
Remove attributes redundant with Cargo
SimonSapin
committed
57ff374
View commit details
Copy full SHA for 57ff374
View code at this point
Browse repository at this point
Move static sets to their own module
SimonSapin
committed
4837db4
View commit details
Copy full SHA for 4837db4
View code at this point
Browse repository at this point
Remove UnpackedAtom, inline its code
SimonSapin
committed
1a92659
View commit details
Copy full SHA for 1a92659
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Switch to the 2018 edition
SimonSapin
committed
d191aae
View commit details
Copy full SHA for d191aae
View code at this point
Browse repository at this point
test_atom! is in another crate now
SimonSapin
committed
d968f8c
View commit details
Copy full SHA for d968f8c
View code at this point
Browse repository at this point
Remove unused events.rs
SimonSapin
committed
09abcfb
View commit details
Copy full SHA for 09abcfb
View code at this point
Browse repository at this point
Add the non-zero optimization to Atom
SimonSapin
committed
d653207
View commit details
Copy full SHA for d653207
View code at this point
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
View code at this point
Browse repository at this point
Run rustfmt
SimonSapin
committed
2e1d42a
View commit details
Copy full SHA for 2e1d42a
View code at this point
Browse repository at this point
Update version to 0.8
nox
committed
07a74fa
View commit details
Copy full SHA for 07a74fa
View code at this point
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
View code at this point
Browse repository at this point
Update phf to 0.8
nox
committed
5f6ad92
View commit details
Copy full SHA for 5f6ad92
View code at this point
Browse repository at this point
Remove log-events
nox
committed
d56ba88
View commit details
Copy full SHA for d56ba88
View code at this point
Browse repository at this point
Commits on Sep 30, 2019
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
View code at this point
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
View code at this point
Browse repository at this point
Document the semantics of Atom's generic parameter
Show description for 80e59c1
federicomenaquintero
committed
80e59c1
View commit details
Copy full SHA for 80e59c1
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Fix nightly build by fixing deprecation warnings
Eijebong
committed
904fb63
View commit details
Copy full SHA for 904fb63
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Replace ... operator with ..=
sugar700
committed
a98e063
View commit details
Copy full SHA for a98e063
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
Fix typo
richard-uk1
committed
9488385
View commit details
Copy full SHA for 9488385
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Try fix examples
Richard Dodd
committed
9b41702
View commit details
Copy full SHA for 9b41702
View code at this point
Browse repository at this point
Fix tests
Richard Dodd
committed
19cbfa9
View commit details
Copy full SHA for 19cbfa9
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Added some module-level docs
Richard Dodd
committed
035ad18
View commit details
Copy full SHA for 035ad18
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
Increment version numbers of affected crates
Show description for f392c9b
hcpl
committed
f392c9b
View commit details
Copy full SHA for f392c9b
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
Multiple changes
Show description for 8b38b6f
Richard Dodd
committed
8b38b6f
View commit details
Copy full SHA for 8b38b6f
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
Fixed denied "unused import" warning on Nigthly
SimonSapin
committed
83bd6cb
View commit details
Copy full SHA for 83bd6cb
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Remove `heapsize` dependency.
Show description for f48bdff
nnethercote
committed
f48bdff
View commit details
Copy full SHA for f48bdff
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
Implement From<&Atom> for Atom.
Show description for 673f8ea
emilio
committed
673f8ea
View commit details
Copy full SHA for 673f8ea
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Correct cfg for optional rand dependency
SimonSapin
committed
a955aba
View commit details
Copy full SHA for a955aba
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
atom: Use the same hash everywhere.
Show description for c5585bd
emilio
committed
c5585bd
View commit details
Copy full SHA for c5585bd
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
Replace ad-hoc copy_memory function with [T]::copy_from_slice
SimonSapin
committed
c8ebbfb
View commit details
Copy full SHA for c8ebbfb
View code at this point
Browse repository at this point
Remove RawSlice, support big-endian platforms
SimonSapin
committed
8394297
View commit details
Copy full SHA for 8394297
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.