Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
jfrolich
/
rescript-compiler
Public
forked from
rescript-lang/rescript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
6cad1cb
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 30, 2025
Fix upload of stdlib js runtime files (#7265)
tsnobip
authored
6cad1cb
Copy full SHA for 6cad1cb
Prepare for 12.0.0-alpha.8 release (#7264)
cknitt
authored
96072ab
Copy full SHA for 96072ab
Remove `res.namedArgLoc` attribute and store the location information directly into the label. (#7247)
Show description for afa723f
cristianoc
authored
afa723f
Copy full SHA for afa723f
Revert "Allow single empty line between JSX expressions (#7246)" (#7263)
Show description for 7105216
cknitt
authored
7105216
Copy full SHA for 7105216
Fix issue with ppx and await.
Show description for bb663bd
cristianoc
committed
bb663bd
Copy full SHA for bb663bd
Copy attributes from original binding expression (#7260)
Show description for e3f28e2
nojaf
authored
e3f28e2
Copy full SHA for e3f28e2
Allow single empty line between JSX expressions (#7246)
Show description for 3750ca3
shulhi
authored
3750ca3
Copy full SHA for 3750ca3
Commits on Jan 29, 2025
Rewatch 1.0.10 (#7259)
Show description for be5d0ec
cknitt
authored
be5d0ec
Copy full SHA for be5d0ec
Commits on Jan 27, 2025
add changelog for #7255 (#7256)
tsnobip
authored
4da51f3
Copy full SHA for 4da51f3
Commits on Jan 25, 2025
Bundle stdlib runtime for playground (#7255)
Show description for b0383bd
tsnobip
authored
b0383bd
Copy full SHA for b0383bd
Commits on Jan 18, 2025
Use GitHub Linux ARM runners (#7251)
Show description for 4a5c3ea
cknitt
authored
4a5c3ea
Copy full SHA for 4a5c3ea
ci: disable docstrings tests on macOS 13 (#7249)
Show description for c4a30cc
aspeddro
and
cknitt
authored
c4a30cc
Copy full SHA for c4a30cc
Commits on Jan 17, 2025
AST: use inline record for Ptyp_arrow.
cristianoc
committed
31fe30b
Copy full SHA for 31fe30b
Commits on Jan 15, 2025
AST: represent concatenation and (dis)equality operators just like in the syntax. (#7248)
Show description for 52d1cfb
cristianoc
authored
52d1cfb
Copy full SHA for 52d1cfb
Commits on Jan 14, 2025
Cleanup pipe: remove `|.u` and change "|." to "->" to represent pipe. (#7244)
Show description for 43389c9
cristianoc
authored
43389c9
Copy full SHA for 43389c9
Commits on Jan 13, 2025
AST: Remove Pstr_class (#7242)
Show description for 1338ea2
nojaf
authored
1338ea2
Copy full SHA for 1338ea2
Commits on Jan 11, 2025
AST: Remove Pexp_new (#7239)
Show description for c2ad39e
nojaf
and
cristianoc
authored
c2ad39e
Copy full SHA for c2ad39e
Remove res partial (#7240)
Show description for e96f2f2
cristianoc
authored
e96f2f2
Copy full SHA for e96f2f2
Remove source-level `@res.partial` in test files.
cristianoc
committed
38a93a4
Copy full SHA for 38a93a4
Clean up logic to print partial application.
cristianoc
committed
682e157
Copy full SHA for 682e157
Use inline record for Texp_apply.
cristianoc
committed
b0b5fb7
Copy full SHA for b0b5fb7
AST: use inline record for Pexp_apply.
cristianoc
committed
115224e
Copy full SHA for 115224e
Commits on Jan 10, 2025
Fix issue with pattern matching empty list which interferes with boolean optimisations.
Show description for eaf8e7b
cristianoc
committed
eaf8e7b
Copy full SHA for eaf8e7b
Remove res async (#7234)
Show description for a343795
cristianoc
authored
a343795
Copy full SHA for a343795
Commits on Jan 9, 2025
Remove function that does nothing.
cristianoc
committed
feb85f2
Copy full SHA for feb85f2
Only store res.async attribute on function nodes.
cristianoc
committed
defd3e4
Copy full SHA for defd3e4
Put async attributes on function at construction time, not with the builtin ppx.
cristianoc
committed
f693afc
Copy full SHA for f693afc
More cleanup of async handling.
cristianoc
committed
afd0efb
Copy full SHA for afd0efb
Simplify printing function definitions.
cristianoc
committed
1319ddd
Copy full SHA for 1319ddd
Simplify args and arity construction
cristianoc
committed
7567924
Copy full SHA for 7567924
AST: always put type parameters first in function definitions.
Show description for 20c4580
cristianoc
committed
20c4580
Copy full SHA for 20c4580
Update CHANGELOG.md
cristianoc
committed
4b4f969
Copy full SHA for 4b4f969
Remove function that does nothing.
cristianoc
committed
489880c
Copy full SHA for 489880c
small cleanup refactor
cristianoc
committed
6c48cd3
Copy full SHA for 6c48cd3
Editor: Iterate objects (#7230)
Show description for d3d1444
zth
authored
d3d1444
Copy full SHA for d3d1444
Pagination
Previous
Next
You can’t perform that action at this time.