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.1k
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
Rollup of 11 pull requests
- #89087
#89087
Closed
JohnTitor
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-2xeddq7
JohnTitor/rust:rollup-2xeddq7
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 11 pull requests
#89087
JohnTitor
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-2xeddq7
JohnTitor/rust:rollup-2xeddq7
Copy head branch name to clipboard
Commits
Commits on Sep 11, 2021
Allow simd_shuffle to accept vectors of any length
calebzulawski
committed
1b3fe75
View commit details
Copy full SHA for 1b3fe75
Browse repository at this point
Commits on Sep 13, 2021
Suggest replacing an inexisting field for an unmentioned field
Show description for 37196e3
hkmatsumoto
committed
37196e3
View commit details
Copy full SHA for 37196e3
Browse repository at this point
Commits on Sep 15, 2021
Check for shadowing issues involving block labels
tmiasko
committed
ffdabc8
View commit details
Copy full SHA for ffdabc8
Browse repository at this point
Commits on Sep 16, 2021
Fix linting when trailing macro expands to a trailing semi
Show description for bd4c967
Aaron1011
committed
bd4c967
View commit details
Copy full SHA for bd4c967
Browse repository at this point
Fix shuffle index constant not being monomorphized.
calebzulawski
committed
4a4ca94
View commit details
Copy full SHA for 4a4ca94
Browse repository at this point
fix potential race in AtomicU64 time monotonizer
the8472
committed
2b512cc
View commit details
Copy full SHA for 2b512cc
Browse repository at this point
Add a separate error for `dyn Trait` in `const fn`
Show description for f84000d
WaffleLapkin
committed
f84000d
View commit details
Copy full SHA for f84000d
Browse repository at this point
Commits on Sep 17, 2021
use AtomicU64::fetch_update instead of handrolled RMW-loop
the8472
committed
57465d9
View commit details
Copy full SHA for 57465d9
Browse repository at this point
modify std::os docs to be more consistent
Show description for ec34aa6
schctl
committed
ec34aa6
View commit details
Copy full SHA for ec34aa6
Browse repository at this point
refactor: VecDeques IntoIter fields to private
DeveloperC286
committed
05b01cd
View commit details
Copy full SHA for 05b01cd
Browse repository at this point
Commits on Sep 18, 2021
Suggest better place to add call parentheses for method expressions wrapped in parentheses
Kobzol
committed
68147eb
View commit details
Copy full SHA for 68147eb
Browse repository at this point
Resolve issue 85066
Show description for 59d5eb2
Wardenfar
committed
59d5eb2
View commit details
Copy full SHA for 59d5eb2
Browse repository at this point
Fix typo
Show description for 3f75ab3
ondra05
authored
3f75ab3
View commit details
Copy full SHA for 3f75ab3
Browse repository at this point
Commits on Sep 19, 2021
Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned-field, r=estebank
Show description for 2f210be
JohnTitor
authored
2f210be
View commit details
Copy full SHA for 2f210be
Browse repository at this point
Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa
Show description for 5bc783b
JohnTitor
authored
5bc783b
View commit details
Copy full SHA for 5bc783b
Browse repository at this point
Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov
Show description for 25beabe
JohnTitor
authored
25beabe
View commit details
Copy full SHA for 25beabe
Browse repository at this point
Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov
Show description for ddf3c53
JohnTitor
authored
ddf3c53
View commit details
Copy full SHA for ddf3c53
Browse repository at this point
Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytm
Show description for 487101d
JohnTitor
authored
487101d
View commit details
Copy full SHA for 487101d
Browse repository at this point
Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_fn, r=estebank
Show description for c58c4b0
JohnTitor
authored
c58c4b0
View commit details
Copy full SHA for c58c4b0
Browse repository at this point
Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisa
Show description for 833312b
JohnTitor
authored
833312b
View commit details
Copy full SHA for 833312b
Browse repository at this point
Rollup merge of #89051 - schctl:master, r=jyn514
Show description for 59891cc
JohnTitor
authored
59891cc
View commit details
Copy full SHA for 59891cc
Browse repository at this point
Rollup merge of #89053 - DeveloperC286:into_iter_fields_to_private, r=Mark-Simulacrum
Show description for 93bb4a9
JohnTitor
authored
93bb4a9
View commit details
Copy full SHA for 93bb4a9
Browse repository at this point
Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiser
Show description for 64b19fe
JohnTitor
authored
64b19fe
View commit details
Copy full SHA for 64b19fe
Browse repository at this point
Rollup merge of #89081 - ondra05:patch-1, r=dtolnay
Show description for 265dd84
JohnTitor
authored
265dd84
View commit details
Copy full SHA for 265dd84
Browse repository at this point
You can’t perform that action at this time.