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 16 pull requests
- #62180
#62180
Closed
Centril
wants to merge 49 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-g5jeoew
Centril/rust:rollup-g5jeoew
Copy head branch name to clipboard
Conversation
Commits
49
(49)
Checks
Files changed
Closed
Rollup of 16 pull requests
#62180
Centril
wants to merge 49 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-g5jeoew
Centril/rust:rollup-g5jeoew
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2019
explain better that structural pinning is a per-field choice
RalfJung
committed
b66dcb9
View commit details
Copy full SHA for b66dcb9
Browse repository at this point
mention that overwrite-without-drop also violates the drop guarantee, and link some more stuff
RalfJung
committed
c489636
View commit details
Copy full SHA for c489636
Browse repository at this point
minor edits
RalfJung
committed
665aa3e
View commit details
Copy full SHA for 665aa3e
Browse repository at this point
Commits on Jun 16, 2019
keep links in local crate where possible
RalfJung
committed
86e283a
View commit details
Copy full SHA for 86e283a
Browse repository at this point
make example code typecheck at least
RalfJung
committed
2eb074d
View commit details
Copy full SHA for 2eb074d
Browse repository at this point
Commits on Jun 19, 2019
Apply suggestions from code review
Show description for f250951
RalfJung
and
Centril
authored
f250951
View commit details
Copy full SHA for f250951
Browse repository at this point
nits
RalfJung
committed
bf03a3c
View commit details
Copy full SHA for bf03a3c
Browse repository at this point
Commits on Jun 22, 2019
Remove FnBox.
Centril
committed
a99a7b7
View commit details
Copy full SHA for a99a7b7
Browse repository at this point
Commits on Jun 24, 2019
call out explicitly that general read needs to be called with an initialized buffer
RalfJung
committed
1c12b1b
View commit details
Copy full SHA for 1c12b1b
Browse repository at this point
Add debug assertions to write_bytes and copy*
nitnelave
authored and
RalfJung
committed
bb26e07
View commit details
Copy full SHA for bb26e07
Browse repository at this point
Handle null from LLVMRustGetSectionName
nitnelave
authored and
RalfJung
committed
0533f12
View commit details
Copy full SHA for 0533f12
Browse repository at this point
format a bit
RalfJung
committed
8a4573f
View commit details
Copy full SHA for 8a4573f
Browse repository at this point
order things more traditionally
RalfJung
committed
4159b27
View commit details
Copy full SHA for 4159b27
Browse repository at this point
Commits on Jun 25, 2019
ignore some codegen tests in debug mode
RalfJung
committed
a68afc5
View commit details
Copy full SHA for a68afc5
Browse repository at this point
nits
RalfJung
committed
d3e1bf9
View commit details
Copy full SHA for d3e1bf9
Browse repository at this point
Updated RELEASES.md for 1.36.0
Show description for 0f34d7a
4 people
committed
0f34d7a
View commit details
Copy full SHA for 0f34d7a
Browse repository at this point
Add more tests for async/await
cramertj
committed
ba12e78
View commit details
Copy full SHA for ba12e78
Browse repository at this point
tweak wording
RalfJung
committed
390f717
View commit details
Copy full SHA for 390f717
Browse repository at this point
Use f{32,64}::from_bits
Xanewok
committed
dedcd97
View commit details
Copy full SHA for dedcd97
Browse repository at this point
Commits on Jun 26, 2019
Fix clippy::redundant_field_names
Xanewok
committed
12806b7
View commit details
Copy full SHA for 12806b7
Browse repository at this point
Fix clippy::cast_losless
Xanewok
committed
6c93b47
View commit details
Copy full SHA for 6c93b47
Browse repository at this point
Fix clippy::redundant_closure
Xanewok
committed
33f58ba
View commit details
Copy full SHA for 33f58ba
Browse repository at this point
Fix clippy::print_with_newline
Xanewok
committed
1af1f62
View commit details
Copy full SHA for 1af1f62
Browse repository at this point
Fix clippy::precedence
Xanewok
committed
ad62b42
View commit details
Copy full SHA for ad62b42
Browse repository at this point
Don't ICE on item in `.await` expression
cofibrant
committed
5cb841d
View commit details
Copy full SHA for 5cb841d
Browse repository at this point
remove old fixme
mark-i-m
committed
182ce77
View commit details
Copy full SHA for 182ce77
Browse repository at this point
Add regression test for MIR drop generation in async loops
Show description for 72ca844
cramertj
committed
72ca844
View commit details
Copy full SHA for 72ca844
Browse repository at this point
Update books
ehuss
committed
7e62050
View commit details
Copy full SHA for 7e62050
Browse repository at this point
Remove outdated question_mark_macro_sep lint
ia0
committed
e053eed
View commit details
Copy full SHA for e053eed
Browse repository at this point
Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
Show description for b366f2b
alex
committed
b366f2b
View commit details
Copy full SHA for b366f2b
Browse repository at this point
Commits on Jun 27, 2019
save-analysis: use buffered writes
Show description for 768d500
jsgf
committed
768d500
View commit details
Copy full SHA for 768d500
Browse repository at this point
rustc: Retry SIGILL linker invocations
Show description for b608749
alexcrichton
committed
b608749
View commit details
Copy full SHA for b608749
Browse repository at this point
Update RLS
Xanewok
committed
d79104b
View commit details
Copy full SHA for d79104b
Browse repository at this point
Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPC
Show description for d5f36b8
Centril
authored
d5f36b8
View commit details
Copy full SHA for d5f36b8
Browse repository at this point
Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj
Show description for 9566376
Centril
authored
9566376
View commit details
Copy full SHA for 9566376
Browse repository at this point
Rollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
Show description for 813966d
Centril
authored
813966d
View commit details
Copy full SHA for 813966d
Browse repository at this point
Rollup merge of #62102 - RalfJung:read, r=Centril
Show description for 81f223c
Centril
authored
81f223c
View commit details
Copy full SHA for 81f223c
Browse repository at this point
Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton
Show description for 215e422
Centril
authored
215e422
View commit details
Copy full SHA for 215e422
Browse repository at this point
Rollup merge of #62106 - cramertj:test-await, r=centril
Show description for 3456b9b
Centril
authored
3456b9b
View commit details
Copy full SHA for 3456b9b
Browse repository at this point
Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov
Show description for 25261e0
Centril
authored
25261e0
View commit details
Copy full SHA for 25261e0
Browse repository at this point
Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung,oli-obk,Centril
Show description for ef74a4a
Centril
authored
ef74a4a
View commit details
Copy full SHA for ef74a4a
Browse repository at this point
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Show description for 9c368f2
Centril
authored
9c368f2
View commit details
Copy full SHA for 9c368f2
Browse repository at this point
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Show description for b732955
Centril
authored
b732955
View commit details
Copy full SHA for b732955
Browse repository at this point
Rollup merge of #62155 - cramertj:61872, r=centril
Show description for 12f86c3
Centril
authored
12f86c3
View commit details
Copy full SHA for 12f86c3
Browse repository at this point
Rollup merge of #62156 - ehuss:update-books, r=ehuss
Show description for dbadcab
Centril
authored
dbadcab
View commit details
Copy full SHA for dbadcab
Browse repository at this point
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Show description for 4f2c7bd
Centril
authored
4f2c7bd
View commit details
Copy full SHA for 4f2c7bd
Browse repository at this point
Rollup merge of #62164 - jsgf:buffer-save-analysis, r=Xanewok
Show description for 8e5268b
Centril
authored
8e5268b
View commit details
Copy full SHA for 8e5268b
Browse repository at this point
Rollup merge of #62171 - alexcrichton:more-restarts, r=eddyb
Show description for 239828e
Centril
authored
239828e
View commit details
Copy full SHA for 239828e
Browse repository at this point
Rollup merge of #62176 - Xanewok:update-rls, r=alexcrichton
Show description for c53cc2b
Centril
authored
c53cc2b
View commit details
Copy full SHA for c53cc2b
Browse repository at this point
You can’t perform that action at this time.