Commits
User selector
Commit History
Commits on Aug 6, 2021
Drop 32 bit build on iOS (#563)
Show description for 2edbe98authored andcommitted
Commits on Jul 9, 2021
Revert quotes in build-apple-framework.sh
Show description for 520e010authored andcommittedarm64 simulators & catalyst support (was #543 and #475) (#546)
Show description for 62e5abeauthored andcommitted
Commits on Jul 8, 2021
Use hermesc for compiling in testsuite.py
Show description for 53235a8authored andcommittedAllow building 32 bit Hermes on Windows
Show description for 19d3839authored andcommitted
Commits on Jun 14, 2021
Only treat __proto__ specially in the form "__proto__: AssignmentExpression"
Show description for 6c316c5authored andcommitted
Commits on Jun 9, 2021
Fix indexOf/lastIndexOf not early return on 0-len array.
Show description for 3072107authored andcommittedFix Function.prototype.length
Show description for 1c23eb4authored andcommitted
Commits on May 11, 2021
Update Test262 skip list
Show description for 43d43d3authored andcommitted
Commits on May 7, 2021
Parse TS type annotations.
Show description for 2f1702fauthored andcommittedParse import assertions
Show description for 77c6ed9authored andcommitted
Commits on Apr 22, 2021
Conditionalize Promise queuing based on JobQueue flag
Show description for 27ac760authored andcommitted
Commits on Mar 30, 2021
Remove ES6Symbol RuntimeConfig (#479)
Show description for e5c093fauthored andcommitted
Commits on Mar 19, 2021
Indicate internalBytecode source order by numeric prefixes
Show description for 8ca498cauthored andcommitted
Commits on Mar 18, 2021
Remove any usage of FASTCOMP by default in builds (#472)
Show description for c2aca56authored andcommitted
Commits on Mar 17, 2021
Define clang test coverage variables in CMake
Show description for 090ac6fauthored andcommitted
Commits on Feb 11, 2021
Remove boolean tests from skiplist
Show description for 0d86ddfauthored andcommittedFix lexing for fractional numbers with leading 0.
Show description for 1845beeauthored andcommittedParse 'this' type annotation in function parameters.
Show description for b75c706authored andcommitted
Commits on Jan 29, 2021
Add a LAZY_SKIP_LIST.
Show description for 11d6757authored andcommitted
Commits on Jan 27, 2021
Fix heap timeline issue with emitting source locations more than once
Show description for 5b0c591authored andcommitted
Commits on Jan 26, 2021
Internal bytecode should avoid TDZ
Show description for 1204ba6authored andcommitted
Commits on Jan 25, 2021
Enable test262 for AsyncFunction built-in
Show description for a27481aauthored andcommittedAdd Async Function Expression
Show description for c389979authored andcommittedEnable test262 for async function declaration
Show description for 058abfbauthored andcommitted
Commits on Jan 23, 2021
Add Fuzzilli Instrumentation (#441)
Show description for aabe27eauthored andcommitted
Commits on Jan 15, 2021
Update utils/format.sh to require clang-format v11
Show description for 826ddbeauthored andcommitted
Commits on Jan 6, 2021
Fix Internal Bytecode OSS breakage (#440)
Show description for 5f820d2authored andcommitted
Commits on Dec 21, 2020
Add skip list for handlesan
Show description for 62fee3bauthored andcommitted
Commits on Dec 9, 2020
Parse 'export * as' syntax.
Show description for 547e4cdauthored andcommitted
Commits on Dec 4, 2020
Add detachedness to heap snapshots
Show description for 35e9566authored andcommitted
Commits on Dec 1, 2020
EnumBooleanMember init should be a BooleanLiteralNode
Show description for 1b8ab8fauthored andcommitted
Commits on Nov 30, 2020
Update skiplist for Flow tests.
Show description for b2d890cauthored andcommittedAdd test_skiplist functionality to parser tests.
Show description for c9b1ed4authored andcommittedParse for-await-of loops.
Show description for fecd14eauthored andcommitted