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 }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.7k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
perf: store splat arg index in a single byte
- #158251
#158251
Closed
teor2345
wants to merge 13 commits into
rust-lang:main
rust-lang/rust:main
from
teor2345:fn-arg-splat-exp-255-limit
teor2345/rust:fn-arg-splat-exp-255-limit
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
perf: store splat arg index in a single byte
#158251
teor2345
wants to merge 13 commits into
rust-lang:main
rust-lang/rust:main
from
teor2345:fn-arg-splat-exp-255-limit
teor2345/rust:fn-arg-splat-exp-255-limit
Copy head branch name to clipboard
Commits
Commits on Jun 22, 2026
Limit splat AST and FnDecl to 255 args
Show description for a8c1a22
teor2345
committed
a8c1a22
View commit details
Copy full SHA for a8c1a22
Browse repository at this point
Impl HIR FnSig for #[splat]
teor2345
committed
1ac6b6a
View commit details
Copy full SHA for 1ac6b6a
Browse repository at this point
Impl HIR typeck for #[splat]
teor2345
committed
b9d2e39
View commit details
Copy full SHA for b9d2e39
Browse repository at this point
Remove a leftover direct call to fn_ctxt.label_generic_mismatches
teor2345
committed
79c9709
View commit details
Copy full SHA for 79c9709
Browse repository at this point
Fix ICE in `label_fn_like` when splatted arg index is out of bounds
Ajay-singh1
authored and
teor2345
committed
b4f8649
View commit details
Copy full SHA for b4f8649
Browse repository at this point
Impl MIR lowering side-tables for #[splat]
teor2345
committed
bd1ba47
View commit details
Copy full SHA for bd1ba47
Browse repository at this point
Impl actual MIR lowering for #[splat]
teor2345
committed
e5e24aa
View commit details
Copy full SHA for e5e24aa
Browse repository at this point
Impl TypeInfo for splat
teor2345
committed
ec6ae17
View commit details
Copy full SHA for ec6ae17
Browse repository at this point
Add UI tests for `#[splat]` unhappy path, generics, fn colors
Show description for abca2d0
Ajay-singh1
authored and
teor2345
committed
abca2d0
View commit details
Copy full SHA for abca2d0
Browse repository at this point
Add failing test for #[splat] with dyn AsRef<T> where T: Tuple
Ajay-singh1
authored and
teor2345
committed
ebcd34a
View commit details
Copy full SHA for ebcd34a
Browse repository at this point
Add splat UI tests for 255 splatted arg limit
teor2345
committed
1d46627
View commit details
Copy full SHA for 1d46627
Browse repository at this point
Fix FnSig clippy
teor2345
authored
485ef9f
View commit details
Copy full SHA for 485ef9f
Browse repository at this point
Fix FnDecl clippy
teor2345
authored
6298a47
View commit details
Copy full SHA for 6298a47
Browse repository at this point
You can’t perform that action at this time.