Commits
User selector
Commit History
Commits on Oct 8, 2020
List modules explicitly in SegmentRange, rename to SegmentInfo
Show description for 18e834aauthored andcommittedReplace cjsModuleOffset with segmentID
Show description for c57fde2authored andcommittedNo need to mark nullPointer
Show description for d3c1ec3authored andcommittedAdd static pinned double constants
Show description for 2cfdfe2authored andcommittedAdd option to back GC segments with huge pages
Show description for 88522f8authored andcommitted`${x}` is not always the same as x+""
Show description for 3e9dfecauthored andcommitted
Commits on Oct 7, 2020
Check for recursion in parseAssignmentExpression.
Show description for 6b1e799authored andcommittedAdd boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored andcommitted
Class property and method locations include static keyword
Show description for f2517beauthored andcommitted
Exported TypeAlias's location does not include export keyword
Show description for d522a92authored andcommitted
ImportDefaultSpecifier location does not include type or typeof keyword
Show description for 7e99ca1authored andcommitted
TypeCastExpression location does not include opening paren
Show description for 626239aauthored andcommitted
Allow Domain to register the same CJS module from multiple RuntimeModules
Show description for 701b9ddauthored andcommittedJSXEmptyExpression location does not include parent's curly braces
Show description for fdac64fauthored andcommitted
JSXExpressionContainer and JSXSpreadAttribute locations contain closing brace
Show description for 1e15175authored andcommitted
Object pattern property source location includes entire computed key
Show description for 614a013authored andcommitted
Remove transitionToFreelist
Show description for baa766eauthored andcommittedRemove youngGenBumpAlloc
Show description for 02fea22authored andcommittedFix Map/Set not normalize zero keys
Show description for c25a9aaauthored andcommitted
Commits on Oct 6, 2020
Allow customization of location dumping in ESTreeJSONDumper.
Show description for c3876bbauthored andcommitted
Commits on Oct 5, 2020
Fix missing source location for type aliases without closing semicolon
Show description for 30d3f18authored andcommitted
Fix missing source location for import specifiers
Show description for 94f11ddauthored andcommitted
Correctly parse multi-element optional chains directly following a call
Show description for b61f164authored andcommitted
Fix mis-spelled and outdated comments
Show description for ba154ccauthored andcommittedin putComputedWithReceiver_RJS, don't reuse descriptor for receiver
Show description for dd4eb38authored andcommitted
Commits on Oct 3, 2020
Add GC name to runtime properties, so it's easier to know if you're using Hades
Show description for 7d4cb02authored andcommitted
Commits on Oct 2, 2020
Add a flag to disable generator compilation.
Show description for dee3b53authored andcommittedCheck recursion in JSParserImpl::parseBindingElement
Show description for 551de84authored andcommittedHave the root be emitted as part of each allocation stack
Show description for 801aa8aauthored andcommitted
Avoid IteratorBegin fast path for proxies.
Show description for 112abcbauthored andcommittedDon't check the for-in cache for non-cacheable objects.
Show description for 83dfb44authored andcommittedHave HadesGC::checkWellFormed watch out for dead objects
Show description for d82358bauthored andcommitted
Proxy functions need their own GCScopes
Show description for bb26edeauthored andcommitted
Commits on Oct 1, 2020
PseudoHandle-ify OrderedHashMap create methods
Show description for 685c73bauthored andcommitted