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 }}
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.8k
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
Add new intrinsic
is_constant
and optimize
pow
- #114390
#114390
Closed
Centri3
wants to merge 11 commits into
rust-lang:master
rust-lang/rust:master
from
Centri3:llvm-is-constant
Centri3/rust:llvm-is-constant
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
Add new intrinsic
is_constant
and optimize
pow
#114390
Centri3
wants to merge 11 commits into
rust-lang:master
rust-lang/rust:master
from
Centri3:llvm-is-constant
Centri3/rust:llvm-is-constant
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2023
Add new intrinsic `is_constant` and optimize `pow`
Centri3
committed
abeda62
View commit details
Copy full SHA for abeda62
Browse repository at this point
Fix overflow check
Centri3
committed
4aa0608
View commit details
Copy full SHA for 4aa0608
Browse repository at this point
Make MIRI choose the path randomly and rename the intrinsic
Centri3
committed
2605ea7
View commit details
Copy full SHA for 2605ea7
Browse repository at this point
Add back test
Centri3
committed
f569cea
View commit details
Copy full SHA for f569cea
Browse repository at this point
Add miri test and make it operate on `ptr`
Centri3
committed
1b75669
View commit details
Copy full SHA for 1b75669
Browse repository at this point
Define `llvm.is.constant` for primitives
Centri3
committed
79016f8
View commit details
Copy full SHA for 79016f8
Browse repository at this point
Update MIRI comment and fix test in stage2
Centri3
committed
4f31013
View commit details
Copy full SHA for 4f31013
Browse repository at this point
Add const eval test
Centri3
committed
cf9406f
View commit details
Copy full SHA for cf9406f
Browse repository at this point
Clarify that both branches must have the same side effects
Centri3
committed
be35381
View commit details
Copy full SHA for be35381
Browse repository at this point
Commits on Sep 5, 2023
guaranteed non guarantee
Show description for c1adc30
oli-obk
and
RalfJung
authored
c1adc30
View commit details
Copy full SHA for c1adc30
Browse repository at this point
use immediate type instead
Centri3
committed
87b5cea
View commit details
Copy full SHA for 87b5cea
Browse repository at this point
You can’t perform that action at this time.