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.5k
Star
116k
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
[Syntax] Implement auto trait syntax
- #45247
#45247
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
leoyvens:implement-auto-trait-syntax
leoyvens/rust:implement-auto-trait-syntax
Copy head branch name to clipboard
Nov 4, 2017
Conversation
Commits
15
(15)
Checks
Files changed
Merged
[Syntax] Implement auto trait syntax
#45247
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
leoyvens:implement-auto-trait-syntax
leoyvens/rust:implement-auto-trait-syntax
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2017
[Syntax Breaking] Rename DefaultImpl to AutoImpl
Show description for 06506bb
leoyvens
committed
06506bb
View commit details
Copy full SHA for 06506bb
Browse repository at this point
add `auto` keyword, parse `auto trait`, lower to HIR
Show description for 1f4b630
leoyvens
committed
1f4b630
View commit details
Copy full SHA for 1f4b630
Browse repository at this point
Teach typeck about `auto trait`
leoyvens
committed
00be060
View commit details
Copy full SHA for 00be060
Browse repository at this point
Feature gate `auto trait` and ignore it in rustdoc
leoyvens
committed
37dfc0c
View commit details
Copy full SHA for 37dfc0c
Browse repository at this point
Add tests for `auto trait`, fix parsing bug
Show description for acf50ee
leoyvens
committed
acf50ee
View commit details
Copy full SHA for acf50ee
Browse repository at this point
Finish DefaultImpl -> AutoImpl rename.
Show description for 0d1b79a
leoyvens
committed
0d1b79a
View commit details
Copy full SHA for 0d1b79a
Browse repository at this point
auto trait future compatibility lint
leoyvens
committed
8b586e6
View commit details
Copy full SHA for 8b586e6
Browse repository at this point
Fix tests and rebase conflict
leoyvens
committed
9d181ac
View commit details
Copy full SHA for 9d181ac
Browse repository at this point
Parse auto traits the same as traits.
Show description for 97de8ca
leoyvens
committed
97de8ca
View commit details
Copy full SHA for 97de8ca
Browse repository at this point
update unstable book and error example
leoyvens
committed
94b07a9
View commit details
Copy full SHA for 94b07a9
Browse repository at this point
Rename `trait_has_auto_impl` to `trait_is_auto`
leoyvens
committed
27efe12
View commit details
Copy full SHA for 27efe12
Browse repository at this point
fix rebase conflict
leoyvens
committed
5e74353
View commit details
Copy full SHA for 5e74353
Browse repository at this point
rustfmt is broken which makes rls broken
leoyvens
committed
3241f45
View commit details
Copy full SHA for 3241f45
Browse repository at this point
Update pretty test for auto trait syntax.
leoyvens
committed
ca26f01
View commit details
Copy full SHA for ca26f01
Browse repository at this point
Fix unsafe auto trait pretty print.
Show description for 5190abb
leoyvens
committed
5190abb
View commit details
Copy full SHA for 5190abb
Browse repository at this point
You can’t perform that action at this time.