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 6 pull requests
- #95481
#95481
Closed
Dylan-DPC
wants to merge 17 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-iy5y8x2
Dylan-DPC/rust:rollup-iy5y8x2
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
Rollup of 6 pull requests
#95481
Dylan-DPC
wants to merge 17 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-iy5y8x2
Dylan-DPC/rust:rollup-iy5y8x2
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2022
Fix `cargo run tidy`
Show description for 25a7d2d
jyn514
committed
25a7d2d
View commit details
Copy full SHA for 25a7d2d
Browse repository at this point
Commits on Mar 25, 2022
Fix double drop of allocator in IntoIter impl of Vec
jhorstmann
committed
0cf6061
View commit details
Copy full SHA for 0cf6061
Browse repository at this point
Use ManuallyDrop::take instead of into_inner
Show description for d14c0d2
jhorstmann
and
danielhenrymantilla
authored
d14c0d2
View commit details
Copy full SHA for d14c0d2
Browse repository at this point
Add a test verifying the number of drop calls
jhorstmann
committed
4b53f56
View commit details
Copy full SHA for 4b53f56
Browse repository at this point
Add another assertion without into_iter
jhorstmann
committed
d9a438d
View commit details
Copy full SHA for d9a438d
Browse repository at this point
Commits on Mar 30, 2022
allow large Size again
RalfJung
committed
2799885
View commit details
Copy full SHA for 2799885
Browse repository at this point
async: Give predictable, reserved name to binding generated from .await expressions.
Show description for 78e27e2
michaelwoerister
committed
78e27e2
View commit details
Copy full SHA for 78e27e2
Browse repository at this point
Remove unused #![feature]s from std.
m-ou-se
committed
f0b12f4
View commit details
Copy full SHA for f0b12f4
Browse repository at this point
Categorize and sort unstable features in std.
m-ou-se
committed
e4248fe
View commit details
Copy full SHA for e4248fe
Browse repository at this point
Put back std #![feature]s that were not unused.
m-ou-se
committed
39a8442
View commit details
Copy full SHA for 39a8442
Browse repository at this point
Add the generic_associated_types_extended feature
jackh726
committed
4f36c94
View commit details
Copy full SHA for 4f36c94
Browse repository at this point
Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-Simulacrum
Show description for 3b851de
Dylan-DPC
authored
3b851de
View commit details
Copy full SHA for 3b851de
Browse repository at this point
Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors
Show description for 557a22c
Dylan-DPC
authored
557a22c
View commit details
Copy full SHA for 557a22c
Browse repository at this point
Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry
Show description for 9d22cc2
Dylan-DPC
authored
9d22cc2
View commit details
Copy full SHA for 9d22cc2
Browse repository at this point
Rollup merge of #95032 - m-ou-se:std-features, r=yaahc
Show description for 5df71e1
Dylan-DPC
authored
5df71e1
View commit details
Copy full SHA for 5df71e1
Browse repository at this point
Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-iter, r=oli-obk
Show description for 0e31fd1
Dylan-DPC
authored
0e31fd1
View commit details
Copy full SHA for 0e31fd1
Browse repository at this point
Rollup merge of #95456 - RalfJung:size, r=oli-obk
Show description for 7b3702c
Dylan-DPC
authored
7b3702c
View commit details
Copy full SHA for 7b3702c
Browse repository at this point
You can’t perform that action at this time.