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
/
rfcs
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
6.6k
Code
Issues
583
Pull requests
216
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Allow non-ASCII identifiers
- #2457
#2457
Merged
Centril
merged 26 commits into
rust-lang:master
rust-lang/rfcs:master
from
pyfisch:unicode-idents
Copy head branch name to clipboard
Oct 29, 2018
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Allow non-ASCII identifiers
#2457
Centril
merged 26 commits into
rust-lang:master
rust-lang/rfcs:master
from
pyfisch:unicode-idents
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2018
Initial draft of unicode-idents RFC
pyfisch
committed
ec728b3
View commit details
Copy full SHA for ec728b3
Browse repository at this point
Commits on Jun 4, 2018
Include expected Usage Notes and minor changes
Show description for 4c1bda9
pyfisch
committed
4c1bda9
View commit details
Copy full SHA for 4c1bda9
Browse repository at this point
Improve descriptions and fix typos
Show description for 619f5b4
pyfisch
authored
619f5b4
View commit details
Copy full SHA for 619f5b4
Browse repository at this point
ACII -> ASCII
pyfisch
authored
142d0bc
View commit details
Copy full SHA for 142d0bc
Browse repository at this point
Commits on Jun 7, 2018
Typos, renames and a minor reference change
Show description for 6b2a94a
pyfisch
authored
6b2a94a
View commit details
Copy full SHA for 6b2a94a
Browse repository at this point
Commits on Jun 8, 2018
Update Reference-level explanation
pyfisch
committed
3e19d26
View commit details
Copy full SHA for 3e19d26
Browse repository at this point
Commits on Jun 9, 2018
Consider identifiers for confusable detection
Show description for a4830a1
pyfisch
committed
a4830a1
View commit details
Copy full SHA for a4830a1
Browse repository at this point
Commits on Jun 10, 2018
Note difference between Python and Rust
pyfisch
authored
12d0623
View commit details
Copy full SHA for 12d0623
Browse repository at this point
Remove mention of scope from guide explanation
pyfisch
authored
79bbc8e
View commit details
Copy full SHA for 79bbc8e
Browse repository at this point
Rename confusable_non_ascii_idents to confusable_idents
pyfisch
authored
41f0723
View commit details
Copy full SHA for 41f0723
Browse repository at this point
Commits on Jun 12, 2018
Conformance statement
pyfisch
committed
3c96d81
View commit details
Copy full SHA for 3c96d81
Browse repository at this point
Remove stray "is"
pyfisch
committed
940dab5
View commit details
Copy full SHA for 940dab5
Browse repository at this point
Commits on Jun 15, 2018
Add that non-ASCII idents observe UAX31-R3
Show description for da43d09
pyfisch
committed
da43d09
View commit details
Copy full SHA for da43d09
Browse repository at this point
Commits on Jun 16, 2018
Add details for fs, extern, lints
Show description for 0e0ca66
pyfisch
committed
0e0ca66
View commit details
Copy full SHA for 0e0ca66
Browse repository at this point
Commits on Jul 10, 2018
Add two questions about debuggers and name mangling
pyfisch
committed
935c917
View commit details
Copy full SHA for 935c917
Browse repository at this point
Commits on Aug 15, 2018
Add exotic codepoint detection and mixed script lints
pyfisch
committed
8d548d4
View commit details
Copy full SHA for 8d548d4
Browse repository at this point
Commits on Oct 15, 2018
+ Reusability
Manishearth
committed
9356fc1
View commit details
Copy full SHA for 9356fc1
Browse repository at this point
Global mixed script confusables lint
Manishearth
committed
40d53f5
View commit details
Copy full SHA for 40d53f5
Browse repository at this point
notable code points for less_used_codepoints
Manishearth
committed
7732810
View commit details
Copy full SHA for 7732810
Browse repository at this point
Commits on Oct 16, 2018
Mention user-supplied strings
Manishearth
committed
e3f3692
View commit details
Copy full SHA for e3f3692
Browse repository at this point
Commits on Oct 19, 2018
Add unresolved Q regarding const pat confusion (rust-lang/rust#7526).
pnkfelix
committed
d389a9c
View commit details
Copy full SHA for d389a9c
Browse repository at this point
Remove old mixed scripts lints
Manishearth
committed
70297a9
View commit details
Copy full SHA for 70297a9
Browse repository at this point
Add new mixed_script_confusables lint
Manishearth
committed
9bf90df
View commit details
Copy full SHA for 9bf90df
Browse repository at this point
Commits on Oct 20, 2018
Add unresolved questions for RTL and terminal width
Manishearth
committed
a6da03a
View commit details
Copy full SHA for a6da03a
Browse repository at this point
Allow bare underscore identifiers
Manishearth
committed
c4dff64
View commit details
Copy full SHA for c4dff64
Browse repository at this point
Commits on Oct 29, 2018
RFC 2457
Centril
authored
0c78631
View commit details
Copy full SHA for 0c78631
Browse repository at this point
You can’t perform that action at this time.