index
:
quickjs
master
quickjs mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
better promise rejection tracker heuristics (#112)
Fabrice Bellard
2 days
*
regexp: added v flag support - fixed corner cases of case insensitive matching
Fabrice Bellard
2 days
*
added Float16Array (bnoordhuis) - optimized float16 conversion functions
Fabrice Bellard
13 days
*
more precise error location reporting
Fabrice Bellard
2025-04-26
*
update tests
Fabrice Bellard
2025-04-22
*
added staging test262 tests
Fabrice Bellard
2025-04-21
*
dtoa fix for minus zero
Fabrice Bellard
2025-04-21
*
added column number in error messages - simplified parser
Fabrice Bellard
2025-04-14
*
workaround for #282
Fabrice Bellard
2025-04-10
*
fixed the handling of unicode identifiers
Fabrice Bellard
2025-04-10
*
fixed break statement in the presence of labels (bnoordhuis) (#275)
Fabrice Bellard
2025-04-07
*
fixed and improved Map/Set hashing
Fabrice Bellard
2025-04-07
*
fixed module cyclic imports (#329)
Fabrice Bellard
2025-04-05
*
added forgotten js_weakref_is_live() tests
Fabrice Bellard
2025-04-05
*
avoid freeing an object structure in js_weakref_free() if it is about to be f...
Fabrice Bellard
2025-04-05
*
reworked weak references so that cycles are (hopefully) correctly handled - a...
Fabrice Bellard
2025-04-05
*
updated to unicode 16.0.0 (bnoordhuis) - updated test262
Fabrice Bellard
2025-03-25
*
added string ropes for faster concatenation of long strings (issue #67)
Fabrice Bellard
2025-03-25
*
more dtoa bench (Charlie Gordon)
Fabrice Bellard
2025-03-22
*
enable dtoa tests on win32
Fabrice Bellard
2025-03-22
*
fixed hash_map_resize() - added Map/WeakMap in microbench
Fabrice Bellard
2025-03-22
*
added new dtoa library to print and parse float64 numbers. It is necessary to...
Fabrice Bellard
2025-03-19
*
fixed BigInt hashing - removed -fno-bigint in qjsc and JS_AddIntrinsicBigInt(...
Fabrice Bellard
2025-03-19
*
more bignum cleanup
Fabrice Bellard
2025-03-19
*
added missing variable
Fabrice Bellard
2025-03-18
*
removed bignum support and qjscalc - added optimized BigInt implementation
Fabrice Bellard
2025-03-18
*
microbench: use toFixed()
Fabrice Bellard
2025-03-13
*
Fix termination in Worker test
Akos Kiss
2024-07-27
*
regexp: fix non greedy quantizers with zero length matches
Fabrice Bellard
2024-05-30
*
updated test262.patch
Fabrice Bellard
2024-05-30
*
Improve class parser (#289)
Charlie Gordon
2024-05-05
*
fix class method with name get (#258)
Richard Davison
2024-05-05
*
Add CI targets, fix test_std.js (#247)
Charlie Gordon
2024-03-03
*
Add github CI tests
Ben Noordhuis
2024-03-03
*
fix microbench when microbench.txt is missing (#246)
Charlie Gordon
2024-03-03
*
Improve Date.parse
Charlie Gordon
2024-03-03
*
Improve microbench.js
Charlie Gordon
2024-02-26
*
Improve Date.parse
Charlie Gordon
2024-02-25
*
Fix Map hash bug
Charlie Gordon
2024-02-22
*
Rewrite `set_date_fields` to match the ECMA specification
Charlie Gordon
2024-02-21
*
Improve tests
Charlie Gordon
2024-02-17
*
Fix UB signed integer overflow in js_math_imul
Charlie Gordon
2024-02-17
*
pass node-js command line arguments to microbench
Charlie Gordon
2024-02-15
*
Unbroke tests/test_test_bjson.js
Ben Noordhuis
2024-02-11
*
Add more tests
Ben Noordhuis
2024-02-11
*
Improve microbench
Charlie Gordon
2024-02-11
*
Strip trailing spaces
Charlie Gordon
2024-02-10
*
simplified and fixed arrow function parsing (github issue #226)
Fabrice Bellard
2024-01-27
*
regexp: fixed the zero advance logic in quantifiers (github issue #158)
Fabrice Bellard
2024-01-10
*
optional chaining fixes (github issue #103)
Fabrice Bellard
2024-01-09
[next]