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
.
mozilla
/
thin-vec
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
177
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 26, 2026
chore: Bump version to 0.2.19
Show description for 5c0c9f5
emilio
committed
5c0c9f5
View commit details
Copy full SHA for 5c0c9f5
Browse repository at this point
Commits on Jul 22, 2026
feat: add may_dangle Drop impl under unstable feature
panstromek
authored and
emilio
committed
3ee2f89
View commit details
Copy full SHA for 3ee2f89
Browse repository at this point
refactor: move drop_non_singleton out of the Drop impl
panstromek
authored and
emilio
committed
4479f83
View commit details
Copy full SHA for 4479f83
Browse repository at this point
Commits on Jun 22, 2026
Use safe `Layout::from_size_align` (instead of unsafe `from_size_align_unchecked`), panicking with a capacity overflow if it fails.
zachs18
authored and
emilio
committed
e903080
View commit details
Copy full SHA for e903080
Browse repository at this point
Commits on Jun 1, 2026
Fix shallow_size_of for inline arrays.
Show description for de42024
emilio
committed
de42024
View commit details
Copy full SHA for de42024
Browse repository at this point
Commits on Apr 29, 2026
Chore: bump version to v0.2.18
Show description for 6db6b4e
nicoburns
committed
6db6b4e
View commit details
Copy full SHA for 6db6b4e
Browse repository at this point
Chore: bump version to v0.2.18
Show description for 8219269
nicoburns
committed
8219269
View commit details
Copy full SHA for 8219269
Browse repository at this point
Prefer core::marker and core::mem to fix `--no-default-features -F malloc_size_of` (#83)
kpcyrd
authored
7e1fd96
View commit details
Copy full SHA for 7e1fd96
Browse repository at this point
Chore: bump version to v0.2.17
Show description for bed87e3
nicoburns
committed
bed87e3
View commit details
Copy full SHA for bed87e3
Browse repository at this point
Prefer core::marker and core::mem to fix `--no-default-features -F gecko-ffi` (#82)
kpcyrd
authored
243a458
View commit details
Copy full SHA for 243a458
Browse repository at this point
Commits on Apr 14, 2026
chore: Bump version to v0.2.16
emilio
committed
3c96f1e
View commit details
Copy full SHA for 3c96f1e
Browse repository at this point
Fix two panic=unwind issues.
emilio
committed
df64748
View commit details
Copy full SHA for df64748
Browse repository at this point
ci: Ignore msrv job for now since it just hangs trying to pull deps.
emilio
committed
4e3a217
View commit details
Copy full SHA for 4e3a217
Browse repository at this point
gecko-ffi: Fix auto-t-array push.
Show description for 63c2f5f
emilio
committed
63c2f5f
View commit details
Copy full SHA for 63c2f5f
Browse repository at this point
tests: Appease clippy.
emilio
committed
6797813
View commit details
Copy full SHA for 6797813
Browse repository at this point
ci: Don't use actions-rs/{cargo,clippy-check} as it's not allowed in mozilla/ repos.
Show description for af81b17
emilio
committed
af81b17
View commit details
Copy full SHA for af81b17
Browse repository at this point
Commits on Apr 9, 2026
Update repository URL and various cleanups
atouchet
authored and
emilio
committed
360f9ef
View commit details
Copy full SHA for 360f9ef
Browse repository at this point
Commits on Apr 8, 2026
chore: Bump version to v0.2.15
Show description for 70bcca0
emilio
committed
70bcca0
View commit details
Copy full SHA for 70bcca0
Browse repository at this point
Fix miri error on extract_if().
Show description for 322423b
fereidani
authored and
emilio
committed
322423b
View commit details
Copy full SHA for 322423b
Browse repository at this point
Don't make push_unchecked public.
Show description for eca5334
emilio
committed
eca5334
View commit details
Copy full SHA for eca5334
Browse repository at this point
Minor nits, go back to call push_reserved push_unchecked.
Show description for 90e23c3
emilio
committed
90e23c3
View commit details
Copy full SHA for 90e23c3
Browse repository at this point
Optimize extend() to avoid unnecessary capacity checks
SOF3
authored and
emilio
committed
ee9d6bb
View commit details
Copy full SHA for ee9d6bb
Browse repository at this point
feat: add const_new feature for const ThinVec::new()
Show description for 7fd4708
ldm0
authored and
emilio
committed
7fd4708
View commit details
Copy full SHA for 7fd4708
Browse repository at this point
Commits on Oct 2, 2025
Merge pull request #75 from jtracey/patch-1
Show description for beb652d
jtracey
authored
beb652d
View commit details
Copy full SHA for beb652d
Browse repository at this point
Commits on Aug 28, 2025
Merge pull request #73 from emilio/auto-array-tweaks
Show description for 6f3da25
nicoburns
authored
6f3da25
View commit details
Copy full SHA for 6f3da25
Browse repository at this point
Commits on Aug 26, 2025
gecko: Keep the auto-bit across relocations.
Show description for d3d7475
emilio
committed
d3d7475
View commit details
Copy full SHA for d3d7475
Browse repository at this point
Commits on Aug 25, 2025
Merge pull request #66 from GnomedDev/extract-if
Show description for faa01eb
nicoburns
authored
faa01eb
View commit details
Copy full SHA for faa01eb
Browse repository at this point
Disable stacked borrows Miri in CI
GnomedDev
committed
971a22e
View commit details
Copy full SHA for 971a22e
Browse repository at this point
Implement range argument to match Vec
GnomedDev
committed
9a039ef
View commit details
Copy full SHA for 9a039ef
Browse repository at this point
Update CI
GnomedDev
committed
7f01291
View commit details
Copy full SHA for 7f01291
Browse repository at this point
Add ThinVec::extract_if
GnomedDev
committed
d2214d6
View commit details
Copy full SHA for d2214d6
Browse repository at this point
Commits on Aug 19, 2025
Merge pull request #72 from emilio/auto-thin-vec-test
Show description for 3b4d5c8
nicoburns
authored
3b4d5c8
View commit details
Copy full SHA for 3b4d5c8
Browse repository at this point
gecko-ffi: Add some tests for thin-vec's auto-t-array.
Show description for f38efdd
emilio
committed
f38efdd
View commit details
Copy full SHA for f38efdd
Browse repository at this point
gecko-ffi: Remove unnecessary mut in the macro, and add note about NonNull::from_mut.
emilio
committed
198a406
View commit details
Copy full SHA for 198a406
Browse repository at this point
Merge pull request #71 from Gankra/msrv
Show description for 4d59aa3
nicoburns
authored
4d59aa3
View commit details
Copy full SHA for 4d59aa3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.