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 }}
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.8k
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
- #99001
#99001
Closed
Dylan-DPC
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-uq41gi9
Dylan-DPC/rust:rollup-uq41gi9
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 7 pull requests
#99001
Dylan-DPC
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-uq41gi9
Dylan-DPC/rust:rollup-uq41gi9
Copy head branch name to clipboard
Commits
Commits on May 23, 2022
created tcpstream quickack trait
Show description for b22450f
Berend-Jan Lange
authored and
berendjan
committed
b22450f
View commit details
Copy full SHA for b22450f
Browse repository at this point
Commits on Jun 3, 2022
Adapt tests to be able to run in miri
Show description for 907ea55
Noratrieb
committed
907ea55
View commit details
Copy full SHA for 907ea55
Browse repository at this point
Commits on Jun 29, 2022
Remove needless FIXME
Show description for 4d67f5b
camelid
committed
4d67f5b
View commit details
Copy full SHA for 4d67f5b
Browse repository at this point
Replace weird handling of edge case with panic
camelid
committed
8192288
View commit details
Copy full SHA for 8192288
Browse repository at this point
Remove FIXME that hasn't been an issue in practice
camelid
committed
2d2fd31
View commit details
Copy full SHA for 2d2fd31
Browse repository at this point
Commits on Jul 5, 2022
Make MIR basic blocks field public
Show description for 1eb1d91
tmiasko
committed
1eb1d91
View commit details
Copy full SHA for 1eb1d91
Browse repository at this point
Move `is_cfg_cyclic` from Body to BasicBlocks
tmiasko
committed
f14a887
View commit details
Copy full SHA for f14a887
Browse repository at this point
Move `predecessors` from Body to BasicBlocks
tmiasko
committed
d32e13e
View commit details
Copy full SHA for d32e13e
Browse repository at this point
Move `switch_sources` from Body to BasicBlocks
tmiasko
committed
a7bdce3
View commit details
Copy full SHA for a7bdce3
Browse repository at this point
Move `dominators` from Body to BasicBlocks
tmiasko
committed
802cb1c
View commit details
Copy full SHA for 802cb1c
Browse repository at this point
Commits on Jul 6, 2022
fix projectionelem validation
beepster4096
committed
a2799b2
View commit details
Copy full SHA for a2799b2
Browse repository at this point
Fix stacked borrows violation in rustc_arena
Show description for 211fb66
Noratrieb
committed
211fb66
View commit details
Copy full SHA for 211fb66
Browse repository at this point
socket `set_mark` addition.
Show description for 14d288f
devnexen
committed
14d288f
View commit details
Copy full SHA for 14d288f
Browse repository at this point
doc additions
devnexen
committed
48ef00e
View commit details
Copy full SHA for 48ef00e
Browse repository at this point
changes from feedback
devnexen
committed
10f5a19
View commit details
Copy full SHA for 10f5a19
Browse repository at this point
Document, that some lint have to be expected on the crate level (RFC 2383)
Show description for 6c6388c
xFrednet
committed
6c6388c
View commit details
Copy full SHA for 6c6388c
Browse repository at this point
Add function to manually fulfill lint expectations (RFC 2383)
xFrednet
committed
c8b4873
View commit details
Copy full SHA for c8b4873
Browse repository at this point
Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod`
xFrednet
committed
a2810cd
View commit details
Copy full SHA for a2810cd
Browse repository at this point
Commits on Jul 7, 2022
Rollup merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay
Show description for 91a3ce8
Dylan-DPC
authored
91a3ce8
View commit details
Copy full SHA for 91a3ce8
Browse repository at this point
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay
Show description for 7eaf0c9
Dylan-DPC
authored
7eaf0c9
View commit details
Copy full SHA for 7eaf0c9
Browse repository at this point
Rollup merge of #96856 - DrMeepster:fix_projection_validation, r=Icnr
Show description for 7ede77f
Dylan-DPC
authored
7ede77f
View commit details
Copy full SHA for 7ede77f
Browse repository at this point
Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiser
Show description for 3ce668e
Dylan-DPC
authored
3ce668e
View commit details
Copy full SHA for 3ce668e
Browse repository at this point
Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesleywiser
Show description for 7260f7e
Dylan-DPC
authored
7260f7e
View commit details
Copy full SHA for 7260f7e
Browse repository at this point
Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez
Show description for c78e7f5
Dylan-DPC
authored
c78e7f5
View commit details
Copy full SHA for c78e7f5
Browse repository at this point
Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk
Show description for 36f7f55
Dylan-DPC
authored
36f7f55
View commit details
Copy full SHA for 36f7f55
Browse repository at this point
You can’t perform that action at this time.