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.6k
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
Unify and improve const-prop lints
- #69185
#69185
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:const-prop-lints
RalfJung/rust:const-prop-lints
Copy head branch name to clipboard
Feb 20, 2020
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Unify and improve const-prop lints
#69185
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:const-prop-lints
RalfJung/rust:const-prop-lints
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2020
const-prop: use one helper method for all lints; consistently lint overflow on BinOps and not on Assert
RalfJung
committed
ad4b3f3
View commit details
Copy full SHA for ad4b3f3
Browse repository at this point
Commits on Feb 15, 2020
fix tests, and use variants to test debug and release builds together
RalfJung
committed
bd48522
View commit details
Copy full SHA for bd48522
Browse repository at this point
more revisions and use them for another test
RalfJung
committed
9c76394
View commit details
Copy full SHA for 9c76394
Browse repository at this point
add test for issue 69020
RalfJung
committed
4b8c784
View commit details
Copy full SHA for 4b8c784
Browse repository at this point
fix exceeding_bitshift lint and test
RalfJung
committed
2107e73
View commit details
Copy full SHA for 2107e73
Browse repository at this point
expand assoc-const test a bit, just to be sure
RalfJung
committed
415218f
View commit details
Copy full SHA for 415218f
Browse repository at this point
fix another test
RalfJung
committed
25870a0
View commit details
Copy full SHA for 25870a0
Browse repository at this point
fix compile-fail
RalfJung
committed
c4a6f84
View commit details
Copy full SHA for c4a6f84
Browse repository at this point
Tighter type bounds for messages
Show description for 0c8c800
RalfJung
and
Centril
authored
0c8c800
View commit details
Copy full SHA for 0c8c800
Browse repository at this point
adjust run-fail tests
RalfJung
committed
3134df2
View commit details
Copy full SHA for 3134df2
Browse repository at this point
remove no-longer-needed test
RalfJung
committed
94047f1
View commit details
Copy full SHA for 94047f1
Browse repository at this point
fix codegen tests
RalfJung
committed
b6aaacd
View commit details
Copy full SHA for b6aaacd
Browse repository at this point
fix incremental tests
RalfJung
committed
97cc3a2
View commit details
Copy full SHA for 97cc3a2
Browse repository at this point
Commits on Feb 18, 2020
better lint names
RalfJung
committed
5e19350
View commit details
Copy full SHA for 5e19350
Browse repository at this point
Commits on Feb 19, 2020
avoid excessive number of revisions
RalfJung
committed
58bb47e
View commit details
Copy full SHA for 58bb47e
Browse repository at this point
fix 32bit-only test
RalfJung
committed
88d14bf
View commit details
Copy full SHA for 88d14bf
Browse repository at this point
You can’t perform that action at this time.