Commits
User selector
Commit History
Commits on Jun 5, 2020
Add support for ES6 generators.
Show description for 79fa60ecommitted
Commits on Oct 7, 2019
Fix warnings (#596)
Show description for c214075authored andcommitted
Commits on Apr 24, 2019
- authored andcommitted
Commits on Oct 18, 2018
- authored andcommitted
Commits on Oct 11, 2018
- authored andcommitted

Commits on Aug 13, 2018
- authored andcommitted
Commits on Aug 10, 2018
Retain of comments and their position in the actual code after parsing. (#465)
Show description for 731bf18authored andcommitted
Commits on Apr 10, 2018
- authored andcommitted
Commits on Aug 7, 2015
Commits on Jul 31, 2015
- authored andcommitted

Commits on Jul 24, 2015
Commits on Jun 26, 2015
Implement ES.next for-of
Show description for fe80b76authored andcommitted
Commits on Jun 18, 2015
- authored andcommitted

Commits on Jun 16, 2015
- authored andcommitted


Commits on Feb 24, 2015
- committed
Bug 798642. AST 'toSource' on getter/setter mistakenly adding 'function' keyword
Show description for 08f5284authored andcommitted
Commits on Feb 9, 2015
- authored andcommitted

- authored andcommitted

Commits on Aug 7, 2012
Merge pull request #66 from anba/bug-637811
Show description for 119122ecommitted
Commits on Jul 27, 2012
Patch for bug 637811:
Show description for 013a3efcommittedPatch for Bug 688023:
Show description for af6cdbbcommitted
Commits on Jun 4, 2012
Commits on Jun 1, 2012
- committed
Gervase Markham
Commits on May 24, 2012
Commits on May 14, 2012
Fix some bugs where our object literal parsing fixes
Show description for ae6ce42authored andcommitted
Commits on May 9, 2012
Clean up infix line number commit
Show description for 10bd92acommittedModify rhino so that infix expressions use a starte position and line number that point to the start of the expression rather than the position of the operator.
Show description for 85bbbb6authored andcommitted
Commits on Mar 20, 2012
Fix bug 491621 - VariableDeclaration.toSource() sometimes returns invalid source code
Show description for 832d891committedFix bug 737431 - Destructuring assignment doesn't work in expression closures parameters.
Show description for 4607754committed
Commits on Feb 28, 2012
Bug 689314 - Calling toSource on a parsed script containing lambda returns extra return and semi-colon
Show description for 6722b41committedBug 689308 - Calling toSource on a parsed script containing array of undefined elements returns smaller array
Show description for fd212b0committedBug 688021 - Calling toSource on a parsed script containing debugger omits semi-colon
Show description for 0b9a52fcommittedBug 687669 - Calling toSource on a parsed script omits any empty expression
Show description for 8988d12committed