Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow non-ASCII identifiers #2457

Merged
merged 26 commits into from
Oct 29, 2018
Merged

Allow non-ASCII identifiers #2457

merged 26 commits into from
Oct 29, 2018

Commits on Jun 3, 2018

  1. Configuration menu
    Copy the full SHA
    ec728b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Include expected Usage Notes and minor changes

    Raise two more questions.
    
    Suggest restriction levels as an alternative design.
    
    Describe the Go language identifier syntax.
    pyfisch committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    4c1bda9 View commit details
    Browse the repository at this point in the history
  2. Improve descriptions and fix typos

    Thanks to SimonSapin for the suggestions.
    pyfisch authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    619f5b4 View commit details
    Browse the repository at this point in the history
  3. ACII -> ASCII

    pyfisch authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    142d0bc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Typos, renames and a minor reference change

    unicode_idents -> non_ascii_idents
    Remove mention of exact spec revision
    Describe more how to implement confusable detection and remove mention of scope
    fix typo
    pyfisch authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    6b2a94a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    3e19d26 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Consider identifiers for confusable detection

    Rewrite the Motivation section.
    pyfisch committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    a4830a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    12d0623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bbc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f0723 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Conformance statement

    pyfisch committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    3c96d81 View commit details
    Browse the repository at this point in the history
  2. Remove stray "is"

    pyfisch committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    940dab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Add that non-ASCII idents observe UAX31-R3

    Thanks to eggrobin for checking.
    pyfisch committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    da43d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Add details for fs, extern, lints

    Postpone file system issues
    Forbid non-ASCII characters in extern names.
    Describe "bad style" lints.
    
    Remove now resolved questions.
    pyfisch committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    0e0ca66 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    935c917 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    8d548d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. + Reusability

    Manishearth committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9356fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d53f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7732810 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    e3f3692 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    d389a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70297a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf90df View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Configuration menu
    Copy the full SHA
    a6da03a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4dff64 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. RFC 2457

    Centril authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0c78631 View commit details
    Browse the repository at this point in the history