Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ca44e11
fix(codegen): forward implicit-ctor args to a native base super() rea…
Sep 18, 2026
8fa05f0
docs: changelog fragment for #10636
Sep 18, 2026
ddf1315
refactor(hir): split tests.rs and class_decl.rs for the 2000-line cap
perry-bot Sep 19, 2026
2d83a23
wip: net.Socket surface cluster (#10441 #10442 #10444 #10465)
perry-bot Sep 18, 2026
2470c2e
fix: net.Socket pending/destroyed timing (mark_closed too-early flip)
perry-bot Sep 18, 2026
8fea2e0
style: cargo fmt
perry-bot Sep 18, 2026
5ab391f
docs: changelog fragment for #10658
perry-bot Sep 18, 2026
a3524aa
fix(string): make codePointAt linear on non-ASCII strings (#10656)
Sep 18, 2026
67008f4
fix(string): resolve slice start offsets through the UTF-16 index (#1…
Sep 19, 2026
b38ef00
perf(array): gate registry probes on the GC header in the indexing pa…
Sep 19, 2026
8d4f2ad
perf(string): give the UTF-16 index no capacity, so it cannot thrash …
Sep 19, 2026
df51061
perf(regex): stride the replace collection loop's safepoint poll
Sep 18, 2026
ddb505d
docs(changelog): fragment for #10666
Sep 18, 2026
ca92951
fix(http): client rawHeaders/httpVersion*/complete, 'upgrade' event, …
perry-bot Sep 18, 2026
3462b0f
fix(http): root createConnection closure before allocating connect-op…
perry-bot Sep 18, 2026
6ad4dc1
fix(http): restore server IncomingMessage fallback for httpVersion*/c…
perry-bot Sep 18, 2026
b7612c8
fix(http): upgrade head is always a Buffer (never undefined for zero-…
perry-bot Sep 18, 2026
7d5459b
changelog: #10668
perry-bot Sep 18, 2026
a7cecc1
fix(http): root response_headers.rs array pointers across allocating …
perry-bot Sep 19, 2026
f9c1545
wip: fix #10439 native-binding import provenance
perry-bot Sep 19, 2026
75da250
changelog: add fragment for #10699 (native-binding import provenance)
proggeramlug Sep 19, 2026
e576b2b
fix(test): remove stale ambient-dispatch assertion in fluent_chain_lo…
perry-bot Sep 19, 2026
af1a305
style: cargo fmt the #10664 utf16-index changes
Sep 19, 2026
2f775ea
chore: release merge train 221 as v0.5.1599
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.1598
**Current Version:** 0.5.1599


## TypeScript Parity Status
Expand Down
Loading
Loading