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.9k
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 11 pull requests
- #62840
#62840
Closed
Centril
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-5ettkjy
Centril/rust:rollup-5ettkjy
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
Rollup of 11 pull requests
#62840
Centril
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-5ettkjy
Centril/rust:rollup-5ettkjy
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2019
Test that maplike FromIter satisfies uniqueness
nhynes
committed
503ceda
View commit details
Copy full SHA for 503ceda
Browse repository at this point
Commits on Jul 18, 2019
Suggest trait bound on type parameter when it is unconstrained
Show description for f22bc2d
estebank
committed
f22bc2d
View commit details
Copy full SHA for f22bc2d
Browse repository at this point
Fix typo in src/libstd/net/udp.rs doc comment
Show description for 48b6069
Indy2222
committed
48b6069
View commit details
Copy full SHA for 48b6069
Browse repository at this point
normalize use of backticks in compiler messages for libcore/ptr
Show description for 886fb21
Samy Kacimi
committed
886fb21
View commit details
Copy full SHA for 886fb21
Browse repository at this point
Commits on Jul 19, 2019
warn about deprecated-in-future in most of libstd
RalfJung
committed
33452b0
View commit details
Copy full SHA for 33452b0
Browse repository at this point
do not use mem::uninitialized in std::io
RalfJung
committed
13ed0cf
View commit details
Copy full SHA for 13ed0cf
Browse repository at this point
ONCE_INIT is deprecated-in-future only for bootstrap
RalfJung
committed
7c1e405
View commit details
Copy full SHA for 7c1e405
Browse repository at this point
rustc_typeck: improve diagnostics for _ const/static declarations
lundibundi
committed
469b7a9
View commit details
Copy full SHA for 469b7a9
Browse repository at this point
fixup! rustc_typeck: improve diagnostics for _ const/static declarations
lundibundi
committed
c6735a6
View commit details
Copy full SHA for c6735a6
Browse repository at this point
Revert "Disable stack probing for gnux32."
Show description for 10d4159
crlf0710
committed
10d4159
View commit details
Copy full SHA for 10d4159
Browse repository at this point
Handle more cases of typos misinterpreted as type ascription
estebank
committed
f5b2859
View commit details
Copy full SHA for f5b2859
Browse repository at this point
review comments
estebank
committed
9dbe2e7
View commit details
Copy full SHA for 9dbe2e7
Browse repository at this point
fixup! rustc_typeck: improve diagnostics for _ const/static declarations
lundibundi
committed
b361864
View commit details
Copy full SHA for b361864
Browse repository at this point
rustc: Compile the `fmt_macros` crate as an rlib
Show description for c1b4d62
alexcrichton
committed
c1b4d62
View commit details
Copy full SHA for c1b4d62
Browse repository at this point
fixup! rustc_typeck: improve diagnostics for _ const/static declarations
lundibundi
committed
c6e027d
View commit details
Copy full SHA for c6e027d
Browse repository at this point
normalize use of backticks in compiler messages for librustc_metadata
Show description for 19a848d
Samy Kacimi
committed
19a848d
View commit details
Copy full SHA for 19a848d
Browse repository at this point
Commits on Jul 20, 2019
normalize use of backticks in compiler messages for librustc_incremental
Show description for 60ca55c
Samy Kacimi
committed
60ca55c
View commit details
Copy full SHA for 60ca55c
Browse repository at this point
Commits on Jul 21, 2019
Rollup merge of #62709 - nhynes:test-maplike-fromiter, r=cuviper
Show description for eb1f631
Centril
authored
eb1f631
View commit details
Copy full SHA for eb1f631
Browse repository at this point
Rollup merge of #62746 - RalfJung:deprecated, r=KodrAus
Show description for 9182b70
Centril
authored
9182b70
View commit details
Copy full SHA for 9182b70
Browse repository at this point
Rollup merge of #62772 - estebank:trait-bound, r=matthewjasper
Show description for 785acaf
Centril
authored
785acaf
View commit details
Copy full SHA for 785acaf
Browse repository at this point
Rollup merge of #62787 - Indy2222:master, r=Mark-Simulacrum
Show description for c8c401a
Centril
authored
c8c401a
View commit details
Copy full SHA for c8c401a
Browse repository at this point
Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_messages_p9, r=Centril
Show description for 8d91abc
Centril
authored
8d91abc
View commit details
Copy full SHA for 8d91abc
Browse repository at this point
Rollup merge of #62791 - estebank:type-ascription, r=petrochenkov
Show description for 38532ae
Centril
authored
38532ae
View commit details
Copy full SHA for 38532ae
Browse repository at this point
Rollup merge of #62804 - lundibundi:help-infer-const-static, r=eddyb
Show description for a82c60b
Centril
authored
a82c60b
View commit details
Copy full SHA for a82c60b
Browse repository at this point
Rollup merge of #62808 - crlf0710:gnux32_stack_probe, r=nikic
Show description for cc8ae62
Centril
authored
cc8ae62
View commit details
Copy full SHA for cc8ae62
Browse repository at this point
Rollup merge of #62812 - fakenine:normalize_use_of_backticks_compiler_messages_p11, r=GuillaumeGomez
Show description for a343f7d
Centril
authored
a343f7d
View commit details
Copy full SHA for a343f7d
Browse repository at this point
Rollup merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum
Show description for b7d136f
Centril
authored
b7d136f
View commit details
Copy full SHA for b7d136f
Browse repository at this point
Rollup merge of #62832 - fakenine:normalize_use_of_backticks_compiler_messages_p12, r=Centril
Show description for 6558b98
Centril
authored
6558b98
View commit details
Copy full SHA for 6558b98
Browse repository at this point
You can’t perform that action at this time.