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
permit negative impls for non-auto traits
- #68004
#68004
Merged
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
nikomatsakis:negative-impls
nikomatsakis/rust:negative-impls
Copy head branch name to clipboard
Mar 26, 2020
Conversation
Commits
14
(14)
Checks
Files changed
Merged
permit negative impls for non-auto traits
#68004
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
nikomatsakis:negative-impls
nikomatsakis/rust:negative-impls
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2020
permit negative impls for non-auto traits
nikomatsakis
committed
e8a05e2
View commit details
Copy full SHA for e8a05e2
Browse repository at this point
make a custom error for overlap with negative impls
nikomatsakis
committed
6507170
View commit details
Copy full SHA for 6507170
Browse repository at this point
introduce `negative_impls` feature gate and document
Show description for fda3378
nikomatsakis
committed
fda3378
View commit details
Copy full SHA for fda3378
Browse repository at this point
create a tracking issue and link to it
nikomatsakis
committed
cc0d6d0
View commit details
Copy full SHA for cc0d6d0
Browse repository at this point
bump negative impls version to 1.44.0
nikomatsakis
committed
68aa798
View commit details
Copy full SHA for 68aa798
Browse repository at this point
convert to doc comments
nikomatsakis
committed
73a5500
View commit details
Copy full SHA for 73a5500
Browse repository at this point
move feature-gate-negative-impls test to traits/negative-impls
nikomatsakis
committed
f662847
View commit details
Copy full SHA for f662847
Browse repository at this point
comment the `typeck-negative-impls-builtin` test
nikomatsakis
committed
7107f6e
View commit details
Copy full SHA for 7107f6e
Browse repository at this point
give the negative-impls-builtin test a more sensible name
nikomatsakis
committed
644b9a0
View commit details
Copy full SHA for 644b9a0
Browse repository at this point
move stderr file too
nikomatsakis
committed
f5c09ed
View commit details
Copy full SHA for f5c09ed
Browse repository at this point
add test for negative specializes negative
nikomatsakis
committed
b9e09d8
View commit details
Copy full SHA for b9e09d8
Browse repository at this point
use slice pattern instead of calling `is_empty()` and `[0]`
nikomatsakis
committed
c35801e
View commit details
Copy full SHA for c35801e
Browse repository at this point
pacify the merciless x.py fmt
nikomatsakis
committed
011215b
View commit details
Copy full SHA for 011215b
Browse repository at this point
wip pacify the merciless ui tests
nikomatsakis
committed
0d07026
View commit details
Copy full SHA for 0d07026
Browse repository at this point
You can’t perform that action at this time.