1. 44d760b ASTokenFormatter: fix formatting with config constants like COMPILE:JS by Josh Tynjala · 11 months ago
  2. 3b5e99f ASTokenFormatter: better error message when block stack isn't empty by Josh Tynjala · 11 months ago
  3. fce2847 ASTokenFormatter: fix unicode and ascii escape sequences getting lost when formatting string literals by Josh Tynjala · 11 months ago
  4. f815486 ASTokenFormatter: fix missing indent after empty object literal when collapse-empty-blocks is true by Josh Tynjala · 11 months ago
  5. eb74df9 MXMLEventSpecifierNode: fix null exception when an event is missing = and quotes by Josh Tynjala · 11 months ago
  6. e5a22fb MetadataTokenizer: fix column position of string inside metadata by Josh Tynjala · 12 months ago
  7. 255bb4d formatter: fix stack overflow on some platforms when MXML Script text is beyond a certain length by Josh Tynjala · 12 months ago
  8. ad93aa0 MXMLPropertySpecifierNode: fix null exception when an MXML tag includes multiple initializers and accepts only one by Josh Tynjala · 12 months ago
  9. 5466628 debugger: avoid ArrayIndexOutOfBoundsException when evaluating expression and generated FileNode contains no children (references BowlerHatLLC/vscode-swf-debug#47) by Josh Tynjala · 1 year, 1 month ago
  10. 6ec2944 linter: fix empty statement incorrectly detected for implicit semicolon by Josh Tynjala · 1 year, 1 month ago
  11. 1d2833a Release Notes: infer-types compiler option by Josh Tynjala · 1 year, 1 month ago
  12. a4f5d2b SemanticUtils: fix bad cast for class/interface common base type detection and rename resolveCommonBaseInterface to resolveCommonBaseType by Josh Tynjala · 1 year, 1 month ago
  13. c605ace TernaryOperator: resolving type of ?: ternary operator now accounts for the common base type, using the same algorithm as type inference by Josh Tynjala · 1 year, 1 month ago
  14. 4934fcc BinaryOperatorNodeBase: resolving type of && and || logical operators now accounts for the common base type, using the same algorithm as type inference by Josh Tynjala · 1 year, 1 month ago
  15. d8d3b42 New compiler option --infer-types to enable type inference for variables, constants, parameters, and return types by Josh Tynjala · 1 year, 2 months ago
  16. bb92716 PackageFooterEmitter: fix null exception from getReturnTypeNode() on getter function node by Josh Tynjala · 1 year, 2 months ago
  17. 8af5173 MXMLRoyaleEmitter: fix null exceptions when emitter encounters variables or functions without a type declaration by Josh Tynjala · 1 year, 2 months ago
  18. d4b917b Merge branch 'release/0.9.10' into develop by Yishay Weiss · 1 year, 2 months ago
  19. 40ade6b update version to 0.9.11 by Yishay Weiss · 1 year, 2 months ago
  20. 98baac6 [maven-release-plugin] prepare for next development iteration by yishayw · 1 year, 3 months ago release/0.9.10
  21. aedd6e2 [maven-release-plugin] prepare release org.apache.royale.compiler-0.9.10-rc4 by yishayw · 1 year, 3 months ago apache-royale-0.9.10 org.apache.royale.compiler-0.9.10-rc4
  22. e5347e9 [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 1 year, 3 months ago
  23. 537ee9f [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 1 year, 3 months ago
  24. 46a4e7e Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Yishay Weiss · 1 year, 3 months ago
  25. a9960a9 Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 1 year, 3 months ago
  26. 6eafc9c [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 1 year, 3 months ago
  27. 87434c3 [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 1 year, 3 months ago
  28. dd98675 Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Yishay Weiss · 1 year, 3 months ago
  29. 0dbab5e Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 1 year, 3 months ago
  30. 322b5c8 README: add Flash Player download link for Linux by Josh Tynjala · 1 year, 3 months ago
  31. 51bd6d6 Merge branch 'develop' of https://github.com/apache/royale-compiler into develop by Yishay Weiss · 1 year, 3 months ago
  32. d424a79 Add linter to signed release artifacts and excluded from rat check" by Yishay Weiss · 1 year, 3 months ago
  33. a3dd80c IdentifierNode: needs null check before calling findProperty() in resolve() because getDependency() could return null for import nodes by Josh Tynjala · 1 year, 3 months ago
  34. 59ca246 [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 1 year, 3 months ago
  35. 164ee1e [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 1 year, 3 months ago
  36. 5746606 Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Yishay Weiss · 1 year, 3 months ago
  37. f9522e0 Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 1 year, 3 months ago
  38. d4438bd Revert "[maven-release-plugin] prepare branch @{releaseLabel}" by Yishay Weiss · 1 year, 3 months ago
  39. 3639309 Revert "[maven-release-plugin] prepare for next development iteration" by Yishay Weiss · 1 year, 3 months ago
  40. a5c936b [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 1 year, 3 months ago
  41. 137892e [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 1 year, 3 months ago
  42. f3117a2 JSRoyaleEmitter: fix intermittent duplicate hoisted variables in JS by Josh Tynjala · 1 year, 3 months ago
  43. 6654842 Allow [Embed] to specify charset for mimeType text/plain by Josh Tynjala · 1 year, 4 months ago
  44. 9de1851 EmbedNode: for consistency, default to UTF-8 for plain text instead of system encoding by Josh Tynjala · 1 year, 4 months ago
  45. 5669b47 JSRoyaleEmitter: when reading plain text files for [Embed] metadata, read as UTF-8 instead of system default by Josh Tynjala · 1 year, 4 months ago
  46. b6c4614 IDefinition: add getEndLine() and getEndColumn(), similar to ISourceLocation by Josh Tynjala · 1 year, 4 months ago
  47. a23f630 JSConfiguration: add getter for js-output by Josh Tynjala · 1 year, 4 months ago
  48. 82ae575 flex-sdk-converter-maven-extension 1.1.0 by Josh Tynjala · 1 year, 5 months ago
  49. e2c755a Change location of CI asstets for release scripts by Yishay Weiss · 1 year, 6 months ago
  50. b64c652 Maven: update to flex-sdk-converter-maven-extension 1.1.0-SNAPSHOT by Josh Tynjala · 1 year, 6 months ago
  51. af6ed3b Maven: Flash/AIR 32.0 instead of 20.0 for option-with-swf by Josh Tynjala · 1 year, 6 months ago
  52. 0357991 Maven: maven-failsafe-plugin needs optionWithSwfEnabled, just like maven-surefire-plugin by Josh Tynjala · 1 year, 6 months ago
  53. 84aed9b [maven-release-plugin] prepare for next development iteration by ApacheRoyale · 1 year, 6 months ago
  54. c77a654 [maven-release-plugin] prepare branch @{releaseLabel} by ApacheRoyale · 1 year, 6 months ago
  55. 7fd59ea FunctionCallNode: fix start and end position when created with a new keyword by Josh Tynjala · 1 year, 6 months ago
  56. dcc026b ASParser: ensure that a function call end offset always includes the ) token by Josh Tynjala · 1 year, 6 months ago
  57. 3c6b449 Use older scm version so as not to deal with API differences by Yishay Weiss · 1 year, 6 months ago
  58. 6f884f0 Update jgit version number as older version resulted in 'could not find artifact' message by Yishay Weiss · 1 year, 6 months ago
  59. dc0e738 Update NOTICE year by Yishay Weiss · 1 year, 6 months ago
  60. 61831d2 RELEASE_NOTES: formatting by Josh Tynjala · 1 year, 8 months ago
  61. 234b627 RELEASE_NOTES: fix typo by Josh Tynjala · 1 year, 8 months ago
  62. dc38ab8 RELEASE_NOTES: updated with my latest changes by Josh Tynjala · 1 year, 8 months ago
  63. 5f1c0f9 Tests: null conditional with dynamic access should result in compiler error by Josh Tynjala · 1 year, 8 months ago
  64. dc82b3c ArrayLikeUtil: fix null exception when dynamic access node is [] (empty) by Josh Tynjala · 1 year, 8 months ago
  65. 9c7cbc1 MemberAccessExpressionNode: remove setAllowE4XFilter() from commit 86b4fff by Josh Tynjala · 1 year, 8 months ago
  66. 4198ddd compiler-jx: a couple of missing tests for date properties by Josh Tynjala · 1 year, 8 months ago
  67. d42679c BinaryOperatorEmitter: Fix setting Date properties inside chained assignment (closes #212) by Josh Tynjala · 1 year, 8 months ago
  68. d50913c MXMLTreeBuilder: fix CData handling with [CollapseWhiteSpace] metadata (closes #213) by Josh Tynjala · 1 year, 8 months ago
  69. 1c3acfe MXMLDataBindingParser: use constant instead of literal by Josh Tynjala · 1 year, 8 months ago
  70. e570d87 MXMLDataBindingParser: fix data binding being incorrectly detected inside CData text (references #213) by Josh Tynjala · 1 year, 8 months ago
  71. 053ea99 MXMLRoyaleEmitter: remove dead code that was causing a null exception (closes #216) by Josh Tynjala · 1 year, 8 months ago
  72. 78fb8f1 formatter: remove debugging output by Josh Tynjala · 1 year, 8 months ago
  73. edc2b2d formatter: fix ternary inside if condition by Josh Tynjala · 1 year, 8 months ago
  74. b3f3582 formatter: tests for member access and null conditional by Josh Tynjala · 1 year, 8 months ago
  75. a38ac68 formatter: verbatim strings by Josh Tynjala · 1 year, 8 months ago
  76. a71bff5 compiler: verbatim string tokens are now of type TOKEN_VERBATIM_STRING so that the formatter can know the difference by Josh Tynjala · 1 year, 8 months ago
  77. aa77514 formatter: nullish coalescing operator by Josh Tynjala · 1 year, 8 months ago
  78. 285681a formatter: fix missing formatting for finally by Josh Tynjala · 1 year, 8 months ago
  79. ee2f476 A few calls to System.out.println() that should have been System.err.println() by Josh Tynjala · 1 year, 8 months ago
  80. 0de1e92 Tests: more tests for nullish coalescing by Josh Tynjala · 1 year, 8 months ago
  81. 86b4fff null conditional operator (references #219) by Josh Tynjala · 1 year, 9 months ago
  82. 4a6536f Tests: more nullish coalescing operator tests by Josh Tynjala · 1 year, 8 months ago
  83. c8f3050 Tests: better error messaging when Flash Player or playerglobal is defined in environment, but not both by Josh Tynjala · 1 year, 8 months ago
  84. ac1383c missing swfdumps to fix tests by Josh Tynjala · 1 year, 8 months ago
  85. 64bd912 nullish coalescing operator (references #219) by Josh Tynjala · 1 year, 8 months ago
  86. ca428e9 remove unnecessary output by Josh Tynjala · 1 year, 8 months ago
  87. 9d715b9 Tests: verbatim string (references #222) by Josh Tynjala · 1 year, 8 months ago
  88. b6f6660 ASParser: remove @ from verbatim strings to turn them into regular double-quoted strings (references #222) by Josh Tynjala · 1 year, 8 months ago
  89. 87b4736 RawASTokenizer: verbatim strings should include backslashes instead of omitting them (references #222) by Josh Tynjala · 1 year, 8 months ago
  90. 00d9cb2 Add raw string literals by Chris Feger · 1 year, 8 months ago
  91. 2e643d2 formatter: a few more tests by Josh Tynjala · 1 year, 9 months ago
  92. b530740 formatter: tests shouldn't use deprecated APIs by Josh Tynjala · 1 year, 9 months ago
  93. fd6ab58 linter: tests for rest of rules by Josh Tynjala · 1 year, 9 months ago
  94. 5b4b3bb FunctionNode: avoid null reference exception if workspace is null for package level function by Josh Tynjala · 1 year, 9 months ago
  95. f8d2803 NodeBase: avoid null reference exceptions when getting file scope or workspace by Josh Tynjala · 1 year, 9 months ago
  96. 861d809 linter: null reference checks by Josh Tynjala · 1 year, 9 months ago
  97. f04e978 linter: more tests by Josh Tynjala · 1 year, 9 months ago
  98. 8aafd5b linter: more tests by Josh Tynjala · 1 year, 9 months ago
  99. 4dafdbc linter: LineCommentPositionRule fixes by Josh Tynjala · 1 year, 9 months ago
  100. f084dfa linter: fix null results that should have been a token in TokenQuery classes by Josh Tynjala · 1 year, 9 months ago