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.1k
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
Make dataflow-based const qualification the canonical one
- #66385
#66385
Merged
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
ecstatic-morse:check-only-pass2
ecstatic-morse/rust:check-only-pass2
Copy head branch name to clipboard
Nov 17, 2019
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Make dataflow-based const qualification the canonical one
#66385
bors
merged 17 commits into
rust-lang:master
rust-lang/rust:master
from
ecstatic-morse:check-only-pass2
ecstatic-morse/rust:check-only-pass2
Copy head branch name to clipboard
Commits
Commits on Nov 15, 2019
Remove `QUALIF_ERROR_BIT` checking
ecstatic-morse
committed
1924cc8
View commit details
Copy full SHA for 1924cc8
Browse repository at this point
Remove `requires_sync`
ecstatic-morse
committed
dbae15a
View commit details
Copy full SHA for dbae15a
Browse repository at this point
Allow `Validator` to get qualifs for the return place
ecstatic-morse
committed
4881104
View commit details
Copy full SHA for 4881104
Browse repository at this point
Enable standalone const-checking with `Validator`
Show description for 973b16a
ecstatic-morse
committed
973b16a
View commit details
Copy full SHA for 973b16a
Browse repository at this point
Use new const-checker for `mir_const_qualif`
Show description for 55da0c0
ecstatic-morse
committed
55da0c0
View commit details
Copy full SHA for 55da0c0
Browse repository at this point
Remove `qualify_consts` completely
ecstatic-morse
committed
6d4e204
View commit details
Copy full SHA for 6d4e204
Browse repository at this point
Move `delay_span_bug` into `emit_error` for if/loop
ecstatic-morse
committed
7527766
View commit details
Copy full SHA for 7527766
Browse repository at this point
Remove remaining validator mismatch code
ecstatic-morse
committed
3d2bc50
View commit details
Copy full SHA for 3d2bc50
Browse repository at this point
Remove unnecessary `fmt::Debug` bound
ecstatic-morse
committed
c8156b9
View commit details
Copy full SHA for c8156b9
Browse repository at this point
Silence miri unleashed warnings in test
ecstatic-morse
committed
8f5494b
View commit details
Copy full SHA for 8f5494b
Browse repository at this point
Add explanation of test for validation mismatch
ecstatic-morse
committed
d1f0ef5
View commit details
Copy full SHA for d1f0ef5
Browse repository at this point
Remove -Z flag for suppressing validation mismatch ICE
ecstatic-morse
committed
9a2e53a
View commit details
Copy full SHA for 9a2e53a
Browse repository at this point
A `Downcast` is now reached when const-checking a `for` loop
Show description for a4ce201
ecstatic-morse
committed
a4ce201
View commit details
Copy full SHA for a4ce201
Browse repository at this point
Use a bespoke type for the result of `mir_const_qualif`
ecstatic-morse
committed
056edc0
View commit details
Copy full SHA for 056edc0
Browse repository at this point
Use `mir::QualifSet` to store qualifs
ecstatic-morse
committed
1e840f8
View commit details
Copy full SHA for 1e840f8
Browse repository at this point
Fix nits from review
ecstatic-morse
committed
ea95e94
View commit details
Copy full SHA for ea95e94
Browse repository at this point
Remove newtype for qualifs in `rustc_metadata`
Show description for a1135cc
ecstatic-morse
committed
a1135cc
View commit details
Copy full SHA for a1135cc
Browse repository at this point
You can’t perform that action at this time.