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
Type
/
to 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.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Miri engine cleanup
- #53671
#53671
Merged
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:miri-refactor
RalfJung/rust:miri-refactor
Copy head branch name to clipboard
Aug 29, 2018
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Miri engine cleanup
#53671
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:miri-refactor
RalfJung/rust:miri-refactor
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2018
Miri Memory Work
Show description for c141ccf
RalfJung
committed
c141ccf
View commit details
Copy full SHA for c141ccf
Browse repository at this point
without all those copies of constants, we can finally make eval_operand take &self
RalfJung
committed
2592b20
View commit details
Copy full SHA for 2592b20
Browse repository at this point
allow Machine to hook into foreign statics; remove unused HasMemory trait
RalfJung
committed
286fc5c
View commit details
Copy full SHA for 286fc5c
Browse repository at this point
simplify const_to_allocation_provider because it is used for statics only
RalfJung
committed
66d64ba
View commit details
Copy full SHA for 66d64ba
Browse repository at this point
Clean up function calling
Show description for aa645f3
RalfJung
committed
aa645f3
View commit details
Copy full SHA for aa645f3
Browse repository at this point
terminator/drop.rs is just one fn... merge it together with the other terminator stuff
RalfJung
committed
a5baea6
View commit details
Copy full SHA for a5baea6
Browse repository at this point
switch validation to use operand, not mplace
Show description for 035c69f
RalfJung
committed
035c69f
View commit details
Copy full SHA for 035c69f
Browse repository at this point
move const_eval out of rustc_mir::interpret
Show description for ef96a60
RalfJung
committed
ef96a60
View commit details
Copy full SHA for ef96a60
Browse repository at this point
get rid of FinishStatic hack from stack clenaup; const_eval can do that itself
RalfJung
committed
9cfc9f0
View commit details
Copy full SHA for 9cfc9f0
Browse repository at this point
dedicated handling for binops on bool and char (UB if they are not valid)
RalfJung
committed
548b373
View commit details
Copy full SHA for 548b373
Browse repository at this point
validate enum discriminant whenever it is read
RalfJung
committed
89cfd08
View commit details
Copy full SHA for 89cfd08
Browse repository at this point
fix handling of unsized types in validation; validate str to be UTF-8
RalfJung
committed
c898e19
View commit details
Copy full SHA for c898e19
Browse repository at this point
expand comment on how statics work
RalfJung
committed
07bdd48
View commit details
Copy full SHA for 07bdd48
Browse repository at this point
fix len() on non-array but array-layout types (e.g. SIMD)
RalfJung
committed
c38cc89
View commit details
Copy full SHA for c38cc89
Browse repository at this point
get rid of *most* of the fn call hack by honoring mir.spread_arg
RalfJung
committed
5b737db
View commit details
Copy full SHA for 5b737db
Browse repository at this point
use associated const for machine controlling mutable statics
Show description for 6c78fa8
RalfJung
committed
6c78fa8
View commit details
Copy full SHA for 6c78fa8
Browse repository at this point
Commits on Aug 28, 2018
address nits
RalfJung
committed
f96208c
View commit details
Copy full SHA for f96208c
Browse repository at this point
fix unsized extern types
RalfJung
committed
066d2ee
View commit details
Copy full SHA for 066d2ee
Browse repository at this point
restructure unary_op to also dispatch on type first; fix promotion with unary '-' overflowing
RalfJung
committed
e6a5a94
View commit details
Copy full SHA for e6a5a94
Browse repository at this point
fix const_prop detecting unary neg underflows
RalfJung
committed
506dd70
View commit details
Copy full SHA for 506dd70
Browse repository at this point
first test const-ness, then hook fn call
RalfJung
committed
c9b5fac
View commit details
Copy full SHA for c9b5fac
Browse repository at this point
You can’t perform that action at this time.