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
Rollup of 7 pull requests
- #114331
#114331
Merged
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-rnrmwcx
matthiaskrgr/rust:rollup-rnrmwcx
Copy head branch name to clipboard
Aug 1, 2023
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Rollup of 7 pull requests
#114331
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-rnrmwcx
matthiaskrgr/rust:rollup-rnrmwcx
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2023
Implement UnwindSafe and RefUnwindSafe for Backtrace
Show description for 0f06b07
sugar700
committed
0f06b07
View commit details
Copy full SHA for 0f06b07
Browse repository at this point
fix alignment handling for Repeat expressions
RalfJung
committed
b169ee7
View commit details
Copy full SHA for b169ee7
Browse repository at this point
[rustc_data_structures][perf] Simplify base_n::push_str.
Show description for b84942a
ttsugriy
committed
b84942a
View commit details
Copy full SHA for b84942a
Browse repository at this point
Commits on Aug 1, 2023
Add some line comments to enum `CoverageKind`
Show description for 5a808d4
Zalathar
committed
5a808d4
View commit details
Copy full SHA for 5a808d4
Browse repository at this point
Replace `ExpressionOperandId` with enum `Operand`
Show description for 1a014d4
Zalathar
committed
1a014d4
View commit details
Copy full SHA for 1a014d4
Browse repository at this point
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Show description for f103db8
Zalathar
committed
f103db8
View commit details
Copy full SHA for f103db8
Browse repository at this point
Make coverage counter IDs count up from 0, not 1
Show description for 3920e07
Zalathar
committed
3920e07
View commit details
Copy full SHA for 3920e07
Browse repository at this point
Always use parking_lot's RwLock, even without parallel compiler
oli-obk
committed
3eb5733
View commit details
Copy full SHA for 3eb5733
Browse repository at this point
Improve diagnostic for wrong borrow on binary operations
Urgau
committed
ad0729e
View commit details
Copy full SHA for ad0729e
Browse repository at this point
Cover statements for stable_mir
ouz-a
committed
206bfc4
View commit details
Copy full SHA for 206bfc4
Browse repository at this point
clean up, use opaque types
ouz-a
committed
2ff62fd
View commit details
Copy full SHA for 2ff62fd
Browse repository at this point
Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnay
Show description for c97af34
matthiaskrgr
authored
c97af34
View commit details
Copy full SHA for c97af34
Browse repository at this point
Rollup merge of #113428 - Zalathar:operand, r=davidtwco
Show description for 52bfceb
matthiaskrgr
authored
52bfceb
View commit details
Copy full SHA for 52bfceb
Browse repository at this point
Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLii
Show description for b387180
matthiaskrgr
authored
b387180
View commit details
Copy full SHA for b387180
Browse repository at this point
Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naber
Show description for c726dcb
matthiaskrgr
authored
c726dcb
View commit details
Copy full SHA for c726dcb
Browse repository at this point
Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk
Show description for fa33d6e
matthiaskrgr
authored
fa33d6e
View commit details
Copy full SHA for fa33d6e
Browse repository at this point
Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiser
Show description for 00ad3cc
matthiaskrgr
authored
00ad3cc
View commit details
Copy full SHA for 00ad3cc
Browse repository at this point
Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obk
Show description for 41364c7
matthiaskrgr
authored
41364c7
View commit details
Copy full SHA for 41364c7
Browse repository at this point
You can’t perform that action at this time.