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.4k
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 15 pull requests
- #73470
#73470
Closed
RalfJung
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-x8bimse
RalfJung/rust:rollup-x8bimse
Copy head branch name to clipboard
Conversation
Commits
44
(44)
Checks
Files changed
Closed
Rollup of 15 pull requests
#73470
RalfJung
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-x8bimse
RalfJung/rust:rollup-x8bimse
Copy head branch name to clipboard
Commits
Commits on May 26, 2020
Add tests for 'impl Default for [T; N]'
MikailBag
committed
591584e
View commit details
Copy full SHA for 591584e
Browse repository at this point
Commits on May 28, 2020
Skip leak test on targets without panic=unwind
MikailBag
committed
3313bf6
View commit details
Copy full SHA for 3313bf6
Browse repository at this point
Commits on Jun 4, 2020
Only highlight results via mouseover if mouse has moved
carols10cents
committed
1bc4e45
View commit details
Copy full SHA for 1bc4e45
Browse repository at this point
Commits on Jun 8, 2020
Ensure std benchmarks get tested.
ehuss
committed
bbb3321
View commit details
Copy full SHA for bbb3321
Browse repository at this point
Commits on Jun 13, 2020
Clean up some weird command strings
GuillaumeGomez
committed
724dfba
View commit details
Copy full SHA for 724dfba
Browse repository at this point
Commits on Jun 14, 2020
Add rust features to print target features
Show description for e32db84
aszenz
authored
e32db84
View commit details
Copy full SHA for e32db84
Browse repository at this point
Commits on Jun 15, 2020
Enable static-pie for the x86_64-unknown-linux-musl target
Show description for d3ca6fd
haraldh
committed
d3ca6fd
View commit details
Copy full SHA for d3ca6fd
Browse repository at this point
Complete the std::time documentation to warn about the inconsistencies between OS
poliorcetics
committed
9e51008
View commit details
Copy full SHA for 9e51008
Browse repository at this point
Expand "recursive opaque type" diagnostic
Show description for 96f5584
estebank
committed
96f5584
View commit details
Copy full SHA for 96f5584
Browse repository at this point
review comments
estebank
committed
8f12485
View commit details
Copy full SHA for 8f12485
Browse repository at this point
make all uses of ty::Error or ConstKind::Error delay a span bug
mark-i-m
committed
268decb
View commit details
Copy full SHA for 268decb
Browse repository at this point
track caller for delay_span_bug
mark-i-m
committed
e855b90
View commit details
Copy full SHA for e855b90
Browse repository at this point
Commits on Jun 16, 2020
warn against 'specialization' feature
RalfJung
committed
5fbef22
View commit details
Copy full SHA for 5fbef22
Browse repository at this point
bless all
RalfJung
committed
991dfe7
View commit details
Copy full SHA for 991dfe7
Browse repository at this point
libcore tests: use min_specialization
RalfJung
committed
d1265e7
View commit details
Copy full SHA for d1265e7
Browse repository at this point
Disallow loading crates with non-ascii identifier name.
crlf0710
committed
1990f97
View commit details
Copy full SHA for 1990f97
Browse repository at this point
format derives
Show description for cfdbbb5
mark-i-m
and
tesuji
authored
cfdbbb5
View commit details
Copy full SHA for cfdbbb5
Browse repository at this point
add header for rust specific feature
aszenz
committed
4506a35
View commit details
Copy full SHA for 4506a35
Browse repository at this point
break long line for formatting
aszenz
committed
9f50f84
View commit details
Copy full SHA for 9f50f84
Browse repository at this point
trim whitespace
aszenz
committed
457acbd
View commit details
Copy full SHA for 457acbd
Browse repository at this point
Mention functions pointers in the documentation
poliorcetics
committed
15cd51a
View commit details
Copy full SHA for 15cd51a
Browse repository at this point
Commits on Jun 17, 2020
Fix typo in librustc_ast docs
Show description for 9f2e8ad
pierwill
authored
9f2e8ad
View commit details
Copy full SHA for 9f2e8ad
Browse repository at this point
Don't imply function pointers are references
Show description for e75fa89
poliorcetics
and
dtolnay
authored
e75fa89
View commit details
Copy full SHA for e75fa89
Browse repository at this point
add blank line bw sections
Show description for caffb28
aszenz
and
cuviper
authored
caffb28
View commit details
Copy full SHA for caffb28
Browse repository at this point
Make novel structural match violations a warning
ecstatic-morse
committed
c9dc73d
View commit details
Copy full SHA for c9dc73d
Browse repository at this point
Add regression test for #73431
ecstatic-morse
committed
38e921b
View commit details
Copy full SHA for 38e921b
Browse repository at this point
Add issue number to novel violation warning
ecstatic-morse
committed
3a1207f
View commit details
Copy full SHA for 3a1207f
Browse repository at this point
Commits on Jun 18, 2020
Remove duplicate sentence fragment from mem::zeroed doc
dtolnay
committed
2da9ca7
View commit details
Copy full SHA for 2da9ca7
Browse repository at this point
Improve document for `Result::as_deref(_mut)`
tesuji
committed
4e77214
View commit details
Copy full SHA for 4e77214
Browse repository at this point
Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor
Show description for 09427f6
RalfJung
authored
09427f6
View commit details
Copy full SHA for 09427f6
Browse repository at this point
Rollup merge of #70740 - haraldh:static-pie, r=petrochenkov
Show description for 9dfc614
RalfJung
authored
9dfc614
View commit details
Copy full SHA for 9dfc614
Browse repository at this point
Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakis
Show description for e9995fe
RalfJung
authored
e9995fe
View commit details
Copy full SHA for e9995fe
Browse repository at this point
Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper
Show description for 582b8eb
RalfJung
authored
582b8eb
View commit details
Copy full SHA for 582b8eb
Browse repository at this point
Rollup merge of #72628 - MikailBag:array-default-tests, r=shepmaster
Show description for 594f58e
RalfJung
authored
594f58e
View commit details
Copy full SHA for 594f58e
Browse repository at this point
Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster
Show description for 1a763ea
RalfJung
authored
1a763ea
View commit details
Copy full SHA for 1a763ea
Browse repository at this point
Rollup merge of #72968 - integer32llc:docs-arrow-keys, r=GuillaumeGomez
Show description for 6ca9dce
RalfJung
authored
6ca9dce
View commit details
Copy full SHA for 6ca9dce
Browse repository at this point
Rollup merge of #73142 - ehuss:std-benches, r=dtolnay
Show description for d67e993
RalfJung
authored
d67e993
View commit details
Copy full SHA for d67e993
Browse repository at this point
Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkov
Show description for f8ae9a3
RalfJung
authored
f8ae9a3
View commit details
Copy full SHA for f8ae9a3
Browse repository at this point
Rollup merge of #73315 - GuillaumeGomez:clean-up-config-strs, r=kinnison
Show description for 3ff4fac
RalfJung
authored
3ff4fac
View commit details
Copy full SHA for 3ff4fac
Browse repository at this point
Rollup merge of #73346 - aszenz:patch-1, r=cuviper
Show description for c51d0ac
RalfJung
authored
c51d0ac
View commit details
Copy full SHA for c51d0ac
Browse repository at this point
Rollup merge of #73425 - poliorcetics:zeroed-functions-pointers, r=dtolnay
Show description for b87d4a4
RalfJung
authored
b87d4a4
View commit details
Copy full SHA for b87d4a4
Browse repository at this point
Rollup merge of #73428 - pierwill:patch-1, r=jonas-schievink
Show description for 80c2238
RalfJung
authored
80c2238
View commit details
Copy full SHA for 80c2238
Browse repository at this point
Rollup merge of #73446 - ecstatic-morse:issue-73431, r=pnkfelix
Show description for b3a7b40
RalfJung
authored
b3a7b40
View commit details
Copy full SHA for b3a7b40
Browse repository at this point
Rollup merge of #73447 - lzutao:stabilize-result_as_deref, r=dtolnay
Show description for e96f154
RalfJung
authored
e96f154
View commit details
Copy full SHA for e96f154
Browse repository at this point
You can’t perform that action at this time.