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 16 pull requests
- #62178
#62178
Closed
Centril
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-m9g77jr
Centril/rust:rollup-m9g77jr
Copy head branch name to clipboard
Conversation
Commits
44
(44)
Checks
Files changed
Closed
Rollup of 16 pull requests
#62178
Centril
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-m9g77jr
Centril/rust:rollup-m9g77jr
Copy head branch name to clipboard
Commits
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
Add suggestion for missing `.await` keyword
cofibrant
committed
86ffeef
View commit details
Copy full SHA for 86ffeef
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
Update new_debug_unreachable
JohnTitor
committed
85ea4a1
View commit details
Copy full SHA for 85ea4a1
Browse repository at this point
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
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
Rollup merge of #61767 - JohnTitor:update-smallvec, r=nikomatsakis
Show description for 3acadd5
Centril
authored
3acadd5
View commit details
Copy full SHA for 3acadd5
Browse repository at this point
Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj
Show description for 1c8bc9e
Centril
authored
1c8bc9e
View commit details
Copy full SHA for 1c8bc9e
Browse repository at this point
Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper
Show description for ceb4805
Centril
authored
ceb4805
View commit details
Copy full SHA for ceb4805
Browse repository at this point
Rollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
Show description for f6131e9
Centril
authored
f6131e9
View commit details
Copy full SHA for f6131e9
Browse repository at this point
Rollup merge of #62102 - RalfJung:read, r=Centril
Show description for 2d8883b
Centril
authored
2d8883b
View commit details
Copy full SHA for 2d8883b
Browse repository at this point
Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton
Show description for e14989b
Centril
authored
e14989b
View commit details
Copy full SHA for e14989b
Browse repository at this point
Rollup merge of #62106 - cramertj:test-await, r=centril
Show description for fbb035a
Centril
authored
fbb035a
View commit details
Copy full SHA for fbb035a
Browse repository at this point
Rollup merge of #62124 - matklad:without-with, r=petrochenkov
Show description for 4fade7a
Centril
authored
4fade7a
View commit details
Copy full SHA for 4fade7a
Browse repository at this point
Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov
Show description for 0d8c956
Centril
authored
0d8c956
View commit details
Copy full SHA for 0d8c956
Browse repository at this point
Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung,oli-obk,Centril
Show description for 417c01b
Centril
authored
417c01b
View commit details
Copy full SHA for 417c01b
Browse repository at this point
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Show description for b553e7d
Centril
authored
b553e7d
View commit details
Copy full SHA for b553e7d
Browse repository at this point
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Show description for 72b56cf
Centril
authored
72b56cf
View commit details
Copy full SHA for 72b56cf
Browse repository at this point
Rollup merge of #62155 - cramertj:61872, r=centril
Show description for dd7dca9
Centril
authored
dd7dca9
View commit details
Copy full SHA for dd7dca9
Browse repository at this point
Rollup merge of #62156 - ehuss:update-books, r=ehuss
Show description for 30d9bfe
Centril
authored
30d9bfe
View commit details
Copy full SHA for 30d9bfe
Browse repository at this point
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Show description for a94c5dd
Centril
authored
a94c5dd
View commit details
Copy full SHA for a94c5dd
Browse repository at this point
Rollup merge of #62164 - jsgf:buffer-save-analysis, r=Xanewok
Show description for a76ff49
Centril
authored
a76ff49
View commit details
Copy full SHA for a76ff49
Browse repository at this point
You can’t perform that action at this time.