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
rustc_mir: split qualify_consts' "value qualification" bitflags into separate computations.
- #58403
#58403
Merged
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
eddyb:requalify
eddyb/rust:requalify
Copy head branch name to clipboard
Feb 15, 2019
Conversation
Commits
10
(10)
Checks
Files changed
Merged
rustc_mir: split qualify_consts' "value qualification" bitflags into separate computations.
#58403
bors
merged 10 commits into
rust-lang:master
rust-lang/rust:master
from
eddyb:requalify
eddyb/rust:requalify
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2019
rustc_mir: rename qualify_consts::Qualifier to Checker.
eddyb
committed
a5e4d1a
View commit details
Copy full SHA for a5e4d1a
Browse repository at this point
rustc_mir: split off some qualify_consts::Checker fields into a State struct.
eddyb
committed
732a2dc
View commit details
Copy full SHA for 732a2dc
Browse repository at this point
rustc_mir: split qualify_consts' checking and value qualification.
eddyb
committed
f6d1e97
View commit details
Copy full SHA for f6d1e97
Browse repository at this point
rustc_mir: remove outdated `const fn` stability diagnostic.
eddyb
committed
b4fbebb
View commit details
Copy full SHA for b4fbebb
Browse repository at this point
rustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT.
eddyb
committed
af131d5
View commit details
Copy full SHA for af131d5
Browse repository at this point
rustc_mir: rename `Qualif::for_ty to `Qualif::any_value_of_ty`.
eddyb
committed
2de5b38
View commit details
Copy full SHA for 2de5b38
Browse repository at this point
rustc_mir: avoid having an Option around each local qualification in qualify_consts.
eddyb
committed
1d6332d
View commit details
Copy full SHA for 1d6332d
Browse repository at this point
rustc_mir: do not treat NEEDS_DROP as unexpected in qualify_consts.
eddyb
committed
99fc3ef
View commit details
Copy full SHA for 99fc3ef
Browse repository at this point
rustc_mir: rename qualify_consts::Qualifier to ConstCx and keep in Checker as a field.
eddyb
committed
81648a0
View commit details
Copy full SHA for 81648a0
Browse repository at this point
rustc_mir: compute all the qualification bits separately in qualify_consts.
eddyb
committed
f04424a
View commit details
Copy full SHA for f04424a
Browse repository at this point
You can’t perform that action at this time.