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.4k
Star
116k
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
Deduplicate some code between miri and const prop
- #64419
#64419
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
wesleywiser:const_prop_use_ecx
wesleywiser/rust:const_prop_use_ecx
Copy head branch name to clipboard
Sep 28, 2019
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Deduplicate some code between miri and const prop
#64419
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
wesleywiser:const_prop_use_ecx
wesleywiser/rust:const_prop_use_ecx
Copy head branch name to clipboard
Commits
Commits on Sep 28, 2019
[const-prop] Replace `eval_place()` with use of `InterpCx`
wesleywiser
committed
bc17936
View commit details
Copy full SHA for bc17936
Browse repository at this point
[const-prop] Replace `Use` handling with use of `InterpCx`
wesleywiser
committed
86c7c4d
View commit details
Copy full SHA for 86c7c4d
Browse repository at this point
[const-prop] Replace `Cast` handling with use of `InterpCx`
wesleywiser
committed
ecc4cc2
View commit details
Copy full SHA for ecc4cc2
Browse repository at this point
[const-prop] Replace `NullaryOp` handling with use of `InterpCx`
wesleywiser
committed
1c219bb
View commit details
Copy full SHA for 1c219bb
Browse repository at this point
[const-prop] Replace most `UnaryOp` handling with use of `InterpCx`
wesleywiser
committed
644d4f3
View commit details
Copy full SHA for 644d4f3
Browse repository at this point
[const-prop] Replace `CheckedBinaryOp` handling with use of `InterpCx`
wesleywiser
committed
11eb91f
View commit details
Copy full SHA for 11eb91f
Browse repository at this point
[const-prop] Replace some `Binaryp` handling with use of `InterpCx`
wesleywiser
committed
9ec928c
View commit details
Copy full SHA for 9ec928c
Browse repository at this point
[const-prop] Replace `Ref` handling with use of `InterpCx`
wesleywiser
committed
c0c8ce8
View commit details
Copy full SHA for c0c8ce8
Browse repository at this point
Don't run the ConstProp MIR pass on generators
Show description for fadfd92
wesleywiser
committed
fadfd92
View commit details
Copy full SHA for fadfd92
Browse repository at this point
Respond to code review feedback and fix tidy
wesleywiser
committed
15d2b7a
View commit details
Copy full SHA for 15d2b7a
Browse repository at this point
Move Ref-from-arg checking from `step.rs` to `const_prop.rs`
wesleywiser
committed
9333514
View commit details
Copy full SHA for 9333514
Browse repository at this point
Work around for #64506
wesleywiser
committed
4e58e2e
View commit details
Copy full SHA for 4e58e2e
Browse repository at this point
Introduce a `ConstPropMachine`
Show description for dcc6c28
wesleywiser
committed
dcc6c28
View commit details
Copy full SHA for dcc6c28
Browse repository at this point
Allow reading non-mutable statics in const prop
wesleywiser
committed
a99f255
View commit details
Copy full SHA for a99f255
Browse repository at this point
Fix lint-exceeding-bitshifts ui tests
wesleywiser
committed
ba2d6c4
View commit details
Copy full SHA for ba2d6c4
Browse repository at this point
You can’t perform that action at this time.