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.1k
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
- #90134
#90134
Closed
JohnTitor
wants to merge 31 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-q309j81
JohnTitor/rust:rollup-q309j81
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Closed
Rollup of 11 pull requests
#90134
JohnTitor
wants to merge 31 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-q309j81
JohnTitor/rust:rollup-q309j81
Copy head branch name to clipboard
Commits
Commits on Oct 12, 2021
Cleanup LLVM multi-threading checks
Show description for aa3bf01
tmiasko
committed
aa3bf01
View commit details
Copy full SHA for aa3bf01
Browse repository at this point
Commits on Oct 19, 2021
Fix const qualification when executed after promotion
Show description for 7581bae
tmiasko
committed
7581bae
View commit details
Copy full SHA for 7581bae
Browse repository at this point
Make new symbol mangling scheme default for compiler itself.
michaelwoerister
committed
456283c
View commit details
Copy full SHA for 456283c
Browse repository at this point
Reject closures in patterns
tmiasko
committed
c97cf7f
View commit details
Copy full SHA for c97cf7f
Browse repository at this point
Commits on Oct 20, 2021
Add a regression test for issue-83479
JohnTitor
committed
21d02bf
View commit details
Copy full SHA for 21d02bf
Browse repository at this point
Increase `ROOT_ENTRY_LIMIT` to 1331
JohnTitor
committed
396a4f4
View commit details
Copy full SHA for 396a4f4
Browse repository at this point
Change `Duration::from_secs_*` underflow error
Show description for fe060bf
mbartlett21
committed
fe060bf
View commit details
Copy full SHA for fe060bf
Browse repository at this point
Trait objects
BoxyUwU
committed
6469fba
View commit details
Copy full SHA for 6469fba
Browse repository at this point
Return pos impl trait
BoxyUwU
committed
a81e489
View commit details
Copy full SHA for a81e489
Browse repository at this point
Wfness
BoxyUwU
committed
83a1834
View commit details
Copy full SHA for 83a1834
Browse repository at this point
Inference
BoxyUwU
committed
8f23779
View commit details
Copy full SHA for 8f23779
Browse repository at this point
add fixme
BoxyUwU
committed
7a8bd2d
View commit details
Copy full SHA for 7a8bd2d
Browse repository at this point
Ordering
BoxyUwU
committed
c75d8cb
View commit details
Copy full SHA for c75d8cb
Browse repository at this point
*dust dust*
BoxyUwU
committed
e7a9e82
View commit details
Copy full SHA for e7a9e82
Browse repository at this point
Commits on Oct 21, 2021
Verify that only NeedsNonConstDrop expects promoteds
tmiasko
committed
74c6636
View commit details
Copy full SHA for 74c6636
Browse repository at this point
CI: make cache download attempt time out after 10 minutes
hkratz
committed
e1e273f
View commit details
Copy full SHA for e1e273f
Browse repository at this point
Debug output before loading docker images as that might hang.
hkratz
committed
838e673
View commit details
Copy full SHA for 838e673
Browse repository at this point
Add test for issue #78561
samlich
committed
ab44e46
View commit details
Copy full SHA for ab44e46
Browse repository at this point
triagebot: Treat `I-*nominated` like `I-nominated`
Show description for d50832b
joshtriplett
committed
d50832b
View commit details
Copy full SHA for d50832b
Browse repository at this point
Clarify undefined behaviour for binary heap, btree and hashset
Show description for 04c1ec5
Wilfred
authored and
Mark-Simulacrum
committed
04c1ec5
View commit details
Copy full SHA for 04c1ec5
Browse repository at this point
Rollup merge of #87537 - Wilfred:improve-min-heap-docs, r=Mark-Simulacrum
Show description for 9ac6c45
JohnTitor
authored
9ac6c45
View commit details
Copy full SHA for 9ac6c45
Browse repository at this point
Rollup merge of #89808 - tmiasko:llvm-multithreaded, r=nagisa
Show description for ad6ca9a
JohnTitor
authored
ad6ca9a
View commit details
Copy full SHA for ad6ca9a
Browse repository at this point
Rollup merge of #89944 - mbartlett21:patch-2, r=Mark-Simulacrum
Show description for 155c9a5
JohnTitor
authored
155c9a5
View commit details
Copy full SHA for 155c9a5
Browse repository at this point
Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorino
Show description for ea4f062
JohnTitor
authored
ea4f062
View commit details
Copy full SHA for ea4f062
Browse repository at this point
Rollup merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simulacrum
Show description for e84a7c8
JohnTitor
authored
e84a7c8
View commit details
Copy full SHA for e84a7c8
Browse repository at this point
Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk
Show description for 8ff72f5
JohnTitor
authored
8ff72f5
View commit details
Copy full SHA for 8ff72f5
Browse repository at this point
Rollup merge of #90078 - JohnTitor:test-83479, r=Mark-Simulacrum
Show description for 2d0f3c6
JohnTitor
authored
2d0f3c6
View commit details
Copy full SHA for 2d0f3c6
Browse repository at this point
Rollup merge of #90114 - BoxyUwU:cg_defaults_tests, r=lcnr
Show description for 114b995
JohnTitor
authored
114b995
View commit details
Copy full SHA for 114b995
Browse repository at this point
Rollup merge of #90115 - samlich:test-issue-78561, r=oli-obk
Show description for 6152de0
JohnTitor
authored
6152de0
View commit details
Copy full SHA for 6152de0
Browse repository at this point
Rollup merge of #90122 - rusticstuff:ci_curl_max_time, r=Mark-Simulacrum
Show description for 6717b36
JohnTitor
authored
6717b36
View commit details
Copy full SHA for 6717b36
Browse repository at this point
Rollup merge of #90129 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
Show description for e33b3e7
JohnTitor
authored
e33b3e7
View commit details
Copy full SHA for e33b3e7
Browse repository at this point
You can’t perform that action at this time.