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
- #76557
#76557
Closed
tmandry
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-vmbugrh
tmandry/rust:rollup-vmbugrh
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 7 pull requests
#76557
tmandry
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-vmbugrh
tmandry/rust:rollup-vmbugrh
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2020
rustbuild: don't set PYTHON_EXECUTABLE and WITH_POLLY cmake vars since they are no longer supported by llvm
Show description for 0065e33
matthiaskrgr
committed
0065e33
View commit details
Copy full SHA for 0065e33
Browse repository at this point
Implementation of peer credentials for Unix sockets
Show description for 968dd73
Joe Ellis
committed
968dd73
View commit details
Copy full SHA for 968dd73
Browse repository at this point
Remove use of `MaybeUninit` in `ucred.rs`
Show description for bd88f3f
Joe Ellis
committed
bd88f3f
View commit details
Copy full SHA for bd88f3f
Browse repository at this point
Add basic test for Unix peer credentials
Joe Ellis
committed
a699219
View commit details
Copy full SHA for a699219
Browse repository at this point
Use `u32::MAX` instead of `u32::max_value`
Show description for 55f1c2a
2 people
authored and
Joe Ellis
committed
55f1c2a
View commit details
Copy full SHA for 55f1c2a
Browse repository at this point
Add pid as an option to UCred struct
Show description for 010fd97
Joe Ellis
committed
010fd97
View commit details
Copy full SHA for 010fd97
Browse repository at this point
Move Unix peer credentials tests to their own file
Joe Ellis
committed
410124b
View commit details
Copy full SHA for 410124b
Browse repository at this point
Add documentation to public fields of UCred struct
Joe Ellis
committed
9113ebf
View commit details
Copy full SHA for 9113ebf
Browse repository at this point
Conditionally compile peer credentials feature for supported platforms
Joe Ellis
committed
217bf67
View commit details
Copy full SHA for 217bf67
Browse repository at this point
Use intra-doc links in `core::ptr`
Show description for 325acef
camelid
committed
325acef
View commit details
Copy full SHA for 325acef
Browse repository at this point
Commits on Sep 9, 2020
Add -Zgraphviz_dark_mode
Show description for c19b237
Rich Kadel
committed
c19b237
View commit details
Copy full SHA for c19b237
Browse repository at this point
Fix broken link
Show description for d24026b
camelid
committed
d24026b
View commit details
Copy full SHA for d24026b
Browse repository at this point
Move `rustllvm` into `rustc_llvm`
petrochenkov
committed
10d3f8a
View commit details
Copy full SHA for 10d3f8a
Browse repository at this point
Fix anchor links
Show description for 884a1b4
camelid
committed
884a1b4
View commit details
Copy full SHA for 884a1b4
Browse repository at this point
Also fixed monospace font for d3-graphviz engine
Show description for f7aee33
Rich Kadel
committed
f7aee33
View commit details
Copy full SHA for f7aee33
Browse repository at this point
Document btree's unwrap_unchecked
ssomers
committed
f42dac0
View commit details
Copy full SHA for f42dac0
Browse repository at this point
Commits on Sep 10, 2020
Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov"
Show description for fdff7de
tmandry
committed
fdff7de
View commit details
Copy full SHA for fdff7de
Browse repository at this point
Rollup merge of #74787 - petrochenkov:rustllvm, r=cuviper
Show description for 7074e02
tmandry
authored
7074e02
View commit details
Copy full SHA for 7074e02
Browse repository at this point
Rollup merge of #75148 - joechrisellis:master, r=Amanieu
Show description for 1d5a5c5
tmandry
authored
1d5a5c5
View commit details
Copy full SHA for 1d5a5c5
Browse repository at this point
Rollup merge of #76472 - matthiaskrgr:llvm_cmake_vars, r=Mark-Simulacrum
Show description for eaaac83
tmandry
authored
eaaac83
View commit details
Copy full SHA for eaaac83
Browse repository at this point
Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514
Show description for 966fb1c
tmandry
authored
966fb1c
View commit details
Copy full SHA for 966fb1c
Browse repository at this point
Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry
Show description for 6e7d47d
tmandry
authored
6e7d47d
View commit details
Copy full SHA for 6e7d47d
Browse repository at this point
Rollup merge of #76543 - ssomers:btree_cleanup_4, r=Mark-Simulacrum
Show description for dd4627a
tmandry
authored
dd4627a
View commit details
Copy full SHA for dd4627a
Browse repository at this point
Rollup merge of #76556 - tmandry:revert-76285, r=tmandry
Show description for 2fc404f
tmandry
authored
2fc404f
View commit details
Copy full SHA for 2fc404f
Browse repository at this point
You can’t perform that action at this time.