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
Accelerator
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.5k
Star
116k
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
miri engine: Fix run-time validation
- #54955
#54955
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:miri-validate2
RalfJung/rust:miri-validate2
Copy head branch name to clipboard
Oct 13, 2018
Conversation
Commits
12
(12)
Checks
Files changed
Merged
miri engine: Fix run-time validation
#54955
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:miri-validate2
RalfJung/rust:miri-validate2
Copy head branch name to clipboard
Commits
Commits on Oct 13, 2018
fix validation around transmuting copy_op
RalfJung
committed
5b75ec0
View commit details
Copy full SHA for 5b75ec0
Browse repository at this point
check return type even for uninhabited case
RalfJung
committed
a05914e
View commit details
Copy full SHA for a05914e
Browse repository at this point
validate return value on stack pop
RalfJung
committed
f79a22c
View commit details
Copy full SHA for f79a22c
Browse repository at this point
size_and_align_of can return no result for extern types
RalfJung
committed
93f53e5
View commit details
Copy full SHA for 93f53e5
Browse repository at this point
seems like for generators we cannot access the freevars
RalfJung
committed
d0c585c
View commit details
Copy full SHA for d0c585c
Browse repository at this point
foreign types: use size and align from layout
RalfJung
committed
3272c98
View commit details
Copy full SHA for 3272c98
Browse repository at this point
make ENFORCE_VALIDITY a function
Show description for 69576fc
RalfJung
committed
69576fc
View commit details
Copy full SHA for 69576fc
Browse repository at this point
Fix and test upvar name printing for validity
RalfJung
committed
c96eb70
View commit details
Copy full SHA for c96eb70
Browse repository at this point
validation: accept pointers in integer arrays
RalfJung
committed
dc4b277
View commit details
Copy full SHA for dc4b277
Browse repository at this point
address nits
RalfJung
committed
b2ddd27
View commit details
Copy full SHA for b2ddd27
Browse repository at this point
run-time validation: accept undef in int arrays, as we do for ints
RalfJung
committed
06a4911
View commit details
Copy full SHA for 06a4911
Browse repository at this point
update miri
RalfJung
committed
6426cbe
View commit details
Copy full SHA for 6426cbe
Browse repository at this point
You can’t perform that action at this time.