Daily, weekly, and monthly summaries of the main branches of selected git repos. Why and how →
Last 20 days · 445 commitsLast 40 days · 831 commits
Latest · Jun 5
Deno adds HTTP/1, crypto, and LSP upgrades
Major runtime work landed: a Deno-owned HTTP/1.1 serve path, crypto/WebCrypto modern-algorithms support, and substantial LSP improvements.
Last 20 days · 11 commitsLast 40 days · 17 commits
Latest · May 29
Fix varint overflow and buffer handling
`encodeVarint()` now rejects uint64 overflows up front and throws a clearer error when the buffer is too small.
Last 20 days · 303 commitsLast 40 days · 568 commits
Latest · Jun 5
GC fixes, resolver hardening, and CI guardrails
A heavy day of memory-safety fixes, stream/cache correctness, and test infrastructure hardening across Bun’s core runtime.
Last 20 days · 244 commitsLast 40 days · 418 commits
Latest · Jun 5
Node fixes addon unload, UTF-8 length, and HTTP idle
A security-stability day: fixes a worker addon unload crash, speeds Buffer.byteLength on large strings, and closes idle pre-request sockets correctly.
Last 20 days · 18 commitsLast 40 days · 29 commits
Latest · Jun 5
Atomics gain pause/notify, symbol registry moves
Adds new Atomics operations and refactors Symbol.for storage into the Agent record; also editorial cleanups across built-in subclassing text.
Last 20 days · 20 commitsLast 40 days · 21 commits
Latest · May 26
Fix broken resource-management links
Restored missing resource-management references in the finished proposals list and cleaned up stale README links.
Last 20 days · 119 commitsLast 40 days · 241 commits
Latest · Jun 5
WebStorm APIs, go-to-impl fix, comment preservation
Adds native-preview APIs for WebStorm, fixes go-to-implementation on typed object literals, and preserves param comments in generated d.ts.
Last 20 days · 270 commitsLast 40 days · 555 commits
Latest · Jun 5
pnpm lockfile bytes now match CLI output
Major lockfile serialization work lands alongside pnpr auth and uplink credential forwarding; release and dependency bumps round out the day.
Last 20 days · 54 commitsLast 40 days · 93 commits
Latest · Jun 5
ESLint rules simplified across Vite
A config cleanup removes a lot of custom ESLint exceptions, tightening defaults and refactoring node-side lint targeting.
Last 20 days · 93 commitsLast 40 days · 211 commits
Latest · Jun 5
Biome promotes 73 rules and fixes Vue/SCSS linting
Major rule promotion lands alongside Vue lint fixes and a SCSS formatter spacing overhaul.