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.5k
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 6 pull requests
- #69678
#69678
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-yoaueud
Dylan-DPC-zz/rust:rollup-yoaueud
Copy head branch name to clipboard
Mar 4, 2020
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Rollup of 6 pull requests
#69678
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-yoaueud
Dylan-DPC-zz/rust:rollup-yoaueud
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2020
miri engine: turn some debug_assert into assert
RalfJung
committed
6f568e7
View commit details
Copy full SHA for 6f568e7
Browse repository at this point
Commits on Feb 29, 2020
downgrade some assertions to debug_ again
RalfJung
committed
5982e9d
View commit details
Copy full SHA for 5982e9d
Browse repository at this point
Commits on Mar 3, 2020
Use let instead of match to get value of enum with single variant.
matthiaskrgr
committed
e364c28
View commit details
Copy full SHA for e364c28
Browse repository at this point
Simplify conditions like x + 1 <= y to x < y
matthiaskrgr
committed
5abaeb3
View commit details
Copy full SHA for 5abaeb3
Browse repository at this point
Use .nth(x) instead of .skip(x).next() on iterators.
matthiaskrgr
committed
c287d86
View commit details
Copy full SHA for c287d86
Browse repository at this point
Use .any(x) instead of .find(x).is_some() on iterators.
matthiaskrgr
committed
ae34b9d
View commit details
Copy full SHA for ae34b9d
Browse repository at this point
Improve weird formatting by moving comment inside else-code block.
matthiaskrgr
committed
1018385
View commit details
Copy full SHA for 1018385
Browse repository at this point
use conditions directly
matthiaskrgr
committed
df716b0
View commit details
Copy full SHA for df716b0
Browse repository at this point
Invoke OptimizerLastEPCallbacks in PreLinkThinLTO
Show description for a61e134
tmiasko
committed
a61e134
View commit details
Copy full SHA for a61e134
Browse repository at this point
Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...
Show description for 52c5f2a
tmiasko
committed
52c5f2a
View commit details
Copy full SHA for 52c5f2a
Browse repository at this point
Fix check for __msan_keep_going in sanitizer-recover test
Show description for b0e288d
tmiasko
committed
b0e288d
View commit details
Copy full SHA for b0e288d
Browse repository at this point
use question mark operator in a few places.
matthiaskrgr
committed
ecae6e4
View commit details
Copy full SHA for ecae6e4
Browse repository at this point
Add explanation for E0379
GuillaumeGomez
committed
c92267a
View commit details
Copy full SHA for c92267a
Browse repository at this point
Rollup merge of #69565 - RalfJung:assert, r=eddyb
Show description for fab54fc
Dylan-DPC
authored
fab54fc
View commit details
Copy full SHA for fab54fc
Browse repository at this point
Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkov
Show description for 2cfab73
Dylan-DPC
authored
2cfab73
View commit details
Copy full SHA for 2cfab73
Browse repository at this point
Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor
Show description for 8ca3e59
Dylan-DPC
authored
8ca3e59
View commit details
Copy full SHA for 8ca3e59
Browse repository at this point
Rollup merge of #69653 - matthiaskrgr:needless_bool, r=Dylan-DPC
Show description for 099cd7f
Dylan-DPC
authored
099cd7f
View commit details
Copy full SHA for 099cd7f
Browse repository at this point
Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic
Show description for 587ca17
Dylan-DPC
authored
587ca17
View commit details
Copy full SHA for 587ca17
Browse repository at this point
Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPC
Show description for f8c026b
Dylan-DPC
authored
f8c026b
View commit details
Copy full SHA for f8c026b
Browse repository at this point
You can’t perform that action at this time.