Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fa3276a
fix(runtime): cache Web Crypto method closures instead of reallocatin…
Sep 18, 2026
7aaf862
docs(changelog): fragment for the Web Crypto method identity fix (#10…
Sep 18, 2026
ee673de
fix(runtime): fix Buffer.prototype's own-property shape
Sep 18, 2026
ec26409
docs(changelog): fragment for the Buffer.prototype shape fix (#10644)
Sep 18, 2026
caeeb26
fix(runtime): materialize Object.prototype.__proto__ as a real accessor
Sep 18, 2026
909aa2f
test(gap): cover Object.prototype.__proto__ reflection and behavioral…
Sep 18, 2026
ce2c3af
docs(changelog): fragment for #10647 Object.prototype.__proto__ accessor
Sep 18, 2026
e379880
fix(hir): replace this inside GetIterator/GetAsyncIterator/MapEntries…
Sep 18, 2026
f491b89
test(gap): cover Symbol.iterator generator this-binding through for-o…
Sep 18, 2026
c64c91f
changelog: fragment for #10650
Sep 18, 2026
70f36c1
perf(runtime): stop hoisting cold-path thread-locals into o[k]'s fast…
Sep 18, 2026
a423ccc
changelog: fragment for #10651
Sep 18, 2026
9550909
fix(transform): do not beta-reduce a local arrow whose param is captu…
Sep 18, 2026
d89c28d
test(gap): cover arrow-parameter capture by a nested closure across m…
Sep 18, 2026
6375579
changelog: fragment for #10653
Sep 18, 2026
0657827
perf(regex): poll the safepoint on units read, not on pieces
Sep 19, 2026
72e100d
docs(changelog): fragment for #10657
Sep 19, 2026
6f9f0dc
refactor(stdlib): remove validator native binding
Sep 19, 2026
e5024f8
fix(release-fixture): drop validation feature from next-app-route std…
Sep 19, 2026
6070ed6
changelog: add fragment for #10690 (validator native binding removal)
Sep 19, 2026
a851012
docs: regenerate API reference + .d.ts after rebase onto main
perry-bot Sep 19, 2026
2543673
test(gc): ignore two debug-only GC twins under a release profile
Sep 19, 2026
073113e
chore: release merge train 222 as v0.5.1601
Sep 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and LLVM for code generation.

**Current Version:** 0.5.1600
**Current Version:** 0.5.1601


## TypeScript Parity Status
Expand Down
Loading
Loading