1. cc2d0ea Prevent errorneous floating point expression optimization. by Roberto Lublinerman · 8 years ago
  2. 382766e Rescue types represented as natives when supertypes cross JS boundaries. by Roberto Lublinerman · 8 years ago
  3. 93e1462 Rescue JSOs crossing JsInterop borders. by Roberto Lublinerman · 8 years ago
  4. d458a94 Allow names "*" and "?" on global native JsType interfaces. by Roberto Lublinerman · 8 years ago
  5. 4c1b091 Clear persistent unit cache when relevant options change. by Roberto Lublinerman · 8 years ago
  6. 9eda5dc Add filtering ability to JsInterop exporting. by Goktug Gokdogan · 8 years ago
  7. 4a3e8f9 Fixes a bug where JsOptional on override may fail by Goktug Gokdogan · 8 years ago
  8. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 8 years ago
  9. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  10. 928c017 Improve JsInterop error messages on native type fieds. by Roberto Lublinerman · 8 years ago
  11. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 9 years ago
  12. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 9 years ago
  13. 9b907f2 Fix NPE in SDM due to Boolean/Double/String devirtualization. by Roberto Lublinerman · 9 years ago
  14. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 9 years ago
  15. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 9 years ago
  16. b64263e Fix typo in DeadCodeElimination. by Roberto Lublinerman · 9 years ago
  17. 9f10097 Include relevant compiler options in SDM cache key. by Roberto Lublinerman · 9 years ago
  18. 83f0fd1 Relax name checking native items on the JsPackage.GLOBAL namespace. by Roberto Lublinerman · 9 years ago
  19. b5d6f2e Add support for native JsType hashCode and equals. by Roberto Lublinerman · 9 years ago
  20. ee508c7 Enforce single non-delegating constructor restriction. by Roberto Lublinerman · 9 years ago
  21. 807de3a Allow arbitrary clinit code in native JsTypes and JsFunction interfaces. by Roberto Lublinerman · 9 years ago
  22. 652cb09 Change restrictions for JsFunction implementations. by Roberto Lublinerman · 9 years ago
  23. 94d05a9 Cleanup JsInteropRestrictionCheckerTest. by Roberto Lublinerman · 9 years ago
  24. c4f3778 Disallow instanceof JsFunction implementations. by Roberto Lublinerman · 9 years ago
  25. 75382f1 Hide Java 8 interfaces methods to generators. by Roberto Lublinerman · 9 years ago
  26. 389d2c2 Do not crash if @GwtIncompatible is used in annotations. by Roberto Lublinerman · 9 years ago
  27. 70dca51 Fix failing tests due to JsFunctions classes requiring final modifier. by Roberto Lublinerman · 9 years ago
  28. 4c8cdea Require JsFunction implementations be marked final. by Roberto Lublinerman · 9 years ago
  29. bbca228 Add suggestion message on how to suppress 'unusable-by-js' warnings. by Roberto Lublinerman · 9 years ago
  30. b438698 Fix error in ResourceAccumulatorTest. by Roberto Lublinerman · 9 years ago
  31. 398030d Allow calls to devirtualized methods from JSNI. by Roberto Lublinerman · 9 years ago
  32. a6f0fc09 Allow name conflicts in native properties. by Roberto Lublinerman · 9 years ago
  33. 6c8266c Fix JSNIRestrictionChecker error messages. by Roberto Lublinerman · 9 years ago
  34. 8cb7dd6 Do not optimize String.toString() method with null checks on. by Andrei Korzhevskii · 9 years ago
  35. 162ccc9 Remove -XenableClosureCompiler. by Roberto Lublinerman · 9 years ago
  36. ab8ebc3 Fix for illegal method calls in JSNI. by Roberto Lublinerman · 9 years ago
  37. 705e748 Adds helpers to CharSequence and Comparable for J2CL by Goktug Gokdogan · 9 years ago
  38. 77c5587 Make each method reference be its own different lambda. by Roberto Lublinerman · 9 years ago
  39. f97f15f Fixes GC issue in the ResourceAccumulatorTest. by Goktug Gokdogan · 9 years ago
  40. 0ba67f4 Add JsInterop restriction test for @JsIngore on native interface. by Roberto Lublinerman · 9 years ago
  41. 48b180d Fix broken CompilerTest. by Roberto Lublinerman · 9 years ago
  42. 5d208f3 Make sure native JsConstructors are not prunned even if not used. by Roberto Lublinerman · 9 years ago
  43. 48e3ba9 Makes NPE extend from JsException by Goktug Gokdogan · 9 years ago
  44. f56956e Disallow JsOptional on primitive typed parameters. by Roberto Lublinerman · 9 years ago
  45. bfd6c3e Allow @JsOverlay on effectively final methods. by Roberto Lublinerman · 9 years ago
  46. 139b782 Fix MimimalRebuildCache leak when compiling multiple modules. by Roberto Lublinerman · 9 years ago
  47. 2f2ded1 Implement JsOptional test on overrides. by Roberto Lublinerman · 9 years ago
  48. 21e557e Fix test failure caused by updating Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  49. d57f64d Revert "Cleanup array usage of class literals." by Roberto Lublinerman · 9 years ago
  50. f1381ca Migrate all javaemul.internal to user by Goktug Gokdogan · 9 years ago
  51. 0ee0798 Uncomment test after JDT upgrade by Thomas Broyer · 9 years ago
  52. a1e72dd Cleanup array usage of class literals. by Roberto Lublinerman · 9 years ago
  53. 970bbca JsOptional restriction checks by Roberto Lublinerman · 9 years ago
  54. de0b77f Inherit JsName from super method if omitted. by Roberto Lublinerman · 9 years ago
  55. 2f021dc Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations by Thomas Broyer · 9 years ago
  56. 2dc713a Use patched JDT to circumvent memory leak when compiling for Java 8. by Roberto Lublinerman · 9 years ago
  57. 989349d Make NativeSubclass.class.getSuperclass() return Object.class. by Roberto Lublinerman · 9 years ago
  58. de24929 Add tests for casts to special Native types. by Roberto Lublinerman · 9 years ago
  59. 49a04a8 Fix JS varargs when null array is passed. by Roberto Lublinerman · 9 years ago
  60. b2d255b Make JSO[] and native JsType getClass() return JavaScriptObject[].class. by Roberto Lublinerman · 9 years ago
  61. 83b9b1e Fix incorrect import in a test. by Goktug Gokdogan · 9 years ago
  62. dd141d6 Remove legacy JsInterop. by Roberto Lublinerman · 9 years ago
  63. 4ca2775 Allow casting native arrays to Object[]. by Roberto Lublinerman · 9 years ago
  64. 8d33a39 Mark arrays of leaf type java.lang.Object as canBeReferencedExternally. by Roberto Lublinerman · 9 years ago
  65. 69c37ea Disallow concrete @JsProperty on static methods. by Roberto Lublinerman · 9 years ago
  66. 989b153 Renames Exceptions wrap/unwrap to toJava/toJs by Goktug Gokdogan · 9 years ago
  67. 5f8c910 Implement @JsOverlay with default methods in Java8. by Roberto Lublinerman · 9 years ago
  68. 910354c Allow general initializer in @JsOverlay static fields. by Roberto Lublinerman · 9 years ago
  69. fe3aaef Add support for JsInterop varargs. by Roberto Lublinerman · 9 years ago
  70. 9deb41f JVariableRef cleanup. by Roberto Lublinerman · 9 years ago
  71. 1d660d2 Make exceptions work across Java/JavaScript boundary by Goktug Gokdogan · 9 years ago
  72. b01585b JParameter cleanup. by Roberto Lublinerman · 9 years ago
  73. 7551643 Enforce JsPackage.GLOBAL to access global object. by Goktug Gokdogan · 9 years ago
  74. 8958cd4 Fix the checking for JsProperty override name clash by Goktug Gokdogan · 9 years ago
  75. 77940d9 Respect quoting for object literals in JSNI code. by Roberto Lublinerman · 9 years ago
  76. 41958aa Fixes handling of non-public JsMethods. by Goktug Gokdogan · 9 years ago
  77. 5d563e5 Ban switching of JsProperty/JsMethod on overrides by Goktug Gokdogan · 9 years ago
  78. 538ff9e Revert "Make object literal property names emitted consistently." by Roberto Lublinerman · 9 years ago
  79. 184e750 Fix bad code generation involving method references and generics. by Roberto Lublinerman · 9 years ago
  80. adca129 Adds native JsType tests for defenders. by Goktug Gokdogan · 9 years ago 2.8.0-beta1
  81. 5d65009 Make object literal property names emitted consistently. by Roberto Lublinerman · 9 years ago
  82. 0a7b1bd Enables JsInterop by default & introduces -generateJsInteropExports. by Roberto Lublinerman · 9 years ago
  83. 5a42eac Fix SourceMapTest. by Roberto Lublinerman · 9 years ago
  84. 3cd96f2 Restores DevMode specific linker hacks. by John Stalcup · 9 years ago
  85. 47e7175 Run JsInteropRestrictionCheckerTest in Java 8 mode. by Roberto Lublinerman · 9 years ago
  86. 35e48b4 Enforce JsOverlay for compile time constants. by Goktug Gokdogan · 9 years ago
  87. d746d95 Redo file watching refactor. by Goktug Gokdogan · 9 years ago
  88. 9b40ef1 Adds checking for static property accessors. by Goktug Gokdogan · 9 years ago
  89. dc66a77 Fixes mishandling of deleted and renamed dirs. by Goktug Gokdogan · 9 years ago
  90. 64e3270 Refactor property/member identification for JsInterop. by Goktug Gokdogan · 9 years ago
  91. 6479696 Noop refactor in JParameter/JLocal. by Roberto Lublinerman · 9 years ago
  92. 667d21f Adds support for static overlay methods. by Goktug Gokdogan · 9 years ago
  93. 91fdb93 Fix java.lang.Object methods when called on native JsType. by Roberto Lublinerman · 9 years ago
  94. 3345e54 Allow non-Java Bean style JsProperty. by Goktug Gokdogan · 9 years ago
  95. 4bb81e9 Add native JsType checks to JsInteropRestriction checker. by Roberto Lublinerman · 9 years ago
  96. 65e6d58 Fix internal error that happens when an EntryPoint has no zero-arg constructor. by Roberto Lublinerman · 9 years ago
  97. 6378e95 Disallow non native methods on a native JsType. by Roberto Lublinerman · 9 years ago
  98. 9f6aa5e Give better error messages when there are global name collisions. by Roberto Lublinerman · 9 years ago
  99. 11d0a14 Adding identifier checks for js name. by Roberto Lublinerman · 9 years ago
  100. 031a0f0 Use a consistent ordering for reporting errors. by Roberto Lublinerman · 9 years ago