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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
servo
/
string-cache
Public
Notifications
You must be signed in to change notification settings
Fork
84
Star
211
Code
Issues
17
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Run on Rust stable
- #95
#95
Merged
bors-servo
merged 13 commits into
master
servo/string-cache:master
from
stable
servo/string-cache:stable
Copy head branch name to clipboard
Jul 27, 2015
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Run on Rust stable
#95
bors-servo
merged 13 commits into
master
servo/string-cache:master
from
stable
servo/string-cache:stable
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2015
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
Use phf_codegen instead of phf_macros
SimonSapin
committed
917dd80
View commit details
Copy full SHA for 917dd80
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
Update to filling drop
SimonSapin
committed
36fb311
View commit details
Copy full SHA for 36fb311
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
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
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
Also test with unstable features on Travis.
SimonSapin
committed
4706e16
View commit details
Copy full SHA for 4706e16
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
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
Gratuitious refactoring.
SimonSapin
committed
7452b76
View commit details
Copy full SHA for 7452b76
Browse repository at this point
Have Travis run (some) tests on stable Rust.
SimonSapin
committed
66ad520
View commit details
Copy full SHA for 66ad520
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
You can’t perform that action at this time.