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.2k
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 17 pull requests
- #62349
#62349
Closed
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-sa9glp3
Centril/rust:rollup-sa9glp3
Copy head branch name to clipboard
Conversation
Commits
51
(51)
Checks
Files changed
Closed
Rollup of 17 pull requests
#62349
Centril
wants to merge 51 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-sa9glp3
Centril/rust:rollup-sa9glp3
Copy head branch name to clipboard
Commits
Commits on Jun 29, 2019
wfcheck: resolve the type-vars in `AdtField` types
Show description for a02d436
arielb1
committed
a02d436
View commit details
Copy full SHA for a02d436
Browse repository at this point
Commits on Jun 30, 2019
Update mem::replace example to not be identical to mem::take
Show description for f7061db
czipperz
committed
f7061db
View commit details
Copy full SHA for f7061db
Browse repository at this point
Commits on Jul 1, 2019
syntax: Unsupport `foo! bar { ... }` macros in the parser
Show description for 3f39dc1
petrochenkov
committed
3f39dc1
View commit details
Copy full SHA for 3f39dc1
Browse repository at this point
Address review comments
petrochenkov
committed
d0dc41a
View commit details
Copy full SHA for d0dc41a
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
47ea8ae
View commit details
Copy full SHA for 47ea8ae
Browse repository at this point
Clean up inherent_impls
Zoxc
committed
8d6b1d1
View commit details
Copy full SHA for 8d6b1d1
Browse repository at this point
miri realloc: do not require giving old size+align
RalfJung
committed
b49fb76
View commit details
Copy full SHA for b49fb76
Browse repository at this point
Commits on Jul 2, 2019
Use mem::take instead of mem::replace with default
czipperz
committed
8a3797b
View commit details
Copy full SHA for 8a3797b
Browse repository at this point
Convert more usages over
czipperz
committed
636f5e6
View commit details
Copy full SHA for 636f5e6
Browse repository at this point
Enable mem_take feature in relevant crates
czipperz
committed
b0c199a
View commit details
Copy full SHA for b0c199a
Browse repository at this point
Revert change in compiletest
czipperz
committed
1443abc
View commit details
Copy full SHA for 1443abc
Browse repository at this point
Fix import of take in collapse_docs.rs
czipperz
committed
eddfad3
View commit details
Copy full SHA for eddfad3
Browse repository at this point
request at least ptr-size alignment from posix_memalign
RalfJung
committed
2bad604
View commit details
Copy full SHA for 2bad604
Browse repository at this point
refactor check_for_substitution
Show description for dc088b2
matklad
committed
dc088b2
View commit details
Copy full SHA for dc088b2
Browse repository at this point
improve and deduplicate comments
RalfJung
committed
576369b
View commit details
Copy full SHA for 576369b
Browse repository at this point
test more possible overaligned requests
RalfJung
committed
45e7ba9
View commit details
Copy full SHA for 45e7ba9
Browse repository at this point
When possible without changing semantics, implement Iterator::last in terms of DoubleEndedIterator::next_back for types in liballoc and libcore.
Show description for db16e17
khuey
committed
db16e17
View commit details
Copy full SHA for db16e17
Browse repository at this point
Migrate compile-pass annotations to build-pass
JohnTitor
committed
c004451
View commit details
Copy full SHA for c004451
Browse repository at this point
Use link attributes on extern "C" blocks with llvm-libuwind
Show description for 8d2f80b
petrhosek
committed
8d2f80b
View commit details
Copy full SHA for 8d2f80b
Browse repository at this point
Commits on Jul 3, 2019
Remove needless lifetimes
jeremystucki
committed
87e8613
View commit details
Copy full SHA for 87e8613
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
0477e07
View commit details
Copy full SHA for 0477e07
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
6ae80cf
View commit details
Copy full SHA for 6ae80cf
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
d50a3a7
View commit details
Copy full SHA for d50a3a7
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
ec71176
View commit details
Copy full SHA for ec71176
Browse repository at this point
Remove needless lifetimes
jeremystucki
committed
d28832d
View commit details
Copy full SHA for d28832d
Browse repository at this point
Add missing lifetime specifier
jeremystucki
committed
3cd4df7
View commit details
Copy full SHA for 3cd4df7
Browse repository at this point
Add missing lifetime specifier
jeremystucki
committed
80f4c49
View commit details
Copy full SHA for 80f4c49
Browse repository at this point
Add missing lifetime specifier
jeremystucki
committed
b17cec5
View commit details
Copy full SHA for b17cec5
Browse repository at this point
Add missing lifetime specifier
jeremystucki
committed
edcde70
View commit details
Copy full SHA for edcde70
Browse repository at this point
Revert changes to the standard library
Show description for 88c515d
jeremystucki
committed
88c515d
View commit details
Copy full SHA for 88c515d
Browse repository at this point
Update the `rust-installer` submodule
Show description for f5b2541
alexcrichton
authored and
Mark-Simulacrum
committed
f5b2541
View commit details
Copy full SHA for f5b2541
Browse repository at this point
Fix bucket in CPU usage script
Mark-Simulacrum
committed
b4712f0
View commit details
Copy full SHA for b4712f0
Browse repository at this point
simplify Option::get_or_insert
matklad
committed
c51802a
View commit details
Copy full SHA for c51802a
Browse repository at this point
enable a few more tests in Miri and update the comment for others
RalfJung
committed
4dd5edc
View commit details
Copy full SHA for 4dd5edc
Browse repository at this point
Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb
Show description for 7a4f891
Centril
authored
7a4f891
View commit details
Copy full SHA for 7a4f891
Browse repository at this point
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Show description for dad3222
Centril
authored
dad3222
View commit details
Copy full SHA for dad3222
Browse repository at this point
Rollup merge of #62153 - alexcrichton:parallel-compress, r=Mark-Simulacrum
Show description for ef885d0
Centril
authored
ef885d0
View commit details
Copy full SHA for ef885d0
Browse repository at this point
Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelix
Show description for ea3bee0
Centril
authored
ea3bee0
View commit details
Copy full SHA for ea3bee0
Browse repository at this point
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril
Show description for 28a8da8
Centril
authored
28a8da8
View commit details
Copy full SHA for 28a8da8
Browse repository at this point
Rollup merge of #62252 - czipperz:change-mem-replace-doc-example, r=dtolnay
Show description for fbc771d
Centril
authored
fbc771d
View commit details
Copy full SHA for fbc771d
Browse repository at this point
Rollup merge of #62258 - petrochenkov:idclean, r=Centril
Show description for ece67e4
Centril
authored
ece67e4
View commit details
Copy full SHA for ece67e4
Browse repository at this point
Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb
Show description for 510148b
Centril
authored
510148b
View commit details
Copy full SHA for 510148b
Browse repository at this point
Rollup merge of #62287 - petrhosek:libunwind-link-attribute, r=tmandry
Show description for a4b9225
Centril
authored
a4b9225
View commit details
Copy full SHA for a4b9225
Browse repository at this point
Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertj
Show description for ce886e7
Centril
authored
ce886e7
View commit details
Copy full SHA for ce886e7
Browse repository at this point
Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton
Show description for 40b5c09
Centril
authored
40b5c09
View commit details
Copy full SHA for 40b5c09
Browse repository at this point
Rollup merge of #62297 - matklad:peek-delimited, r=petrochenkov
Show description for 5bbc53f
Centril
authored
5bbc53f
View commit details
Copy full SHA for 5bbc53f
Browse repository at this point
Rollup merge of #62316 - khuey:efficient_last, r=sfackler
Show description for f09dbce
Centril
authored
f09dbce
View commit details
Copy full SHA for f09dbce
Browse repository at this point
Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril
Show description for e9280a0
Centril
authored
e9280a0
View commit details
Copy full SHA for e9280a0
Browse repository at this point
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
Show description for 73b2180
Centril
authored
73b2180
View commit details
Copy full SHA for 73b2180
Browse repository at this point
Rollup merge of #62344 - matklad:simplify-option, r=sfackler
Show description for 72801ea
Centril
authored
72801ea
View commit details
Copy full SHA for 72801ea
Browse repository at this point
Rollup merge of #62346 - RalfJung:miri-tests, r=Centril
Show description for 5286060
Centril
authored
5286060
View commit details
Copy full SHA for 5286060
Browse repository at this point
You can’t perform that action at this time.