Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
50ca95f
docs(runtime): narrow the diagnostics feature comment to what it actu…
Sep 20, 2026
6979b6b
changelog: key fragment to #10820
Sep 20, 2026
4cf7788
wip: add 15 missing manifest entries (http rawHeaders/httpVersion*/co…
perry-bot Sep 20, 2026
50110c9
wip: relocate manifest-drift check to a cargo-test-visible unit test
perry-bot Sep 20, 2026
38aa169
changelog: add fragment for #10817 (manifest drift fix + gate relocat…
perry-bot Sep 20, 2026
bf45265
fix(runtime): install URLSearchParams prototype methods as reified cl…
perry-bot Sep 20, 2026
ff42658
changelog: fragment for #10807 (URLSearchParams prototype value-read …
perry-bot Sep 20, 2026
9f9967a
fix(runtime): dispatch node:stream super() through the legacy Stream …
perry-bot Sep 20, 2026
4a6e2be
style: cargo fmt
perry-bot Sep 20, 2026
4cd4619
changelog: fragment for #10805
perry-bot Sep 20, 2026
3a0445a
perf(runtime): stop double-hashing Map's string content-hash side table
Sep 20, 2026
06a0689
changelog: key fragment to #10813
Sep 20, 2026
f980d29
perf(codegen): build ObjectRest's excluded-key array as a literal, no…
Sep 20, 2026
6422a20
changelog: key fragment to #10814
Sep 20, 2026
338b840
perf(regex): answer a plain-string split without the engine
Sep 20, 2026
87a3075
perf(runtime): skip the arg-combine Vec allocation for no-partial-arg…
Sep 20, 2026
1e21a60
changelog: key fragment to #10818
Sep 20, 2026
d1c07e2
fix(runtime): gate sep_jv behind the feature that reads it
Sep 20, 2026
e7b7b3f
docs(api): regenerate the reference for the 15 added dispatch entries
Sep 20, 2026
7433fc3
chore: release merge train 242 as v0.5.1621
Sep 20, 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.1620
**Current Version:** 0.5.1621


## TypeScript Parity Status
Expand Down
Loading
Loading