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.2k
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
- #66169
#66169
Closed
JohnTitor
wants to merge 35 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-4w7vuda
JohnTitor/rust:rollup-4w7vuda
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Closed
Rollup of 11 pull requests
#66169
JohnTitor
wants to merge 35 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-4w7vuda
JohnTitor/rust:rollup-4w7vuda
Copy head branch name to clipboard
Commits
Commits on Nov 1, 2019
Optimize long-linker-command-line test
Show description for 6bbe162
tmiasko
committed
6bbe162
View commit details
Copy full SHA for 6bbe162
Browse repository at this point
Commits on Nov 2, 2019
uninit/zeroed lint: warn against NULL vtables
RalfJung
committed
df4e12d
View commit details
Copy full SHA for df4e12d
Browse repository at this point
also identiy MaybeUninit::uninit().assume_init() as dangerous
RalfJung
committed
7ff57ed
View commit details
Copy full SHA for 7ff57ed
Browse repository at this point
Commits on Nov 4, 2019
QPath docs: mention how to resolve them
RalfJung
committed
6515371
View commit details
Copy full SHA for 6515371
Browse repository at this point
more robust method checking through DefId and diagnostic_item
RalfJung
committed
bb37d00
View commit details
Copy full SHA for bb37d00
Browse repository at this point
also explain how to resolve MethodCall
RalfJung
committed
151e989
View commit details
Copy full SHA for 151e989
Browse repository at this point
Do not require extra LLVM backends for `x.py test` to pass
petrochenkov
committed
d22a659
View commit details
Copy full SHA for d22a659
Browse repository at this point
Commits on Nov 5, 2019
link from raw slice creation methods to safety requirements
RalfJung
committed
82dc3aa
View commit details
Copy full SHA for 82dc3aa
Browse repository at this point
expand slice from_raw_part docs
RalfJung
committed
1a254e4
View commit details
Copy full SHA for 1a254e4
Browse repository at this point
also edit String::from_raw_parts while we are at it
RalfJung
committed
6a1f303
View commit details
Copy full SHA for 6a1f303
Browse repository at this point
fix link to ptr docs
RalfJung
committed
b1d0a68
View commit details
Copy full SHA for b1d0a68
Browse repository at this point
LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T>
olegnn
committed
3a54ab7
View commit details
Copy full SHA for 3a54ab7
Browse repository at this point
Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and Arc
olegnn
committed
45f281d
View commit details
Copy full SHA for 45f281d
Browse repository at this point
Apply suggestions from code review
Show description for 11a48a0
RalfJung
and
Centril
authored
11a48a0
View commit details
Copy full SHA for 11a48a0
Browse repository at this point
Fixed libcore/cell.rs example
olegnn
committed
6a59319
View commit details
Copy full SHA for 6a59319
Browse repository at this point
Commits on Nov 6, 2019
gate rustc_on_unimplemented under rustc_attrs
Centril
committed
1c7595f
View commit details
Copy full SHA for 1c7595f
Browse repository at this point
Update local.rs
Show description for 936349c
3442853561
authored
936349c
View commit details
Copy full SHA for 936349c
Browse repository at this point
miri cast: avoid unnecessary to_scalar_ptr
RalfJung
committed
14ee66a
View commit details
Copy full SHA for 14ee66a
Browse repository at this point
remvoe to_scalar_ptr and use ref_to_mplace everywhere
RalfJung
committed
32453ce
View commit details
Copy full SHA for 32453ce
Browse repository at this point
improve a comment
RalfJung
committed
87edcf0
View commit details
Copy full SHA for 87edcf0
Browse repository at this point
--bless
RalfJung
committed
2312a56
View commit details
Copy full SHA for 2312a56
Browse repository at this point
Fix markdown link
Show description for f2ed1e6
RalfJung
and
oli-obk
authored
f2ed1e6
View commit details
Copy full SHA for f2ed1e6
Browse repository at this point
Fix broken link in README
Darksonn
committed
2daf7b9
View commit details
Copy full SHA for 2daf7b9
Browse repository at this point
Ignore these tests ,since the called commands doesn't exist in VxWorks
Umesh Kalappa
authored and
BaoshanPang
committed
9afacd7
View commit details
Copy full SHA for 9afacd7
Browse repository at this point
Rollup merge of #65794 - Centril:unimpl-internal, r=varkor
Show description for 09287e0
JohnTitor
authored
09287e0
View commit details
Copy full SHA for 09287e0
Browse repository at this point
Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichton
Show description for c4b380f
JohnTitor
authored
c4b380f
View commit details
Copy full SHA for c4b380f
Browse repository at this point
Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk
Show description for 114c948
JohnTitor
authored
114c948
View commit details
Copy full SHA for 114c948
Browse repository at this point
Rollup merge of #66076 - RalfJung:qpath, r=davidtwco,oli-obk
Show description for 3210cd1
JohnTitor
authored
3210cd1
View commit details
Copy full SHA for 3210cd1
Browse repository at this point
Rollup merge of #66084 - petrochenkov:x86arm, r=alexcrichton
Show description for ba106ca
JohnTitor
authored
ba106ca
View commit details
Copy full SHA for ba106ca
Browse repository at this point
Rollup merge of #66111 - RalfJung:from_raw_parts, r=Centril
Show description for 1645ef9
JohnTitor
authored
1645ef9
View commit details
Copy full SHA for 1645ef9
Browse repository at this point
Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung
Show description for c26f5a6
JohnTitor
authored
c26f5a6
View commit details
Copy full SHA for c26f5a6
Browse repository at this point
Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum
Show description for a98421e
JohnTitor
authored
a98421e
View commit details
Copy full SHA for a98421e
Browse repository at this point
Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obk
Show description for 9d85f71
JohnTitor
authored
9d85f71
View commit details
Copy full SHA for 9d85f71
Browse repository at this point
Rollup merge of #66162 - Darksonn:master, r=ehuss
Show description for 4d766a0
JohnTitor
authored
4d766a0
View commit details
Copy full SHA for 4d766a0
Browse repository at this point
Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichton
Show description for 0ec60e6
JohnTitor
authored
0ec60e6
View commit details
Copy full SHA for 0ec60e6
Browse repository at this point
You can’t perform that action at this time.