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.6k
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 10 pull requests
- #78024
#78024
Closed
JohnTitor
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-p96vgau
JohnTitor/rust:rollup-p96vgau
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 10 pull requests
#78024
JohnTitor
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-p96vgau
JohnTitor/rust:rollup-p96vgau
Copy head branch name to clipboard
Commits
Commits on Sep 30, 2020
Suggest imports of unresolved macros
hirrolot
committed
13dfbb6
View commit details
Copy full SHA for 13dfbb6
Browse repository at this point
Re-run tests with --bless
hirrolot
committed
479298e
View commit details
Copy full SHA for 479298e
Browse repository at this point
Don't suggest macros that out of scope
hirrolot
committed
ea7cf61
View commit details
Copy full SHA for ea7cf61
Browse repository at this point
Commits on Oct 11, 2020
Don't link to nightly primitives on stable channel
Show description for 54bf8a6
jyn514
committed
54bf8a6
View commit details
Copy full SHA for 54bf8a6
Browse repository at this point
Commits on Oct 12, 2020
BTreeMap: refactor Entry out of map.rs into its own file
Show description for 4b96049
Jacob Hughes
committed
4b96049
View commit details
Copy full SHA for 4b96049
Browse repository at this point
Commits on Oct 13, 2020
Use fdatasync for File::sync_data on more OSes
Show description for 8c0c7ec
Thomasdezeeuw
committed
8c0c7ec
View commit details
Copy full SHA for 8c0c7ec
Browse repository at this point
Commits on Oct 15, 2020
resolve: suggest variants with placeholders
Show description for adf31e9
davidtwco
committed
adf31e9
View commit details
Copy full SHA for adf31e9
Browse repository at this point
resolve: improve "try using tuple struct" message
Show description for f897162
davidtwco
committed
f897162
View commit details
Copy full SHA for f897162
Browse repository at this point
Bump backtrace-rs
Show description for 865c30d
Aaron1011
committed
865c30d
View commit details
Copy full SHA for 865c30d
Browse repository at this point
Commits on Oct 16, 2020
Deny broken intra-doc links in linkchecker
Show description for 65835d1
jyn514
committed
65835d1
View commit details
Copy full SHA for 65835d1
Browse repository at this point
Update submodules for link fixes
Show description for b221819
jyn514
committed
b221819
View commit details
Copy full SHA for b221819
Browse repository at this point
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
RalfJung
committed
6a32e79
View commit details
Copy full SHA for 6a32e79
Browse repository at this point
stop relying on feature(untagged_unions) in stdlib
RalfJung
committed
defcd7f
View commit details
Copy full SHA for defcd7f
Browse repository at this point
Fix sidebar scroll on mobile devices
GuillaumeGomez
committed
a577942
View commit details
Copy full SHA for a577942
Browse repository at this point
Suggest minimal subset features in `incomplete_features` lint
JohnTitor
committed
f7150be
View commit details
Copy full SHA for f7150be
Browse repository at this point
Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank
Show description for 72264ef
JohnTitor
authored
72264ef
View commit details
Copy full SHA for 72264ef
Browse repository at this point
Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasper
Show description for 8369c56
JohnTitor
authored
8369c56
View commit details
Copy full SHA for 8369c56
Browse repository at this point
Rollup merge of #77827 - jyn514:stable-primitives, r=GuillaumeGomez
Show description for ecff2d8
JohnTitor
authored
ecff2d8
View commit details
Copy full SHA for ecff2d8
Browse repository at this point
Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay
Show description for 7766edb
JohnTitor
authored
7766edb
View commit details
Copy full SHA for 7766edb
Browse repository at this point
Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-variants, r=estebank
Show description for 8cf9add
JohnTitor
authored
8cf9add
View commit details
Copy full SHA for 8cf9add
Browse repository at this point
Rollup merge of #77900 - Thomasdezeeuw:fdatasync, r=dtolnay
Show description for 2476b26
JohnTitor
authored
2476b26
View commit details
Copy full SHA for 2476b26
Browse repository at this point
Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obk
Show description for 617b87f
JohnTitor
authored
617b87f
View commit details
Copy full SHA for 617b87f
Browse repository at this point
Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum
Show description for f83651a
JohnTitor
authored
f83651a
View commit details
Copy full SHA for f83651a
Browse repository at this point
Rollup merge of #77991 - Aaron1011:bump-backtrace-again, r=Mark-Simulacrum
Show description for 4bb962e
JohnTitor
authored
4bb962e
View commit details
Copy full SHA for 4bb962e
Browse repository at this point
Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=jyn514
Show description for 40160a1
JohnTitor
authored
40160a1
View commit details
Copy full SHA for 40160a1
Browse repository at this point
You can’t perform that action at this time.