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

Add full UTF-8 support in RON incl. unicode identifiers #488

Merged
merged 33 commits into from
Sep 3, 2023

Commits on Sep 1, 2023

  1. Support unicode idents (matching rust)

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ab15374 View commit details
    Browse the repository at this point in the history
  2. cleanup

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fbe2b46 View commit details
    Browse the repository at this point in the history
  3. add test

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7a70f12 View commit details
    Browse the repository at this point in the history
  4. removing many bytes

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3207528 View commit details
    Browse the repository at this point in the history
  5. wip

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8a93584 View commit details
    Browse the repository at this point in the history
  6. remove

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8b098c2 View commit details
    Browse the repository at this point in the history
  7. remove dbg

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e5afa80 View commit details
    Browse the repository at this point in the history
  8. performance back where it was

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b9b3d81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3deff25 View commit details
    Browse the repository at this point in the history
  10. remove char boundry error

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    03341a1 View commit details
    Browse the repository at this point in the history
  11. remove comments

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    39b7a73 View commit details
    Browse the repository at this point in the history
  12. Small improvements to the PR

    juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1ac6e63 View commit details
    Browse the repository at this point in the history
  13. fix fuzz

    ModProg authored and juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    767bd36 View commit details
    Browse the repository at this point in the history
  14. Small cleanup

    juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c04f19c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1aee993 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ec8ded View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    39c0929 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e8c29e View commit details
    Browse the repository at this point in the history
  19. Fix rebase issues

    juntyr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bf32db9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    833d840 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    d526573 View commit details
    Browse the repository at this point in the history
  2. Add tests for code coverage

    juntyr committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    550bb50 View commit details
    Browse the repository at this point in the history
  3. Fix tests coverage issues

    juntyr committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    bf72f5f View commit details
    Browse the repository at this point in the history
  4. Add some error message tests

    juntyr committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2afe120 View commit details
    Browse the repository at this point in the history
  5. Add further coverage tests

    juntyr committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0ff418b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Small cleanup fixes

    juntyr committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5da2cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd24d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7843ff1 View commit details
    Browse the repository at this point in the history
  4. Add more options tests

    juntyr committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    0880841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    231ad9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    344a268 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d275051 View commit details
    Browse the repository at this point in the history
  8. Add CHANGELOG entry

    juntyr committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b14096a View commit details
    Browse the repository at this point in the history