1. 154bc52 Update globals to chrome 54.0.2840.16. by Roberto Lublinerman · 9 years ago
  2. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 9 years ago
  3. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 9 years ago
  4. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 9 years ago
  5. 535f2fa Add missing bridges for default methods. by Roberto Lublinerman · 9 years ago
  6. c511029 Introduces special handling of namespace = "window". by Roberto Lublinerman · 9 years ago
  7. 7da4bf3 Implement abstract method bridges for functional expressions. by Roberto Lublinerman · 9 years ago
  8. 15bd4aa Update globals for chrome 53.0.2785.46. by Roberto Lublinerman · 9 years ago
  9. b64263e Fix typo in DeadCodeElimination. by Roberto Lublinerman · 9 years ago
  10. dadac46 Fix erroneous constant propagation in JsProperty field. by Roberto Lublinerman · 9 years ago
  11. 67730b7 Fix incorrect unusable-by-js warning. by Roberto Lublinerman · 9 years ago 2.8.0-rc2
  12. a3ae5d8 Fix DevMode server (jetty) restart by Thomas Broyer · 9 years ago
  13. 9f10097 Include relevant compiler options in SDM cache key. by Roberto Lublinerman · 9 years ago
  14. f838b26 Turn failures in Soyc to warning instead of errors. by Roberto Lublinerman · 9 years ago
  15. be738ee Adds missing command line parameters to DevMode entry point. by Roberto Lublinerman · 9 years ago
  16. 262fe43 Do now qualify String, Array, Function, Object and Number with $wnd. by Roberto Lublinerman · 9 years ago
  17. 83f0fd1 Relax name checking native items on the JsPackage.GLOBAL namespace. by Roberto Lublinerman · 9 years ago
  18. 7027336 DeadCodeElimination was not optimizing some expressions fully. by Roberto Lublinerman · 9 years ago
  19. 0b37eb6 Fix compiler crash due to accidental override in native JsType. by Roberto Lublinerman · 9 years ago
  20. 64215f8 Enable Java8 for GWT on JDK7 (cont'd) by Thomas Broyer · 9 years ago
  21. ca8ad7b Do not honor JsNames if -generateJsInteropExports is not set. by Roberto Lublinerman · 9 years ago
  22. 78e5658 Fix ICE related to bad coverage instrumentation. by Roberto Lublinerman · 9 years ago
  23. b5d6f2e Add support for native JsType hashCode and equals. by Roberto Lublinerman · 9 years ago
  24. ee508c7 Enforce single non-delegating constructor restriction. by Roberto Lublinerman · 9 years ago
  25. b703afc Cleanup special casing of Clinit. by Roberto Lublinerman · 9 years ago
  26. 807de3a Allow arbitrary clinit code in native JsTypes and JsFunction interfaces. by Roberto Lublinerman · 9 years ago
  27. 652cb09 Change restrictions for JsFunction implementations. by Roberto Lublinerman · 9 years ago
  28. 94d05a9 Cleanup JsInteropRestrictionCheckerTest. by Roberto Lublinerman · 9 years ago
  29. f134f41 Devirtualize JsFunction implementations by Roberto Lublinerman · 9 years ago
  30. c4f3778 Disallow instanceof JsFunction implementations. by Roberto Lublinerman · 9 years ago
  31. 75382f1 Hide Java 8 interfaces methods to generators. by Roberto Lublinerman · 9 years ago
  32. 389d2c2 Do not crash if @GwtIncompatible is used in annotations. by Roberto Lublinerman · 9 years ago
  33. 70dca51 Fix failing tests due to JsFunctions classes requiring final modifier. by Roberto Lublinerman · 9 years ago
  34. ffad429 Fix incorrect pruning of overridden JsMethods. by Roberto Lublinerman · 9 years ago
  35. 4c8cdea Require JsFunction implementations be marked final. by Roberto Lublinerman · 9 years ago
  36. bbca228 Add suggestion message on how to suppress 'unusable-by-js' warnings. by Roberto Lublinerman · 9 years ago
  37. 1bfb199 Make JsFunction implementation behave exactly as native functions. by Roberto Lublinerman · 9 years ago
  38. 4551d36 Update globals for Chrome 52.0.2743.24. by Roberto Lublinerman · 9 years ago
  39. 3f5933f Fix instanceof GLOBAL.Object. by Roberto Lublinerman · 9 years ago
  40. b438698 Fix error in ResourceAccumulatorTest. by Roberto Lublinerman · 9 years ago
  41. 398030d Allow calls to devirtualized methods from JSNI. by Roberto Lublinerman · 9 years ago
  42. a6f0fc09 Allow name conflicts in native properties. by Roberto Lublinerman · 9 years ago
  43. b280cf6 Make sure JsFunction calls are not accidentally bound. by Roberto Lublinerman · 9 years ago
  44. cecdcc9 Missing var declaration for tmp created by JsStackEmulator by Ray Cromwell · 10 years ago
  45. 6c8266c Fix JSNIRestrictionChecker error messages. by Roberto Lublinerman · 9 years ago
  46. 8cb7dd6 Do not optimize String.toString() method with null checks on. by Andrei Korzhevskii · 9 years ago
  47. 44c3e96 Remove old code for jstype. by Goktug Gokdogan · 9 years ago
  48. 162ccc9 Remove -XenableClosureCompiler. by Roberto Lublinerman · 9 years ago
  49. 03741df Fix runtime type error due to missing lambda implementation method. by Roberto Lublinerman · 9 years ago
  50. ab8ebc3 Fix for illegal method calls in JSNI. by Roberto Lublinerman · 9 years ago
  51. 920d70a Removes JsMethod for boxed type factory methods. by Goktug Gokdogan · 9 years ago
  52. 705e748 Adds helpers to CharSequence and Comparable for J2CL by Goktug Gokdogan · 9 years ago
  53. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  54. 77c5587 Make each method reference be its own different lambda. by Roberto Lublinerman · 9 years ago
  55. f97f15f Fixes GC issue in the ResourceAccumulatorTest. by Goktug Gokdogan · 9 years ago
  56. d36ff4e Fix ICE due to incorrectly tightening a JsVarargs parameter. by Roberto Lublinerman · 9 years ago
  57. 0ba67f4 Add JsInterop restriction test for @JsIngore on native interface. by Roberto Lublinerman · 9 years ago
  58. 48b180d Fix broken CompilerTest. by Roberto Lublinerman · 9 years ago
  59. 5d208f3 Make sure native JsConstructors are not prunned even if not used. by Roberto Lublinerman · 9 years ago
  60. 48e3ba9 Makes NPE extend from JsException by Goktug Gokdogan · 9 years ago
  61. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  62. f56956e Disallow JsOptional on primitive typed parameters. by Roberto Lublinerman · 9 years ago
  63. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  64. 170a84e Adjust source maps & globals for D8. by Daniel Kurka · 9 years ago
  65. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  66. bfd6c3e Allow @JsOverlay on effectively final methods. by Roberto Lublinerman · 9 years ago
  67. 139b782 Fix MimimalRebuildCache leak when compiling multiple modules. by Roberto Lublinerman · 9 years ago
  68. 1f39820 Tentatively ignore temp files used for "safe writes" while watching files by Thomas Broyer · 9 years ago
  69. 2f2ded1 Implement JsOptional test on overrides. by Roberto Lublinerman · 9 years ago
  70. d04dadf Make sure unreferenced native arrays are considered live. by Roberto Lublinerman · 9 years ago
  71. c39fce0 Update to make the tests pass for most recent version of Chrome and Firefox by Goktug Gokdogan · 9 years ago
  72. bfa96cd Pin synthesizd closure constructor to initial fragment by Ray Cromwell · 9 years ago
  73. 720d817 Place class literal in a correct fragment for -XenableClosureFormat. by Roberto Lublinerman · 9 years ago
  74. e01c5dc Add support for JSPs in DevMode; this also enables annotations scanning. by Thomas Broyer · 9 years ago
  75. 5256765 Use same logic for -bindAddress in CodeServer and DevMode by Thomas Broyer · 9 years ago
  76. e15d990 Fix generating the list of Closure Compiler externs by Michael Zhou · 9 years ago
  77. 21e557e Fix test failure caused by updating Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  78. 1ed44cd Update Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  79. a3373c6 Fix an infinite loop with -compileReport. by Roberto Lublinerman · 9 years ago
  80. 40d6459 Remove remaining references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  81. 7d24f73 Remove all references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  82. 99ec446 Fix NoSuchMethod exception in UnifyAST due to unresolved method references. by Roberto Lublinerman · 9 years ago
  83. e2a95dc Log instead of throwing when saving generated sources by Uemit Seren · 9 years ago
  84. 349bfa6 Remove accidental override removal optimization. by Roberto Lublinerman · 9 years ago
  85. 2e5f97e Fix liveness of array classliterals for JsVarargs. by Roberto Lublinerman · 9 years ago
  86. d57f64d Revert "Cleanup array usage of class literals." by Roberto Lublinerman · 9 years ago
  87. f1381ca Migrate all javaemul.internal to user by Goktug Gokdogan · 9 years ago
  88. 0ee0798 Uncomment test after JDT upgrade by Thomas Broyer · 9 years ago
  89. a1e72dd Cleanup array usage of class literals. by Roberto Lublinerman · 9 years ago
  90. 970bbca JsOptional restriction checks by Roberto Lublinerman · 9 years ago
  91. a7df3d0 Fix sourcelevel help message. by Roberto Lublinerman · 9 years ago
  92. de0b77f Inherit JsName from super method if omitted. by Roberto Lublinerman · 9 years ago
  93. 2f021dc Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations by Thomas Broyer · 9 years ago
  94. e290623 Bump Jetty version to 9.2 including transitive dependencies by David Ostrovsky · 11 years ago
  95. 5100c36 Make Java 8 the default -sourceLevel. by Roberto Lublinerman · 9 years ago
  96. 5cbb0ff Fix bug optimizing instanceof JSO[] and split CompilerSuite. by Roberto Lublinerman · 9 years ago
  97. 2dc713a Use patched JDT to circumvent memory leak when compiling for Java 8. by Roberto Lublinerman · 9 years ago
  98. 989349d Make NativeSubclass.class.getSuperclass() return Object.class. by Roberto Lublinerman · 9 years ago
  99. de24929 Add tests for casts to special Native types. by Roberto Lublinerman · 9 years ago
  100. e26a8d2 Make Native[].class literals be transformed into JSO[].class. by Roberto Lublinerman · 9 years ago