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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.8k
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 12 pull requests
- #66432
#66432
Closed
JohnTitor
wants to merge 31 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-qqndbkq
JohnTitor/rust:rollup-qqndbkq
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Closed
Rollup of 12 pull requests
#66432
JohnTitor
wants to merge 31 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-qqndbkq
JohnTitor/rust:rollup-qqndbkq
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2019
rename Error::iter_chain() and remove Error::iter_sources()
Show description for 7b9d50d
haraldh
committed
7b9d50d
View commit details
Copy full SHA for 7b9d50d
Browse repository at this point
Commits on Nov 3, 2019
Avoid hashing the key twice in `get_query()`.
Show description for 1aceaaa
nnethercote
committed
1aceaaa
View commit details
Copy full SHA for 1aceaaa
Browse repository at this point
Commits on Nov 12, 2019
qualify-const remove cannot mutate statics in initializer of another static error
spastorino
committed
b941034
View commit details
Copy full SHA for b941034
Browse repository at this point
check-consts remove cannot mutate statics in initializer of another static error
spastorino
committed
695e91a
View commit details
Copy full SHA for 695e91a
Browse repository at this point
Update mdbook.
ehuss
committed
139477d
View commit details
Copy full SHA for 139477d
Browse repository at this point
Fix mdbook-linkcheck license checks.
ehuss
committed
32d1f47
View commit details
Copy full SHA for 32d1f47
Browse repository at this point
Commits on Nov 13, 2019
Do not ICE on recovery from unmet associated type bound obligation
estebank
committed
bc1bd95
View commit details
Copy full SHA for bc1bd95
Browse repository at this point
Fix ICE when trying to suggest `Type<>` instead of `Type()`
estebank
committed
4137263
View commit details
Copy full SHA for 4137263
Browse repository at this point
Do not ICE in `if` without `else` in `async fn`
estebank
committed
7d61484
View commit details
Copy full SHA for 7d61484
Browse repository at this point
Commits on Nov 14, 2019
Remove some stack frames from `.async` calls
Show description for 3fe7cfc
sfackler
committed
3fe7cfc
View commit details
Copy full SHA for 3fe7cfc
Browse repository at this point
Add test for issue-36122
JohnTitor
committed
7d12e9d
View commit details
Copy full SHA for 7d12e9d
Browse repository at this point
Add test for issue-58094
JohnTitor
committed
f86c44f
View commit details
Copy full SHA for f86c44f
Browse repository at this point
Fix test case and issue number
JohnTitor
committed
44174c3
View commit details
Copy full SHA for 44174c3
Browse repository at this point
miri: helper methods for max values of machine's usize/isize
RalfJung
committed
6c9ba97
View commit details
Copy full SHA for 6c9ba97
Browse repository at this point
Apply suggestion from Centril
Show description for 9cdd854
JohnTitor
and
Centril
committed
9cdd854
View commit details
Copy full SHA for 9cdd854
Browse repository at this point
Link to tracking issue in HIR const-check error
ecstatic-morse
committed
336e332
View commit details
Copy full SHA for 336e332
Browse repository at this point
Don't warn labels beginning with `_`
JohnTitor
committed
4349228
View commit details
Copy full SHA for 4349228
Browse repository at this point
review comments
estebank
committed
c0a0a7d
View commit details
Copy full SHA for c0a0a7d
Browse repository at this point
review comments
estebank
committed
b884205
View commit details
Copy full SHA for b884205
Browse repository at this point
Commits on Nov 15, 2019
Rollup merge of #65557 - haraldh:error_iter_rename, r=sfackler
Show description for cb5a679
JohnTitor
authored
cb5a679
View commit details
Copy full SHA for cb5a679
Browse repository at this point
Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc
Show description for 1283c88
JohnTitor
authored
1283c88
View commit details
Copy full SHA for 1283c88
Browse repository at this point
Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk
Show description for d590191
JohnTitor
authored
d590191
View commit details
Copy full SHA for d590191
Browse repository at this point
Rollup merge of #66338 - ehuss:update-mdbook, r=alexcrichton
Show description for 2ddd3aa
JohnTitor
authored
2ddd3aa
View commit details
Copy full SHA for 2ddd3aa
Browse repository at this point
Rollup merge of #66388 - estebank:melt-ice, r=Centril
Show description for f353022
JohnTitor
authored
f353022
View commit details
Copy full SHA for f353022
Browse repository at this point
Rollup merge of #66390 - estebank:parenice, r=Centril
Show description for 801e964
JohnTitor
authored
801e964
View commit details
Copy full SHA for 801e964
Browse repository at this point
Rollup merge of #66391 - estebank:if-else-async-ice, r=Centril
Show description for f2a2db6
JohnTitor
authored
f2a2db6
View commit details
Copy full SHA for f2a2db6
Browse repository at this point
Rollup merge of #66398 - sfackler:no-async-nesting, r=Centril
Show description for a58059d
JohnTitor
authored
a58059d
View commit details
Copy full SHA for a58059d
Browse repository at this point
Rollup merge of #66407 - JohnTitor:add-ice-tests, r=Centril
Show description for c8eb00b
JohnTitor
authored
c8eb00b
View commit details
Copy full SHA for c8eb00b
Browse repository at this point
Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obk
Show description for 6c35001
JohnTitor
authored
6c35001
View commit details
Copy full SHA for 6c35001
Browse repository at this point
Rollup merge of #66418 - ecstatic-morse:hir-const-check-err-msg, r=estebank
Show description for d00dd35
JohnTitor
authored
d00dd35
View commit details
Copy full SHA for d00dd35
Browse repository at this point
Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkor
Show description for 9b8959c
JohnTitor
authored
9b8959c
View commit details
Copy full SHA for 9b8959c
Browse repository at this point
You can’t perform that action at this time.