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
Type
/
to 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
/
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
15.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Portable SIMD subtree update
- #155165
#155165
Merged
rust-bors[bot]
merged 22 commits into
rust-lang:main
rust-lang/rust:main
from
folkertdev:sync-from-portable-simd-2026-04-11
folkertdev/rust:sync-from-portable-simd-2026-04-11
Copy head branch name to clipboard
Apr 12, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Portable SIMD subtree update
#155165
rust-bors[bot]
merged 22 commits into
rust-lang:main
rust-lang/rust:main
from
folkertdev:sync-from-portable-simd-2026-04-11
folkertdev/rust:sync-from-portable-simd-2026-04-11
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2026
Add basic triagebot configuration
Urgau
committed
0e4beba
View commit details
Copy full SHA for 0e4beba
Browse repository at this point
Merge pull request #504 from Urgau/triagebot-config
Show description for bad7930
calebzulawski
authored
bad7930
View commit details
Copy full SHA for bad7930
Browse repository at this point
Commits on Feb 7, 2026
Add `Select` and `ToBytes` to prelude
okaneco
committed
01f91e4
View commit details
Copy full SHA for 01f91e4
Browse repository at this point
Commits on Feb 8, 2026
Merge pull request #506 from okaneco/prelude
Show description for e797bc7
programmerjake
authored
e797bc7
View commit details
Copy full SHA for e797bc7
Browse repository at this point
docs(simd): fix `load_select_or_default` documentation
b01o
committed
a8af194
View commit details
Copy full SHA for a8af194
Browse repository at this point
show both kinds of masking-out elements in the example
b01o
committed
08aa04d
View commit details
Copy full SHA for 08aa04d
Browse repository at this point
more clear example
b01o
committed
81dcf4c
View commit details
Copy full SHA for 81dcf4c
Browse repository at this point
Merge pull request #507 from b01o/fix-doc-simd-load-select-or-default
Show description for b6a0170
programmerjake
authored
b6a0170
View commit details
Copy full SHA for b6a0170
Browse repository at this point
Commits on Feb 10, 2026
Fix typos in documentation
Show description for af51712
him2him2
committed
af51712
View commit details
Copy full SHA for af51712
Browse repository at this point
Merge pull request #508 from him2him2/fix-typos
Show description for b8bef67
programmerjake
authored
b8bef67
View commit details
Copy full SHA for b8bef67
Browse repository at this point
Commits on Feb 21, 2026
Add round_ties_even to StdFloat trait
Show description for e66819d
zRedShift
committed
e66819d
View commit details
Copy full SHA for e66819d
Browse repository at this point
Commits on Mar 14, 2026
update `proptest` from `0.10` to `1.0`
folkertdev
committed
dc5ab0d
View commit details
Copy full SHA for dc5ab0d
Browse repository at this point
Add tests for `Mask::first_set`
Show description for 5c37faf
Kmeakin
committed
5c37faf
View commit details
Copy full SHA for 5c37faf
Browse repository at this point
Optimize `Mask::first_set`
Show description for b99b62c
Kmeakin
committed
b99b62c
View commit details
Copy full SHA for b99b62c
Browse repository at this point
Merge pull request #511 from folkertdev/update-proptest
Show description for 7d6df68
calebzulawski
authored
7d6df68
View commit details
Copy full SHA for 7d6df68
Browse repository at this point
Merge pull request #512 from Kmeakin/km/simd-first-set
Show description for 3bc9bcf
calebzulawski
authored
3bc9bcf
View commit details
Copy full SHA for 3bc9bcf
Browse repository at this point
Commits on Mar 15, 2026
Merge pull request #510 from zRedShift/add-round-ties-even
Show description for 99e9d40
calebzulawski
authored
99e9d40
View commit details
Copy full SHA for 99e9d40
Browse repository at this point
Commits on Mar 18, 2026
bump toolchain to `nightly-2026-03-18`
folkertdev
committed
ed150fb
View commit details
Copy full SHA for ed150fb
Browse repository at this point
Commits on Mar 19, 2026
Merge pull request #514 from folkertdev/toolchain-bump
Show description for 0c17257
calebzulawski
authored
0c17257
View commit details
Copy full SHA for 0c17257
Browse repository at this point
Commits on Mar 27, 2026
Add support for Hexagon HVX (#509)
Show description for 8ada24a
androm3da
authored
8ada24a
View commit details
Copy full SHA for 8ada24a
Browse repository at this point
Commits on Apr 11, 2026
Add `f16` vector support (#513)
Show description for 0557e34
folkertdev
and
calebzulawski
authored
0557e34
View commit details
Copy full SHA for 0557e34
Browse repository at this point
Merge commit '0557e3478104037c76c2e5be7ea21e56ebbaff6e' into sync-from-portable-simd-2026-04-11
folkertdev
committed
aa656a9
View commit details
Copy full SHA for aa656a9
Browse repository at this point
You can’t perform that action at this time.