1. 538ff9e Revert "Make object literal property names emitted consistently." by Roberto Lublinerman · 9 years ago
  2. 184e750 Fix bad code generation involving method references and generics. by Roberto Lublinerman · 9 years ago
  3. adca129 Adds native JsType tests for defenders. by Goktug Gokdogan · 9 years ago 2.8.0-beta1
  4. a3fc79f Make sure synthetic bridge methods are properly rewritten. by Roberto Lublinerman · 9 years ago
  5. 5d65009 Make object literal property names emitted consistently. by Roberto Lublinerman · 9 years ago
  6. 4b0b2fa Increase default memory for newly created web apps. by branflake2267@gmail.com · 9 years ago
  7. 41fd5ef Fix resource scanning for Windows file conventions. by Roberto Lublinerman · 9 years ago
  8. 6b9f861 Adhere to Java 8 semantics in static initialization for interfaces. by Roberto Lublinerman · 9 years ago
  9. 6c7dce0 Fix int overflow in BigInteger.intValue() by Andrei Korzhevskii · 9 years ago
  10. 0b0723f Avoid unnecessary path scanning during JSNI resolution. by Roberto Lublinerman · 9 years ago
  11. 0a7b1bd Enables JsInterop by default & introduces -generateJsInteropExports. by Roberto Lublinerman · 9 years ago
  12. b4bf48a Fix semantics of try-with-resources. by Roberto Lublinerman · 9 years ago
  13. 5a42eac Fix SourceMapTest. by Roberto Lublinerman · 9 years ago
  14. 3cd96f2 Restores DevMode specific linker hacks. by John Stalcup · 9 years ago
  15. df8f7c4 Add link to GSS migration doc. by Daniel Kurka · 9 years ago
  16. 47e7175 Run JsInteropRestrictionCheckerTest in Java 8 mode. by Roberto Lublinerman · 9 years ago
  17. 35e48b4 Enforce JsOverlay for compile time constants. by Goktug Gokdogan · 9 years ago
  18. d746d95 Redo file watching refactor. by Goktug Gokdogan · 9 years ago
  19. 26cd2b5 Update GSS to Head (2015-11-04) by Julien Dramaix · 9 years ago
  20. 46da3ee Implement SafeUriString#toString by Alvin Abdagic · 9 years ago
  21. 9b40ef1 Adds checking for static property accessors. by Goktug Gokdogan · 9 years ago
  22. 51f96f2 Restore some behavior for old annotations. by Goktug Gokdogan · 9 years ago
  23. dc66a77 Fixes mishandling of deleted and renamed dirs. by Goktug Gokdogan · 9 years ago
  24. 64e3270 Refactor property/member identification for JsInterop. by Goktug Gokdogan · 9 years ago
  25. 4312ec8 Some cleanup in jsinterop tests. by Goktug Gokdogan · 9 years ago
  26. cb212cd Makes native static property accessors work. by Goktug Gokdogan · 9 years ago
  27. 6479696 Noop refactor in JParameter/JLocal. by Roberto Lublinerman · 9 years ago
  28. de0dede Fix javadoc nit for JsOverlay by Goktug Gokdogan · 9 years ago
  29. 667d21f Adds support for static overlay methods. by Goktug Gokdogan · 9 years ago
  30. 91fdb93 Fix java.lang.Object methods when called on native JsType. by Roberto Lublinerman · 9 years ago
  31. 38039e3 Starts calling constructor of super native types. by Goktug Gokdogan · 9 years ago
  32. 3345e54 Allow non-Java Bean style JsProperty. by Goktug Gokdogan · 9 years ago
  33. 4bb81e9 Add native JsType checks to JsInteropRestriction checker. by Roberto Lublinerman · 9 years ago
  34. 65e6d58 Fix internal error that happens when an EntryPoint has no zero-arg constructor. by Roberto Lublinerman · 9 years ago
  35. 0590d51 Suppress warning in JsType tests. by Roberto Lublinerman · 9 years ago
  36. 1391d26 Add GSS for loop and genkeyframes by Julien Dramaix · 9 years ago
  37. 6378e95 Disallow non native methods on a native JsType. by Roberto Lublinerman · 9 years ago
  38. 9f6aa5e Give better error messages when there are global name collisions. by Roberto Lublinerman · 9 years ago
  39. 11d0a14 Adding identifier checks for js name. by Roberto Lublinerman · 9 years ago
  40. 031a0f0 Use a consistent ordering for reporting errors. by Roberto Lublinerman · 9 years ago
  41. 2517ed5 Disallow @JsType in local classes and native @JsType in proper inner classes. by Roberto Lublinerman · 9 years ago
  42. ef18385 Allow overloads in native JsType methods. by Roberto Lublinerman · 9 years ago
  43. 7db1ae7 Add support to for native JsType arrays. by Roberto Lublinerman · 9 years ago
  44. f5bdc00 Add a test for tightening related to accidental overrides. by Roberto Lublinerman · 9 years ago
  45. 332ea02 Adding java8 patterns for test exclusion. by Andrei Korzhevskii · 9 years ago
  46. c1d2484 Update README to reflect migration of tools repo to Github by Jens Nehlmeier · 9 years ago
  47. cd9ecfd Fix native devirtualization test (failing in devmode). by Roberto Lublinerman · 9 years ago
  48. b2b4f7a Upgrade GSS to head by Julien Dramaix · 9 years ago
  49. be452c7 Fix calls to getClass() from Jsni. by Roberto Lublinerman · 9 years ago
  50. e355a6d Minor nits to prepare for the JsType Array implementation. by Roberto Lublinerman · 9 years ago
  51. d647c95 Small nits and new tests for devirtualization of Boolean, Double and String. by Roberto Lublinerman · 9 years ago
  52. 5be6936 Suppress unused-by-js for types that are marked JsType. by Roberto Lublinerman · 9 years ago
  53. f7c551c Make unsafecast static. by Daniel Kurka · 9 years ago
  54. 7db3a9b Devirtualize native String methods. by Daniel Kurka · 9 years ago
  55. 9c91935 Add JsMethods for constructors & instanceof. by Daniel Kurka · 9 years ago
  56. e97ab9b Rewrite String.valueOf for j2cl. by Daniel Kurka · 9 years ago
  57. 4059b73 Add support and checks for @JsOverlay. by Roberto Lublinerman · 9 years ago
  58. f314f14 Noop cleanup on array related classes and GwtAstBuilder. by Roberto Lublinerman · 9 years ago
  59. 0964f40 Small cleanup in JMethodCall. by Roberto Lublinerman · 9 years ago
  60. dcea13b Small cleanup for JNewArray. by Roberto Lublinerman · 9 years ago
  61. 8286198 Add isInstance implementation in Number for j2cl. by Daniel Kurka · 9 years ago
  62. 54b5f0c Move InternalsJsMap inner classes to outer classes. by Daniel Kurka · 9 years ago
  63. a631e79 Adds support for native methods in non-native types. by Goktug Gokdogan · 9 years ago
  64. fb00357 Simplifies testNonCollidingAccidentalOverrideSucceeds. by Goktug Gokdogan · 9 years ago
  65. f09f97b Fail on instanceof native JsType interface. by Goktug Gokdogan · 9 years ago
  66. c74cb3d Some no-op nits. by Goktug Gokdogan · 9 years ago
  67. 896c1c8 Implement JsOpaque check. by Ye Wang · 9 years ago
  68. 326417c Fixes some cast optimization bugs for jsinterop. by Goktug Gokdogan · 9 years ago
  69. b0caef2 Don't emit unnecessary synthetic overrides. by Roberto Lublinerman · 9 years ago
  70. 6ba1e90 Moved CodeSplitter to before js optimizations. by Roberto Lublinerman · 9 years ago
  71. 08f911c Visit interfaces in topological order by Ray Cromwell · 9 years ago
  72. ef3b759 Moves JsInterop integration tests to new annotations. by Goktug Gokdogan · 9 years ago
  73. c0e44c0 Fixes SDM to incl. implementors of interfaces in stale types by Goktug Gokdogan · 9 years ago
  74. 26deda2 Sync back BUILD files by Goktug Gokdogan · 9 years ago
  75. ad68172 Updates compiler tests for new JsInterop annotations. by Goktug Gokdogan · 9 years ago
  76. a36d9f3 Fix Coverage that was broken by c712422. by Roberto Lublinerman · 9 years ago
  77. 55dc5bd Changed behavior of Arrays.asList().toArray() to match new JDK sematics. by Roberto Lublinerman · 9 years ago
  78. 026de2e Adds tests of JsInterop accuracy in incremental recompiles. by John Stalcup · 9 years ago
  79. 09c6809 Disable JSR303 test failing due to Java 8 by Thomas Broyer · 9 years ago
  80. 72d0202 Slightly refactor ImageResourceGenerator to avoid shadowing exception by Thomas Broyer · 9 years ago
  81. c9ed1fa Introduces new JsInterop annotations behind a flag. by Goktug Gokdogan · 9 years ago
  82. c305414 Cleanup in bootstrap sequence. by Roberto Lublinerman · 9 years ago
  83. 8d47a83 Don't output octal in string constants, use hexa instead. by Roberto Lublinerman · 9 years ago
  84. 81cfee8 Disallow native @JsType in enums. by Roberto Lublinerman · 9 years ago
  85. c97448d Add check to ensure empty constructors in native JsTypes. by Roberto Lublinerman · 9 years ago
  86. a8bd429 Add support for Java classes implementing/overriding @JsProperty methods. by Roberto Lublinerman · 9 years ago
  87. 97a4312 JsInterop namespace: assign constructor to last node. by Manuel Carrasco Moñino · 9 years ago
  88. c1d3bc9 Remove unused code in GenerateJavaScriptAST. by Roberto Lublinerman · 9 years ago
  89. 3744185 Rename Method.isNative and MethodBody.isNative to .isJsniMethod and .isJsniMethodBody. by Roberto Lublinerman · 9 years ago
  90. be1f83b Native JsType names are not required to be unique. by Roberto Lublinerman · 9 years ago
  91. 1d4b1b7 Remove noop string handling in ExclusivityMap. by Roberto Lublinerman · 9 years ago
  92. 983bc3a Check that Native members have a js name. by Roberto Lublinerman · 9 years ago
  93. b478522 Move NameClashesFixer back to the start of GenerateJavaScriptAST.exec. by Roberto Lublinerman · 9 years ago
  94. d6314fc Sync back build files by Goktug Gokdogan · 9 years ago
  95. 66ce34a Switch to AUTO for the default for source level selection. by Goktug Gokdogan · 9 years ago
  96. f04db3d Renamed JMethod.needsVTable to JMethod.needsDynamicDispatch. by Roberto Lublinerman · 9 years ago
  97. a18a408 Add JsPropertyChecks to JsInteropRestrictionChecker. by Roberto Lublinerman · 9 years ago
  98. 5d2d61a Small nits in GenerateJavaScriptAST and JsUtils. by Roberto Lublinerman · 9 years ago
  99. 904f151 Set -Xnamespace NONE if code splitting is enabled. by Roberto Lublinerman · 9 years ago
  100. 09a1399 Refactor of JsInteropRestrictionChecker. by Roberto Lublinerman · 9 years ago