]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
2026-06-13 Fabrice Bellardoptimized Array.prototype.slice and Array.prototype...
2026-06-13 Fabrice Bellardfixed typo in commit 445624b
2026-06-13 Fabrice Bellardinlined the float case in relational operators
2026-06-13 Fabrice Bellarduse JSValueConst arguments for js_strict_eq2()
2026-06-13 Fabrice Bellardinlined more cases for equality operators
2026-06-04 Fabrice Bellardnew release
2026-06-04 bptatoCheck return values of fallible functions (#518)
2026-06-04 Molefi RamontsengAdd fuzz targets for ES6 modules, JSON, RegExp, and...
2026-06-04 Fabrice Bellarddoc update
2026-06-04 Fabrice Bellardkeep more generic cpu_count() for non Linux systems
2026-06-04 Fabrice Bellardfixed microbench with d8
2026-06-03 Fabrice Bellardfaster add, sub and mul for mixed integer floating...
2026-06-03 Fabrice Bellardexclude few very slow and currently useless test262...
2026-06-03 Fabrice Bellardfixed large performance regression with recent GCC...
2026-06-03 Fabrice Bellardadd optional define to add asm labels for each opcode...
2026-06-02 Fabrice Bellardadded multi-threading support in run-test262 (initial...
2026-06-02 Fabrice Bellardremoved CONFIG_AGENT
2026-06-02 Fabrice Bellardfixed win32 compilation
2026-06-02 Fabrice BellardArrayBuffer.prototype.transfer: avoid destroying the...
2026-06-02 Fabrice Bellardadd line number info in variable initialization (#458)
2026-06-02 Fabrice Bellarduse the host malloc() for all allocations when ASAN...
2026-06-02 Fabrice Bellardfixed setuid() / setgid() ordering (#517)
2026-06-02 Fabrice Bellarddisable inlining of malloc() wrappers to avoid problems...
2026-06-02 Fabrice Bellardadded poll() support so that the number of file handles...
2026-06-02 Ivan KrasilnikovAdd run-test262 --no-can-block flag (#505)
2026-05-21 Fabrice Bellardfixed compilation with clang
2026-05-21 Fabrice Bellardadded custom malloc for small blocks (11% faster on...
2026-05-14 Fabrice BellardAdd Uint8Array base64/hex methods (initial patch by...
2026-05-14 Fabrice Bellardmemcpy() (currently) has undefined behavior if a pointe...
2026-05-14 Fabrice Bellardfixed error handling in os.exec() (#503)
2026-05-14 Fabrice Bellardadded missing NULL pointer check (#504)
2026-05-14 Fabrice Bellarduse __EMSCRIPTEN__ define instead of EMSCRIPTEN
2026-05-14 Fabrice Bellardfixed (again) JS atomics in case of typed array resizin...
2026-05-14 Fabrice Bellardadded libunicode unicode version (#509)
2026-05-14 bellardMerge pull request #496 from bptato/fix-hex-access
2026-05-14 bellardMerge pull request #495 from nickva/fix-initializer...
2026-03-24 bptatoFix member access on non-decimal numeric literals
2026-03-24 Nick VatamaniucAvoid initializer-string warning for the digits array
2026-03-23 Fabrice Bellardadded JSON.parse source text access
2026-03-21 Fabrice Bellardadded basic protection against too large function in...
2026-03-21 Fabrice Bellardfixed use-after-free via re-entrant GC in FinalizationR...
2026-03-21 Fabrice BellardFix async generator lifecycle bug (bnoordhuis) (quickjs...
2026-03-21 Fabrice Bellardfixed RegExp.escape
2026-03-21 Fabrice Bellardfixed buffer overflow in Atomics with resizable typed...
2026-03-21 Fabrice Bellardtypo
2026-03-21 Fabrice BellardFix memory leak in Iterator.prototype.map (saghul)...
2026-03-21 Fabrice Bellardfixed buffer overflow in TypedArray.prototype.with...
2026-03-21 Fabrice BellardFix stack underflow with generator in iterable (saghul...
2026-03-21 Fabrice Bellardtest262 update
2026-03-21 Fabrice Bellardfixed TypedArray constructor semantics which removes...
2026-03-21 Fabrice Bellardfixed TypedArray sort semantics by copying the array...
2026-03-21 Fabrice Bellardmodified js_allocate_fast_array() so that the array...
2025-12-22 Fabrice Bellardregexp: removed alloca() is lre_exec() - added specific...
2025-12-22 Fabrice Bellard\x{N} is a syntax error
2025-12-22 Fabrice Bellardslightly faster lexical variable assignment
2025-12-11 Fabrice BellardDon't call well-known Symbol methods for RegExp on...
2025-12-11 Fabrice Bellardremoved use after free in js_create_module_bytecode_fun...
2025-12-11 Fabrice Bellardremoved memory leak in case of error in cpool_add(...
2025-12-03 Fabrice Bellardfixed fast array extension optimization when there...
2025-12-03 Fabrice Bellardadded regexp duplicate named groups - fixed reset of...
2025-11-29 Fabrice Bellardupdated to unicode 17.0.0 - updated test262 version
2025-11-29 Fabrice Bellardadded missing lre_poll_timeout()
2025-11-29 Fabrice Bellardregexp: cosmetic: make it clearer that there is now...
2025-11-29 Fabrice Bellardregexp: ensure that the bytecode size grows linearly...
2025-11-22 Fabrice Bellardremoved buffer overflows introduced in regexp optimizations
2025-11-22 Fabrice Bellardfixed Worker freeing logic (#462)
2025-11-22 Fabrice Bellard- optimized Regexp.prototype.exec
2025-11-22 Fabrice Bellardfaster and simpler implementation of regexp backtracking
2025-11-15 Fabrice Bellardfixed BJSON array serialization (#457)
2025-11-15 Fabrice Bellard- Added Iterator.concat (initial patch by bnoordhuis)
2025-11-15 Fabrice Bellardoptimized add/sub int32 overflow
2025-11-15 Fabrice Bellardadded error checking in JS_InstantiateFunctionListItem()
2025-11-15 Fabrice Bellard- Closure optimization (go from quadratic to linear...
2025-11-05 Fabrice BellardRestore a mistakenly removed goto on error in js_build_...
2025-11-05 Fabrice Bellardfixed JS_PROP_AUTOINIT handling in js_closure_define_gl...
2025-11-05 Fabrice Bellardfixed exception handling in put_var operation (regressi...
2025-11-03 Fabrice BellardMore informative "not a constructor" error message...
2025-11-03 Fabrice BellardFix length check in ArrayBuffer.prototype.slice (bnoord...
2025-11-03 Fabrice Bellardfixed DataView resizing
2025-11-03 Fabrice BellardFix use-after-free in ArrayBuffer.prototype.transfer...
2025-11-03 Fabrice Bellardqjs: added --strict option - don't consider included...
2025-11-03 Fabrice Bellardremoved duplicate test
2025-11-03 Fabrice BellardMuch faster destructuring at the expense of a slight...
2025-11-03 Fabrice Bellardoptimized global variable access
2025-10-18 Fabrice Bellardremoved uninitialized variable
2025-10-18 Fabrice Bellardupdated test results
2025-10-18 Fabrice Bellardfixed operation order in Regexp constructor
2025-10-18 Fabrice Bellardchanged module rejection order according to spec change
2025-10-16 Fabrice Bellardoptimized Array.prototype.push
2025-10-16 Fabrice Bellardinlined the get_length operation
2025-10-16 Fabrice Bellardadded js_string_eq()
2025-10-13 Fabrice Bellardstricter year parsing in Date
2025-10-13 Fabrice Bellardfixed argument evaluation order in Date constructor...
2025-10-13 Fabrice Bellardfaster and safer dbuf functions (#443)
2025-10-12 Fabrice Bellardtest262 update
2025-10-12 Fabrice Bellardfixed regression in error message display introduced...
2025-10-11 Fabrice Bellardcompilation fix for clang
2025-10-11 Fabrice BellardFaster context creation and exception checks in JS_NewC...
2025-10-08 Fabrice Bellardupdate
2025-10-08 Fabrice Bellardfaster appending of elements in arrays
next