Commits
User selector
Commit History
Commits on Mar 19, 2020
Revert "[parser] Introduce UnoptimizedCompileFlags"
Show description for fabea6aauthored andcommitted
[parser] Introduce UnoptimizedCompileFlags
Show description for d91679bauthored andcommitted
Commits on Mar 18, 2020
[parser] Remove Handles from ParseInfo
Show description for 37aaa41authored andcommitted
Commits on Mar 12, 2020
[parser] Remove unnecessary ParseInfo from Scope methods
Show description for 8977864authored andcommitted
Commits on Mar 9, 2020
[class] implement inspector support for static private methods
Show description for 0ea5b52authored andcommitted
Commits on Mar 3, 2020
[class] maintain private brand information on SFI
Show description for 0753cbeauthored andcommitted
Commits on Mar 2, 2020
[off-thread] Get rid of OffThreadHandle
Show description for 84279bfauthored andcommitted
Commits on Feb 20, 2020
[ast] Remove unused StoreInArrayLiteral
Show description for 5bc05aaauthored andcommitted
Commits on Feb 18, 2020
[parser] Track labels in the parser-base rather than parser+ast
Show description for f5592daauthored andcommitted
Commits on Feb 17, 2020
[strings] Reclaim a bit in the hash field
Show description for 8d7747aauthored andcommitted
Commits on Feb 13, 2020
Reland "[offthread] Add SFI support to OffThreadFactory"
Show description for a046c5fauthored andcommitted
Commits on Feb 12, 2020
Revert "[offthread] Add SFI support to OffThreadFactory"
Show description for b3c3822authored andcommitted
[offthread] Add SFI support to OffThreadFactory
Show description for 453e1a3authored andcommitted
Commits on Feb 11, 2020
[ast] Remove unused DoExpression
Show description for f9b8118authored andcommitted
Commits on Feb 10, 2020
[offthread] Clean-up HandleOrOffThreadHandle uses
Show description for f6d988fauthored andcommitted
[offthread] Add off-thread scope allocation
Show description for 5f63846authored andcommitted
Commits on Feb 7, 2020
[ast] Cache allocated AstConsString
Show description for 7fa1916authored andcommitted
Commits on Feb 6, 2020
[offthread] OffThreadFactory support for literals
Show description for 4aa43e7authored andcommitted
Commits on Feb 5, 2020
[callprinter] Correctly point to the incorrect spread arg
Show description for 1d0693eauthored andcommitted
Commits on Feb 4, 2020
[offthread] Add an OffThreadIsolate
Show description for 7a20b6bauthored andcommitted
Commits on Jan 30, 2020
[ast] Allocate cons strings on-demand
Show description for ddca360authored andcommitted
Commits on Jan 29, 2020
[ast] Allocate cons strings in young space on main thread
Show description for 60f108fauthored andcommitted
Commits on Jan 27, 2020
[ast] Add leszeks@ to src/ast owners
Show description for 272f918authored andcommitted
Commits on Jan 17, 2020
Fix EXPORT macros
Show description for b7f4fb2authored andcommitted
Commits on Jan 16, 2020
[ast] Pre-walk array literals to detect all-doubles
Show description for dabc6ebauthored andcommitted
[offthread] Add OffThreadFactory support to AST strings
Show description for bcbb553authored andcommitted
Commits on Jan 14, 2020
[parser] Fix cache scope recursion for `with`
Show description for a85d74aauthored andcommitted
Revert "[parser] Fix caching dynamic vars on wrong scope"
Show description for 2f82078authored andcommitted
Commits on Jan 13, 2020
[parser] Fix caching dynamic vars on wrong scope
Show description for 304e97dauthored andcommitted
Commits on Jan 9, 2020
[parser] Force stable order for variables
Show description for c8ab41eauthored andcommitted
Commits on Jan 8, 2020
Revert "[ast] Add a Flatten method for AstConsString"
Show description for 4765addauthored andcommitted
[scopes] Change null ScopeInfo if to DCHECK
Show description for e5f154dauthored andcommitted
Commits on Jan 7, 2020
[parser] Fix conflict detection loop early exit
Show description for 2a6c0f4authored andcommitted
[coverage] Improve whitespace precision of coverage reporting
Show description for b9d3303authored andcommitted
Commits on Jan 2, 2020
Generate correct bytecode for calls of optional chains
Show description for 4c2379eauthored andcommitted