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
.
rescript-lang
/
rescript
Public
Notifications
You must be signed in to change notification settings
Fork
484
Star
7.4k
Code
Issues
117
Pull requests
47
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Normalize string literal representation across the compiler
- #8606
#8606
Merged
2/2
cknitt
merged 30 commits into
master
rescript-lang/rescript:master
from
codex/string-literal-representation
rescript-lang/rescript:codex/string-literal-representation
Copy head branch name to clipboard
Sep 3, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Normalize string literal representation across the compiler
#8606
cknitt
merged 30 commits into
master
rescript-lang/rescript:master
from
codex/string-literal-representation
rescript-lang/rescript:codex/string-literal-representation
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
Normalize string literal representation
Show description for 1b67d99
cknitt
committed
1b67d99
View commit details
Copy full SHA for 1b67d99
Browse repository at this point
Fix string literal review findings
cknitt
committed
4e5c6b8
View commit details
Copy full SHA for 4e5c6b8
Browse repository at this point
Report invalid template escapes after earlier diagnostics
Show description for 0253d8d
cknitt
committed
0253d8d
View commit details
Copy full SHA for 0253d8d
Browse repository at this point
Remove obsolete string constant delimiter argument
Show description for c092253
cknitt
committed
c092253
View commit details
Copy full SHA for c092253
Browse repository at this point
Use stdlib UTF-8 validation throughout compiler
Show description for e615cd6
cknitt
committed
e615cd6
View commit details
Copy full SHA for e615cd6
Browse repository at this point
Preserve template segment locations across AST bridge
Show description for 768de39
cknitt
committed
768de39
View commit details
Copy full SHA for 768de39
Browse repository at this point
Handle surrogate code points in character intervals
Show description for 03f8410
cknitt
committed
03f8410
View commit details
Copy full SHA for 03f8410
Browse repository at this point
Reject legacy escapes in template literals
Show description for c64fb24
cknitt
committed
c64fb24
View commit details
Copy full SHA for c64fb24
Browse repository at this point
Report invalid template escapes during parsing
Show description for 3a17a71
cknitt
committed
3a17a71
View commit details
Copy full SHA for 3a17a71
Browse repository at this point
Report invalid UTF-8 in each string literal
Show description for 0ab70af
cknitt
committed
0ab70af
View commit details
Copy full SHA for 0ab70af
Browse repository at this point
Cover full tagged template expression locations
Show description for 49f095e
cknitt
committed
49f095e
View commit details
Copy full SHA for 49f095e
Browse repository at this point
Fold literal template interpolations
Show description for 713870e
cknitt
committed
713870e
View commit details
Copy full SHA for 713870e
Browse repository at this point
Reject invalid UTF-8 in documentation comments
Show description for ab71f2e
cknitt
committed
ab71f2e
View commit details
Copy full SHA for ab71f2e
Browse repository at this point
Bump parsetree magic numbers
Show description for c6dfcde
cknitt
committed
c6dfcde
View commit details
Copy full SHA for c6dfcde
Browse repository at this point
Simplify string literal handling
Show description for 92d5efe
cknitt
committed
92d5efe
View commit details
Copy full SHA for 92d5efe
Browse repository at this point
Simplify UTF-8 scalar handling
Show description for 8b23880
cknitt
committed
8b23880
View commit details
Copy full SHA for 8b23880
Browse repository at this point
Bump compiled artifact magic numbers
Show description for b9efe18
cknitt
committed
b9efe18
View commit details
Copy full SHA for b9efe18
Browse repository at this point
Canonicalize folded template segments
Show description for 9f620ba
cknitt
committed
9f620ba
View commit details
Copy full SHA for 9f620ba
Browse repository at this point
Accept PPX-rewritten tagged template segments
Show description for 7b6bc6b
cknitt
committed
7b6bc6b
View commit details
Copy full SHA for 7b6bc6b
Browse repository at this point
Normalize legacy PPX byte strings
Show description for b75c52f
cknitt
committed
b75c52f
View commit details
Copy full SHA for b75c52f
Browse repository at this point
Document newly rejected literal syntax
Show description for 604bcb4
cknitt
committed
604bcb4
View commit details
Copy full SHA for 604bcb4
Browse repository at this point
Validate folded template sources
Show description for d87e0b7
cknitt
committed
d87e0b7
View commit details
Copy full SHA for d87e0b7
Browse repository at this point
Normalize PPX-rewritten template segments
Show description for c84542d
cknitt
committed
c84542d
View commit details
Copy full SHA for c84542d
Browse repository at this point
Enforce string literal payload invariants
Show description for b1cd1f8
cknitt
committed
b1cd1f8
View commit details
Copy full SHA for b1cd1f8
Browse repository at this point
Traverse template interpolations in analysis
Show description for 55f58f3
cknitt
committed
55f58f3
View commit details
Copy full SHA for 55f58f3
Browse repository at this point
Simplify string literal abstraction
Show description for 89e608e
cknitt
committed
89e608e
View commit details
Copy full SHA for 89e608e
Browse repository at this point
Restore inlay hints for templates
Show description for de67df7
cknitt
committed
de67df7
View commit details
Copy full SHA for de67df7
Browse repository at this point
Normalize compiler-generated strings
Show description for acbe974
cknitt
committed
acbe974
View commit details
Copy full SHA for acbe974
Browse repository at this point
Restore switch refactoring for templates
Show description for 8eeaeda
cknitt
committed
8eeaeda
View commit details
Copy full SHA for 8eeaeda
Browse repository at this point
Simplify string literal types
Show description for 13eb86b
cknitt
committed
13eb86b
View commit details
Copy full SHA for 13eb86b
Browse repository at this point
You can’t perform that action at this time.