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
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 }}
tcbrindle
/
pointer
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add unchecked_slice
- #10
#10
Merged
tcbrindle
merged 19 commits into
main
tcbrindle/pointer:main
from
pr/unchecked_slice
tcbrindle/pointer:pr/unchecked_slice
Copy head branch name to clipboard
Sep 10, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Add unchecked_slice
#10
tcbrindle
merged 19 commits into
main
tcbrindle/pointer:main
from
pr/unchecked_slice
tcbrindle/pointer:pr/unchecked_slice
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
Implement op== using std::ranges::equal_to
Show description for 0e801dc
tcbrindle
committed
0e801dc
View commit details
Copy full SHA for 0e801dc
Browse repository at this point
Commits on Sep 9, 2026
Add unchecked_slice<T>
Show description for 0e2d321
tcbrindle
committed
0e2d321
View commit details
Copy full SHA for 0e2d321
Browse repository at this point
Implement slice<T> using unchecked_slice<T>
Show description for 50135cb
tcbrindle
committed
50135cb
View commit details
Copy full SHA for 50135cb
Browse repository at this point
Add unchecked_slice tests
tcbrindle
committed
3da1edf
View commit details
Copy full SHA for 3da1edf
Browse repository at this point
Always use checked iterators for slices
Show description for e36aac3
tcbrindle
committed
e36aac3
View commit details
Copy full SHA for e36aac3
Browse repository at this point
Reorder op<=> fallback operations in slice
Show description for 556d1ad
tcbrindle
committed
556d1ad
View commit details
Copy full SHA for 556d1ad
Browse repository at this point
Use static functions for checked iter contruction
Show description for 8caab22
tcbrindle
committed
8caab22
View commit details
Copy full SHA for 8caab22
Browse repository at this point
Simplify checked_iterator<T>
Show description for 3939491
tcbrindle
committed
3939491
View commit details
Copy full SHA for 3939491
Browse repository at this point
Avoid deprecated array comparisons if possible
Show description for a1d4510
tcbrindle
committed
a1d4510
View commit details
Copy full SHA for a1d4510
Browse repository at this point
Ensure TCB_PTR_RUNTIME_ERROR is always defined
tcbrindle
committed
16424b7
View commit details
Copy full SHA for 16424b7
Browse repository at this point
Commits on Sep 10, 2026
Allow null state in pointer<T[]>
Show description for 9e20004
tcbrindle
committed
9e20004
View commit details
Copy full SHA for 9e20004
Browse repository at this point
Remove bool conversion operators
Show description for 63e7eb1
tcbrindle
committed
63e7eb1
View commit details
Copy full SHA for 63e7eb1
Browse repository at this point
Add some slice comparison static asserts
tcbrindle
committed
924daea
View commit details
Copy full SHA for 924daea
Browse repository at this point
Provide optional iterators only in C++26 mode
Show description for abdec61
tcbrindle
committed
abdec61
View commit details
Copy full SHA for abdec61
Browse repository at this point
Correctly constrain optional monadic operations
Show description for 0dbd98b
tcbrindle
committed
0dbd98b
View commit details
Copy full SHA for 0dbd98b
Browse repository at this point
Provide optional monadic ops only in C++23 mode
Show description for ee583f7
tcbrindle
committed
ee583f7
View commit details
Copy full SHA for ee583f7
Browse repository at this point
Add tests for optional<ptr> monadic ops
tcbrindle
committed
d1a3572
View commit details
Copy full SHA for d1a3572
Browse repository at this point
Fix typo in optional::value_or() static assert
Show description for d575b40
tcbrindle
committed
d575b40
View commit details
Copy full SHA for d575b40
Browse repository at this point
Add unchecked slice example
tcbrindle
committed
9a5ec27
View commit details
Copy full SHA for 9a5ec27
Browse repository at this point
You can’t perform that action at this time.