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.3k
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
- #99007
#99007
Closed
Dylan-DPC
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-8z1syn5
Dylan-DPC/rust:rollup-8z1syn5
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 7 pull requests
#99007
Dylan-DPC
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-8z1syn5
Dylan-DPC/rust:rollup-8z1syn5
Copy head branch name to clipboard
Commits
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 6, 2022
fix projectionelem validation
beepster4096
committed
a2799b2
View commit details
Copy full SHA for a2799b2
Browse repository at this point
incr: cache dwarf objects in work products
Show description for 8371a03
davidtwco
committed
8371a03
View commit details
Copy full SHA for 8371a03
Browse repository at this point
ssa: remove dwo of metadata and allocator module
Show description for fc641f2
davidtwco
committed
fc641f2
View commit details
Copy full SHA for fc641f2
Browse repository at this point
ssa: abort if dwarf packaging fails
Show description for e106523
davidtwco
committed
e106523
View commit details
Copy full SHA for e106523
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
Make MIR basic blocks field public
Show description for c9dd1d9
tmiasko
committed
c9dd1d9
View commit details
Copy full SHA for c9dd1d9
Browse repository at this point
Move `is_cfg_cyclic` from Body to BasicBlocks
tmiasko
committed
2446b17
View commit details
Copy full SHA for 2446b17
Browse repository at this point
Move `predecessors` from Body to BasicBlocks
tmiasko
committed
39d9c1c
View commit details
Copy full SHA for 39d9c1c
Browse repository at this point
Move `switch_sources` from Body to BasicBlocks
tmiasko
committed
dfa6a7c
View commit details
Copy full SHA for dfa6a7c
Browse repository at this point
Move `dominators` from Body to BasicBlocks
tmiasko
committed
17adfeb
View commit details
Copy full SHA for 17adfeb
Browse repository at this point
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay
Show description for 691b371
Dylan-DPC
authored
691b371
View commit details
Copy full SHA for 691b371
Browse repository at this point
Rollup merge of #96856 - DrMeepster:fix_projection_validation, r=Icnr
Show description for cc0d421
Dylan-DPC
authored
cc0d421
View commit details
Copy full SHA for cc0d421
Browse repository at this point
Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiser
Show description for 19021fc
Dylan-DPC
authored
19021fc
View commit details
Copy full SHA for 19021fc
Browse repository at this point
Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesleywiser
Show description for 469ca7e
Dylan-DPC
authored
469ca7e
View commit details
Copy full SHA for 469ca7e
Browse repository at this point
Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez
Show description for 43ef6d0
Dylan-DPC
authored
43ef6d0
View commit details
Copy full SHA for 43ef6d0
Browse repository at this point
Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoerister
Show description for 66e47df
Dylan-DPC
authored
66e47df
View commit details
Copy full SHA for 66e47df
Browse repository at this point
Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk
Show description for 8d8aa2c
Dylan-DPC
authored
8d8aa2c
View commit details
Copy full SHA for 8d8aa2c
Browse repository at this point
You can’t perform that action at this time.