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 14 pull requests
- #76319
#76319
Closed
matklad
wants to merge 36 commits into
rust-lang:master
rust-lang/rust:master
from
matklad:rollup-pginqbv
matklad/rust:rollup-pginqbv
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Closed
Rollup of 14 pull requests
#76319
matklad
wants to merge 36 commits into
rust-lang:master
rust-lang/rust:master
from
matklad:rollup-pginqbv
matklad/rust:rollup-pginqbv
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2020
Add a regression test for issue-72793
JohnTitor
committed
18ad5a5
View commit details
Copy full SHA for 18ad5a5
Browse repository at this point
Commits on Aug 26, 2020
Unstable Book: add links to tracking issues for FFI features
ArekPiekarz
committed
aa40c02
View commit details
Copy full SHA for aa40c02
Browse repository at this point
Commits on Aug 27, 2020
`impl Rc::new_cyclic`
mental32
committed
f03d0b3
View commit details
Copy full SHA for f03d0b3
Browse repository at this point
Commits on Aug 29, 2020
typo
Show description for 42fb270
mental32
and
andrewhickman
authored
42fb270
View commit details
Copy full SHA for 42fb270
Browse repository at this point
Link vec doc to & reference
Show description for bb5e79c
pickfire
authored
bb5e79c
View commit details
Copy full SHA for bb5e79c
Browse repository at this point
Commits on Aug 30, 2020
Try removing [prim@reference]
pickfire
authored
20a6866
View commit details
Copy full SHA for 20a6866
Browse repository at this point
Move to Arc::clone(&x) over x.clone() in library/std
poliorcetics
committed
81e85ce
View commit details
Copy full SHA for 81e85ce
Browse repository at this point
Move to Arc::clone(&x) over x.clone() in library/core
poliorcetics
committed
6b75e3d
View commit details
Copy full SHA for 6b75e3d
Browse repository at this point
Commits on Sep 1, 2020
Removed [inline] and copied over comments from Arc::new_cyclic
mental32
committed
0f301e8
View commit details
Copy full SHA for 0f301e8
Browse repository at this point
Commits on Sep 3, 2020
Add missing link in README
camelid
committed
8783c62
View commit details
Copy full SHA for 8783c62
Browse repository at this point
Remove a number of vec UI tests, make them unit tests in the alloc library
CraftSpider
committed
3e29fdb
View commit details
Copy full SHA for 3e29fdb
Browse repository at this point
Allow try blocks as the argument to return expressions
Show description for 791f93c
scottmcm
committed
791f93c
View commit details
Copy full SHA for 791f93c
Browse repository at this point
Condense StringReader's API to a single function
matklad
committed
4231fbc
View commit details
Copy full SHA for 4231fbc
Browse repository at this point
Link & primitive using relative link
pickfire
authored
4df6490
View commit details
Copy full SHA for 4df6490
Browse repository at this point
Rename IsJoint -> Spacing
Show description for ccf41dd
matklad
committed
ccf41dd
View commit details
Copy full SHA for ccf41dd
Browse repository at this point
Add test for checking if-let or-patterns
JulianKnodt
committed
c6ab3ff
View commit details
Copy full SHA for c6ab3ff
Browse repository at this point
Remove vec-to_str.rs, merge the remaining test in with vec
CraftSpider
committed
2278c72
View commit details
Copy full SHA for 2278c72
Browse repository at this point
Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`
Show description for a2e077e
CDirkx
committed
a2e077e
View commit details
Copy full SHA for a2e077e
Browse repository at this point
Address review comments on `Peekable::next_if`
jyn514
committed
8c93125
View commit details
Copy full SHA for 8c93125
Browse repository at this point
Link to `#capacity-and-reallocation` when using with_capacity
jyn514
committed
7b823df
View commit details
Copy full SHA for 7b823df
Browse repository at this point
Commits on Sep 4, 2020
Move various ui const tests to `library`
Show description for 538e198
CDirkx
committed
538e198
View commit details
Copy full SHA for 538e198
Browse repository at this point
Add slice primitive link to vec
pickfire
authored
85146b9
View commit details
Copy full SHA for 85146b9
Browse repository at this point
Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiser
Show description for b496a4b
matklad
authored
b496a4b
View commit details
Copy full SHA for b496a4b
Browse repository at this point
Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC
Show description for 80877e3
matklad
authored
80877e3
View commit details
Copy full SHA for 80877e3
Browse repository at this point
Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=steveklabnik
Show description for 9c293a1
matklad
authored
9c293a1
View commit details
Copy full SHA for 9c293a1
Browse repository at this point
Rollup merge of #75994 - mental32:impl-rc-new-cyclic, r=KodrAus
Show description for 3b1912b
matklad
authored
3b1912b
View commit details
Copy full SHA for 3b1912b
Browse repository at this point
Rollup merge of #76060 - pickfire:patch-12, r=jyn514
Show description for 97f142a
matklad
authored
97f142a
View commit details
Copy full SHA for 97f142a
Browse repository at this point
Rollup merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus
Show description for 209f505
matklad
authored
209f505
View commit details
Copy full SHA for 209f505
Browse repository at this point
Rollup merge of #76229 - camelid:patch-3, r=jonas-schievink
Show description for 1541049
matklad
authored
1541049
View commit details
Copy full SHA for 1541049
Browse repository at this point
Rollup merge of #76273 - CraftSpider:master, r=matklad
Show description for 4fa1e20
matklad
authored
4fa1e20
View commit details
Copy full SHA for 4fa1e20
Browse repository at this point
Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov
Show description for 32095b8
matklad
authored
32095b8
View commit details
Copy full SHA for 32095b8
Browse repository at this point
Rollup merge of #76291 - matklad:spacing, r=petrochenkov
Show description for 15d37ea
matklad
authored
15d37ea
View commit details
Copy full SHA for 15d37ea
Browse repository at this point
Rollup merge of #76299 - CDirkx:ip-tests, r=matklad
Show description for a62b2ad
matklad
authored
a62b2ad
View commit details
Copy full SHA for a62b2ad
Browse repository at this point
Rollup merge of #76302 - jyn514:peekable-2, r=Dylan-DPC
Show description for 4c54d3a
matklad
authored
4c54d3a
View commit details
Copy full SHA for 4c54d3a
Browse repository at this point
Rollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPC
Show description for 5d77a38
matklad
authored
5d77a38
View commit details
Copy full SHA for 5d77a38
Browse repository at this point
Rollup merge of #76305 - CDirkx:const-tests, r=matklad
Show description for 352ca85
matklad
authored
352ca85
View commit details
Copy full SHA for 352ca85
Browse repository at this point
You can’t perform that action at this time.