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 5 pull requests
- #70807
#70807
Merged
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-qd1kgl2
Dylan-DPC-zz/rust:rollup-qd1kgl2
Copy head branch name to clipboard
Apr 5, 2020
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Rollup of 5 pull requests
#70807
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC-zz:rollup-qd1kgl2
Dylan-DPC-zz/rust:rollup-qd1kgl2
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2020
fix Vec::extend invalidating unrelated pointers
RalfJung
committed
6556549
View commit details
Copy full SHA for 6556549
Browse repository at this point
fix pointer invalidation when extnding a vector from an untrusted iterator
RalfJung
committed
86c1c43
View commit details
Copy full SHA for 86c1c43
Browse repository at this point
fix ptr invalidation in Vec::truncate
RalfJung
committed
fa6c883
View commit details
Copy full SHA for fa6c883
Browse repository at this point
add some tests
RalfJung
committed
4393923
View commit details
Copy full SHA for 4393923
Browse repository at this point
test more mutating vector methods
RalfJung
committed
3411ade
View commit details
Copy full SHA for 3411ade
Browse repository at this point
also cover next() path of draining iterators
RalfJung
committed
4eacf45
View commit details
Copy full SHA for 4eacf45
Browse repository at this point
fix aliasing in remove()
Show description for 8f479e3
RalfJung
committed
8f479e3
View commit details
Copy full SHA for 8f479e3
Browse repository at this point
fix and test aliasing in swap_remove
RalfJung
committed
5bbaac3
View commit details
Copy full SHA for 5bbaac3
Browse repository at this point
Commits on Apr 4, 2020
docs: make the description of Result::map_or more clear
PonasKovas
committed
b4f416d
View commit details
Copy full SHA for b4f416d
Browse repository at this point
Miri: remove an outdated FIXME
RalfJung
committed
e901b2f
View commit details
Copy full SHA for e901b2f
Browse repository at this point
Commits on Apr 5, 2020
tweak swap_remove
RalfJung
committed
7e81c11
View commit details
Copy full SHA for 7e81c11
Browse repository at this point
miri assignment check: compare types after normalizing all late-bound regions away
RalfJung
committed
05a5895
View commit details
Copy full SHA for 05a5895
Browse repository at this point
add test
RalfJung
committed
315a3b9
View commit details
Copy full SHA for 315a3b9
Browse repository at this point
clarify safety in RawVec::into_box
RalfJung
committed
6cbe172
View commit details
Copy full SHA for 6cbe172
Browse repository at this point
fix comment
RalfJung
committed
e52a451
View commit details
Copy full SHA for e52a451
Browse repository at this point
Rollup merge of #70558 - RalfJung:vec-extend-aliasing, r=Amanieu
Show description for 7e4ed72
Dylan-DPC
authored
7e4ed72
View commit details
Copy full SHA for 7e4ed72
Browse repository at this point
Rollup merge of #70760 - PonasKovas:docs, r=Dylan-DPC
Show description for 6f595e8
Dylan-DPC
authored
6f595e8
View commit details
Copy full SHA for 6f595e8
Browse repository at this point
Rollup merge of #70769 - RalfJung:fixed, r=Dylan-DPC
Show description for 2448a23
Dylan-DPC
authored
2448a23
View commit details
Copy full SHA for 2448a23
Browse repository at this point
Rollup merge of #70776 - RalfJung:raw-vec, r=Dylan-DPC,TimDiekmann
Show description for c185c4f
Dylan-DPC
authored
c185c4f
View commit details
Copy full SHA for c185c4f
Browse repository at this point
Rollup merge of #70806 - RalfJung:miri-assignment-check, r=eddyb
Show description for 31b8d65
Dylan-DPC
authored
31b8d65
View commit details
Copy full SHA for 31b8d65
Browse repository at this point
You can’t perform that action at this time.