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 9 pull requests
- #65907
#65907
Merged
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-9i8ev23
Centril/rust:rollup-9i8ev23
Copy head branch name to clipboard
Oct 29, 2019
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Rollup of 9 pull requests
#65907
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-9i8ev23
Centril/rust:rollup-9i8ev23
Copy head branch name to clipboard
Commits
Commits on Oct 23, 2019
Add long error explanation for E0587
GuillaumeGomez
committed
76b8fd8
View commit details
Copy full SHA for 76b8fd8
Browse repository at this point
Update ui tests
GuillaumeGomez
committed
42a805e
View commit details
Copy full SHA for 42a805e
Browse repository at this point
Commits on Oct 25, 2019
Correct handling of type flags with `ConstValue::Placeholder`
varkor
committed
6661db0
View commit details
Copy full SHA for 6661db0
Browse repository at this point
Commits on Oct 28, 2019
doc: introduce `once` in `iter::chain` document
tesuji
committed
9c4f60e
View commit details
Copy full SHA for 9c4f60e
Browse repository at this point
doc: mention `get(_mut)` in Vec
tesuji
committed
e2c450b
View commit details
Copy full SHA for e2c450b
Browse repository at this point
rustc: use IndexVec<DefIndex, T> instead of Vec<T>.
eddyb
committed
cc575a6
View commit details
Copy full SHA for cc575a6
Browse repository at this point
self-profiling: Record something more useful for crate metadata generation event.
Show description for 46a39a2
michaelwoerister
committed
46a39a2
View commit details
Copy full SHA for 46a39a2
Browse repository at this point
Use heuristics to recover parsing of missing `;`
Show description for d673d0a
estebank
committed
d673d0a
View commit details
Copy full SHA for d673d0a
Browse repository at this point
Tweak unexpected token wording
estebank
committed
1b0836d
View commit details
Copy full SHA for 1b0836d
Browse repository at this point
review comments
estebank
committed
e8016c2
View commit details
Copy full SHA for e8016c2
Browse repository at this point
suggest `const_in_array_repeat_expression` flag
Show description for 92b1512
davidtwco
committed
92b1512
View commit details
Copy full SHA for 92b1512
Browse repository at this point
Output previous stable error messaging when using stable build.
Agustin Fernandez
committed
f1aa8b2
View commit details
Copy full SHA for f1aa8b2
Browse repository at this point
Rollup merge of #65563 - GuillaumeGomez:long-err-explanation-E0587, r=Dylan-DPC
Show description for eec3a9c
Centril
authored
eec3a9c
View commit details
Copy full SHA for eec3a9c
Browse repository at this point
Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril
Show description for 2fe6f22
Centril
authored
2fe6f22
View commit details
Copy full SHA for 2fe6f22
Browse repository at this point
Rollup merge of #65643 - varkor:remove-free-regions-from-const-placeholder, r=eddyb
Show description for 216e50d
Centril
authored
216e50d
View commit details
Copy full SHA for 216e50d
Browse repository at this point
Rollup merge of #65825 - eddyb:def-index-vec, r=varkor
Show description for 531240c
Centril
authored
531240c
View commit details
Copy full SHA for 531240c
Browse repository at this point
Rollup merge of #65858 - davidtwco:rfc-2203-feature-gate-in-error, r=ecstatic-morse
Show description for d887232
Centril
authored
d887232
View commit details
Copy full SHA for d887232
Browse repository at this point
Rollup merge of #65877 - lzutao:iter-chain-once, r=Centril
Show description for 23dbdb4
Centril
authored
23dbdb4
View commit details
Copy full SHA for 23dbdb4
Browse repository at this point
Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppe
Show description for cceefd3
Centril
authored
cceefd3
View commit details
Copy full SHA for cceefd3
Browse repository at this point
Rollup merge of #65891 - michaelwoerister:sp-crate-metadata, r=wesleywiser
Show description for 5451664
Centril
authored
5451664
View commit details
Copy full SHA for 5451664
Browse repository at this point
Rollup merge of #65893 - jafern14:let-expr-stable-error-messaging, r=Centril
Show description for 30431a3
Centril
authored
30431a3
View commit details
Copy full SHA for 30431a3
Browse repository at this point
You can’t perform that action at this time.