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 }}
coord-e
/
thrust
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
25
Code
Issues
63
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support static array literals, &[T;N] → &[T] coercion, and &mut [T] element writes
- #123
#123
Closed
coord-e
wants to merge 11 commits into
main
coord-e/thrust:main
from
claude/static-arrays-slices-y6hmtr
coord-e/thrust:claude/static-arrays-slices-y6hmtr
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Support static array literals, &[T;N] → &[T] coercion, and &mut [T] element writes
#123
coord-e
wants to merge 11 commits into
main
coord-e/thrust:main
from
claude/static-arrays-slices-y6hmtr
coord-e/thrust:claude/static-arrays-slices-y6hmtr
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
feat: add support for statically-sized arrays and slices
Show description for 10d2151
claude
committed
10d2151
View commit details
Copy full SHA for 10d2151
Browse repository at this point
Commits on Jun 24, 2026
Basic support: Seq<T> as unified array/slice model and PlaceElem::Index
Show description for a28ad57
claude
committed
a28ad57
View commit details
Copy full SHA for a28ad57
Browse repository at this point
Construction support: array literal aggregates produce Seq<T>
Show description for 311e771
claude
committed
311e771
View commit details
Copy full SHA for 311e771
Browse repository at this point
Coercion support: &[T;N] → &[T] unsize coercion is identity on Seq<T>
Show description for fec1c05
claude
committed
fec1c05
View commit details
Copy full SHA for fec1c05
Browse repository at this point
Mutable slice support: RawPtr(FakeForPtrMetadata) and PtrMetadata on any pointer
Show description for 5ced28a
claude
committed
5ced28a
View commit details
Copy full SHA for 5ced28a
Browse repository at this point
[&mut T] support: CopyForDeref, mir::Const::Ty, and read through &mut T elements
Show description for 92f553d
claude
committed
92f553d
View commit details
Copy full SHA for 92f553d
Browse repository at this point
Mutable slice support: element write through &mut [T]
Show description for ba8f02d
claude
committed
ba8f02d
View commit details
Copy full SHA for ba8f02d
Browse repository at this point
refactor: route (*s)[idx]=val through index_mut extern spec via reborrow visitor
Show description for e84b2c8
claude
committed
e84b2c8
View commit details
Copy full SHA for e84b2c8
Browse repository at this point
chore: ignore rustc temporary output files
Show description for 7f1d189
claude
committed
7f1d189
View commit details
Copy full SHA for 7f1d189
Browse repository at this point
refactor: rewrite (*s)[idx]=val via index_mut in ReborrowVisitor
Show description for 9a73939
claude
committed
9a73939
View commit details
Copy full SHA for 9a73939
Browse repository at this point
feat: rewrite (*s)[idx]=val via synthetic index_mut call in analyze_statements
Show description for dc6c43d
claude
committed
dc6c43d
View commit details
Copy full SHA for dc6c43d
Browse repository at this point
You can’t perform that action at this time.