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.9k
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 7 pull requests
- #95944
#95944
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-idggkrh
Dylan-DPC/rust:rollup-idggkrh
Copy head branch name to clipboard
Apr 12, 2022
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Rollup of 7 pull requests
#95944
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-idggkrh
Dylan-DPC/rust:rollup-idggkrh
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2022
[let_chains] Forbid let inside parentheses
c410-f3r
committed
6ee3c47
View commit details
Copy full SHA for 6ee3c47
Browse repository at this point
Commits on Apr 7, 2022
Return status from futex_wake().
m-ou-se
committed
f1a4041
View commit details
Copy full SHA for f1a4041
Browse repository at this point
Commits on Apr 8, 2022
Add futex-based RwLock on Linux.
m-ou-se
committed
6cb463c
View commit details
Copy full SHA for 6cb463c
Browse repository at this point
Fix typo in futex rwlock.
Show description for 307aa58
m-ou-se
and
Amanieu
authored
307aa58
View commit details
Copy full SHA for 307aa58
Browse repository at this point
Commits on Apr 9, 2022
Switch to the 'normal' basic block for writing asm outputs if needed.
Show description for bf3ef0d
luqmana
committed
bf3ef0d
View commit details
Copy full SHA for bf3ef0d
Browse repository at this point
Update asm-may_unwind test to handle use of asm with outputs.
luqmana
committed
0b2f360
View commit details
Copy full SHA for 0b2f360
Browse repository at this point
Commits on Apr 10, 2022
Fix formatting error in pin.rs docs
nyanpasu64
authored
bb3a071
View commit details
Copy full SHA for bb3a071
Browse repository at this point
Clarify str::from_utf8_unchecked's invariants
Show description for b92cd1a
CAD97
authored
b92cd1a
View commit details
Copy full SHA for b92cd1a
Browse repository at this point
Remove duplicate aliases for `codegen_{cranelift,gcc}`
Show description for 986c168
jyn514
committed
986c168
View commit details
Copy full SHA for 986c168
Browse repository at this point
Add `build compiler/rustc_codegen_gcc` as an alias for `CodegenBackend`
Show description for 4c14383
jyn514
committed
4c14383
View commit details
Copy full SHA for 4c14383
Browse repository at this point
Commits on Apr 11, 2022
CI: do not compile libcore twice when performing LLVM PGO
Kobzol
committed
aeb3df7
View commit details
Copy full SHA for aeb3df7
Browse repository at this point
Add doc comments to futex operations.
m-ou-se
committed
7c28791
View commit details
Copy full SHA for 7c28791
Browse repository at this point
Add comments to futex rwlock implementation.
m-ou-se
committed
1f2c2bb
View commit details
Copy full SHA for 1f2c2bb
Browse repository at this point
Use compare_exchange_weak in futex rwlock implementation.
m-ou-se
committed
c4a4f48
View commit details
Copy full SHA for c4a4f48
Browse repository at this point
Use is_ or has_ prefix for pure `-> bool` functions.
m-ou-se
committed
8339381
View commit details
Copy full SHA for 8339381
Browse repository at this point
Rollup merge of #95008 - c410-f3r:let-chains-paren, r=wesleywiser
Show description for 2ad701e
Dylan-DPC
authored
2ad701e
View commit details
Copy full SHA for 2ad701e
Browse repository at this point
Rollup merge of #95801 - m-ou-se:futex-rwlock, r=Amanieu
Show description for a15ac30
Dylan-DPC
authored
a15ac30
View commit details
Copy full SHA for a15ac30
Browse repository at this point
Rollup merge of #95864 - luqmana:inline-asm-unwind-store-miscompile, r=Amanieu
Show description for 3f606ce
Dylan-DPC
authored
3f606ce
View commit details
Copy full SHA for 3f606ce
Browse repository at this point
Rollup merge of #95894 - nyanpasu64:fix-pin-docs, r=Dylan-DPC
Show description for 82a6463
Dylan-DPC
authored
82a6463
View commit details
Copy full SHA for 82a6463
Browse repository at this point
Rollup merge of #95895 - CAD97:patch-2, r=Dylan-DPC
Show description for ae6f75a
Dylan-DPC
authored
ae6f75a
View commit details
Copy full SHA for ae6f75a
Browse repository at this point
Rollup merge of #95901 - jyn514:remove-duplicate-aliases, r=Mark-Simulacrum
Show description for ec95e7d
Dylan-DPC
authored
ec95e7d
View commit details
Copy full SHA for ec95e7d
Browse repository at this point
Rollup merge of #95927 - Kobzol:ci-pgo-libcore, r=lqd
Show description for 070e8ed
Dylan-DPC
authored
070e8ed
View commit details
Copy full SHA for 070e8ed
Browse repository at this point
You can’t perform that action at this time.