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
- #62182
#62182
Closed
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-reguimn
Centril/rust:rollup-reguimn
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Closed
Rollup of 16 pull requests
#62182
Centril
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-reguimn
Centril/rust:rollup-reguimn
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
Commits on Jun 25, 2019
refactor lexer to use idiomatic borrowing
matklad
committed
b75021b
View commit details
Copy full SHA for b75021b
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
cleanup: rename name_from to symbol_from
Show description for 57db25e
matklad
committed
57db25e
View commit details
Copy full SHA for 57db25e
Browse repository at this point
tweak wording
RalfJung
committed
390f717
View commit details
Copy full SHA for 390f717
Browse repository at this point
Commits on Jun 26, 2019
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
Add suggestion for missing `.await` keyword
cofibrant
committed
8819420
View commit details
Copy full SHA for 8819420
Browse repository at this point
Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPC
Show description for ed8cba1
Centril
authored
ed8cba1
View commit details
Copy full SHA for ed8cba1
Browse repository at this point
Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj
Show description for ebdf01c
Centril
authored
ebdf01c
View commit details
Copy full SHA for ebdf01c
Browse repository at this point
Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper
Show description for 2cdfff8
Centril
authored
2cdfff8
View commit details
Copy full SHA for 2cdfff8
Browse repository at this point
Rollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
Show description for 5343acd
Centril
authored
5343acd
View commit details
Copy full SHA for 5343acd
Browse repository at this point
Rollup merge of #62102 - RalfJung:read, r=Centril
Show description for d95e074
Centril
authored
d95e074
View commit details
Copy full SHA for d95e074
Browse repository at this point
Rollup merge of #62106 - cramertj:test-await, r=centril
Show description for de92646
Centril
authored
de92646
View commit details
Copy full SHA for de92646
Browse repository at this point
Rollup merge of #62124 - matklad:without-with, r=petrochenkov
Show description for 13d2727
Centril
authored
13d2727
View commit details
Copy full SHA for 13d2727
Browse repository at this point
Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung,oli-obk,Centril
Show description for 2a0a6a4
Centril
authored
2a0a6a4
View commit details
Copy full SHA for 2a0a6a4
Browse repository at this point
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Show description for cf53bc6
Centril
authored
cf53bc6
View commit details
Copy full SHA for cf53bc6
Browse repository at this point
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Show description for 457e9e6
Centril
authored
457e9e6
View commit details
Copy full SHA for 457e9e6
Browse repository at this point
Rollup merge of #62155 - cramertj:61872, r=centril
Show description for 54adc9f
Centril
authored
54adc9f
View commit details
Copy full SHA for 54adc9f
Browse repository at this point
Rollup merge of #62156 - ehuss:update-books, r=ehuss
Show description for a067d22
Centril
authored
a067d22
View commit details
Copy full SHA for a067d22
Browse repository at this point
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Show description for 9551ab9
Centril
authored
9551ab9
View commit details
Copy full SHA for 9551ab9
Browse repository at this point
Rollup merge of #62164 - jsgf:buffer-save-analysis, r=Xanewok
Show description for 0b690f0
Centril
authored
0b690f0
View commit details
Copy full SHA for 0b690f0
Browse repository at this point
Rollup merge of #62171 - alexcrichton:more-restarts, r=eddyb
Show description for ab7143c
Centril
authored
ab7143c
View commit details
Copy full SHA for ab7143c
Browse repository at this point
Rollup merge of #62176 - Xanewok:update-rls, r=alexcrichton
Show description for 24a356f
Centril
authored
24a356f
View commit details
Copy full SHA for 24a356f
Browse repository at this point
You can’t perform that action at this time.