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
.
rust-lang
/
rfcs
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
6.6k
Code
Issues
583
Pull requests
216
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Generic Integers V2: It's Time
- #3686
#3686
Open
clarfonthey
wants to merge 16 commits into
rust-lang:master
rust-lang/rfcs:master
from
clarfonthey:generic-integers-v2
clarfonthey/rust-rfcs:generic-integers-v2
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
Generic Integers V2: It's Time
#3686
clarfonthey
wants to merge 16 commits into
rust-lang:master
rust-lang/rfcs:master
from
clarfonthey:generic-integers-v2
clarfonthey/rust-rfcs:generic-integers-v2
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2024
Generic integers v2 first draft
clarfonthey
committed
dadc2f4
View commit details
Copy full SHA for dadc2f4
Browse repository at this point
A few things I missed on reread
clarfonthey
committed
cfd3e34
View commit details
Copy full SHA for cfd3e34
Browse repository at this point
Feedback from CAD97
clarfonthey
committed
d1e1baa
View commit details
Copy full SHA for d1e1baa
Browse repository at this point
Commits on Aug 8, 2024
More feedback: limit to u32::MAX, mention LLVM u23::MAX limit, and cap size/alignment to a multiple of 64 bits.
clarfonthey
committed
e401393
View commit details
Copy full SHA for e401393
Browse repository at this point
copy-editing
clarfonthey
committed
7902a6a
View commit details
Copy full SHA for 7902a6a
Browse repository at this point
Small change to bitpacked: allow multiple bytes of padding
clarfonthey
committed
645fe20
View commit details
Copy full SHA for 645fe20
Browse repository at this point
Commits on Aug 13, 2024
Leave size/alignment/ABI for later, add some more future extensions, more cleanup
clarfonthey
committed
0d032b4
View commit details
Copy full SHA for 0d032b4
Browse repository at this point
Fix some nits
programmerjake
authored
58f221f
View commit details
Copy full SHA for 58f221f
Browse repository at this point
Merge pull request #2 from programmerjake/patch-1
Show description for 299b39c
clarfonthey
authored
299b39c
View commit details
Copy full SHA for 299b39c
Browse repository at this point
Commits on Aug 19, 2024
Rename to u<N> and i<N>, remove bit about conflicting with bounds-generic integers since that's not an issue any more
clarfonthey
committed
10a29a3
View commit details
Copy full SHA for 10a29a3
Browse repository at this point
Commits on Sep 1, 2024
Minor typos while proofreading
clarfonthey
committed
d23dfa1
View commit details
Copy full SHA for d23dfa1
Browse repository at this point
Mention Swift proposal
clarfonthey
committed
7883d9c
View commit details
Copy full SHA for 7883d9c
Browse repository at this point
Revert "Mention Swift proposal" because I can't read
Show description for 88d94e5
clarfonthey
committed
88d94e5
View commit details
Copy full SHA for 88d94e5
Browse repository at this point
Commits on Feb 19, 2026
Spell out twenty-three in clarification
Show description for 30604cc
clarfonthey
and
bushrat011899
authored
30604cc
View commit details
Copy full SHA for 30604cc
Browse repository at this point
Commits on Apr 12, 2026
Update 0000-generic-integers.md
Show description for bf758ae
Pale-Vessel
authored
bf758ae
View commit details
Copy full SHA for bf758ae
Browse repository at this point
Fix typo by Pale-Vessel
clarfonthey
authored
d38c42a
View commit details
Copy full SHA for d38c42a
Browse repository at this point
You can’t perform that action at this time.