| Commit message (Expand) | Author | Age |
* | Issue #2342 - Fix attribute order in misc files (found by clang builds) | Moonchild | 2023-11-10 |
* | Issue #2342: Use [[nodiscard]] in /js | Moonchild | 2023-11-08 |
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals. | Brian Smith | 2023-07-18 |
* | Issue #2097 - Implement logical assignment operators | Martok | 2023-05-01 |
* | Issue #2142 - Parse and process static class fields | Martok | 2023-05-01 |
* | Issue #2142 - Optimize .initializers scoping and emitter | Martok | 2023-05-01 |
* | Issue #2142 - Set anonymous function name in field initializer | Martok | 2023-05-01 |
* | Issue #2142 - Fix several scoping issues in field initializers | Martok | 2023-05-01 |
* | Issue #2142 - Use JSOP_INITPROP for field initializers | Martok | 2023-05-01 |
* | Issue #2142 - Handle fields in derived classes | Martok | 2023-05-01 |
* | Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE... | Martok | 2023-05-01 |
* | Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE... | Martok | 2023-05-01 |
* | Issue #2142 - Improve TokenPos handling in BCE | Martok | 2023-05-01 |
* | Issue #2142 - Implement syntax for public/private fields and computed field n... | Martok | 2023-05-01 |
* | Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheck | Martok | 2023-04-30 |
* | Issue #2173 - Separate CodeNode into FunctionNode and ModuleNode | Martok | 2023-04-03 |
* | Issue #2173 - Add TryNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to LexicalScopeNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num... | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to UnaryNode and subclasses | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to BinaryNode and subclasses | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to TernaryNode | Martok | 2023-04-03 |
* | Issue #2173 - Add accessors to ListNode | Martok | 2023-04-03 |
* | Issue #2173 - Store the info about the existence of the default case into the... | Martok | 2023-04-03 |
* | Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument lists | Martok | 2023-04-03 |
* | Issue #2155 - Follow-up: Reorder super-property evaluation order per latest s... | Martok | 2023-04-03 |
* | Issue #2155 - Add SwitchEmitter | Martok | 2023-03-26 |
* | Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod... | Martok | 2023-03-26 |
* | Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h} | Martok | 2023-03-26 |
* | Issue #2155 - Remove now-unused functions | Martok | 2023-03-13 |
* | Issue #2155 - Fix BytecodeEmitter::emitArguments for our ParseNode tree | Martok | 2023-03-13 |
* | Issue #2155 - Add PropOpEmitter, ElemOpEmitter, NameOpEmitter, CallOrNewEmitter | Martok | 2023-03-13 |
* | Issue #2155 - Refactor BytecodeEmitter in preparation for *Emitter work | Martok | 2023-03-13 |
* | Issue #2155 - Simplify BytecodeEmitter::isRestParameter | Martok | 2023-03-13 |
* | Issue #2155 - Split TDZCheckCache, IfEmitter/InternalIfEmitter, JumpList from... | Martok | 2023-03-13 |
* | Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable... | FranklinDM | 2022-05-04 |
* | Issue #1658 - Part 2: Implement bytecode for optional chaining | FranklinDM | 2022-05-04 |
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 |
* | Bug 1454285 - Part 2: Disallow using innermostEmitterScope while the value do... | Gaming4JC | 2019-12-17 |
* | Bug 1454285 - Part 1: Specify the current scope when emitting await and .gene... | Gaming4JC | 2019-12-17 |
* | Bug 1331092 - Part 9: Implement for-await-of. | Gaming4JC | 2019-12-17 |
* | Bug 1331092 - Part 7: Implement Async Generator yield*. | Gaming4JC | 2019-12-17 |
* | Bug 1331092 - Part 2: Implement Async Generator except yield*. | Gaming4JC | 2019-12-17 |
* | Bug 1316098 - Optimize out result object allocation for await/return in async... | Gaming4JC | 2019-12-17 |
* | Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw... | Gaming4JC | 2019-12-17 |
* | Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {... | Gaming4JC | 2019-12-17 |
* | 1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop... | Gaming4JC | 2019-07-18 |
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret... | Gaming4JC | 2019-07-18 |
* | 1342273 - Improve frontend tracelogging. [PARTIAL] Only implemented const to ... | Gaming4JC | 2019-07-18 |