1. 705e748 Adds helpers to CharSequence and Comparable for J2CL by Goktug Gokdogan · 9 years ago
  2. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  3. 77c5587 Make each method reference be its own different lambda. by Roberto Lublinerman · 9 years ago
  4. f97f15f Fixes GC issue in the ResourceAccumulatorTest. by Goktug Gokdogan · 9 years ago
  5. d36ff4e Fix ICE due to incorrectly tightening a JsVarargs parameter. by Roberto Lublinerman · 9 years ago
  6. 0ba67f4 Add JsInterop restriction test for @JsIngore on native interface. by Roberto Lublinerman · 9 years ago
  7. 48b180d Fix broken CompilerTest. by Roberto Lublinerman · 9 years ago
  8. 5d208f3 Make sure native JsConstructors are not prunned even if not used. by Roberto Lublinerman · 9 years ago
  9. 48e3ba9 Makes NPE extend from JsException by Goktug Gokdogan · 9 years ago
  10. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  11. f56956e Disallow JsOptional on primitive typed parameters. by Roberto Lublinerman · 9 years ago
  12. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  13. 170a84e Adjust source maps & globals for D8. by Daniel Kurka · 9 years ago
  14. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  15. bfd6c3e Allow @JsOverlay on effectively final methods. by Roberto Lublinerman · 9 years ago
  16. 139b782 Fix MimimalRebuildCache leak when compiling multiple modules. by Roberto Lublinerman · 9 years ago
  17. 1f39820 Tentatively ignore temp files used for "safe writes" while watching files by Thomas Broyer · 9 years ago
  18. 2f2ded1 Implement JsOptional test on overrides. by Roberto Lublinerman · 9 years ago
  19. d04dadf Make sure unreferenced native arrays are considered live. by Roberto Lublinerman · 9 years ago
  20. c39fce0 Update to make the tests pass for most recent version of Chrome and Firefox by Goktug Gokdogan · 9 years ago
  21. bfa96cd Pin synthesizd closure constructor to initial fragment by Ray Cromwell · 9 years ago
  22. 720d817 Place class literal in a correct fragment for -XenableClosureFormat. by Roberto Lublinerman · 9 years ago
  23. e01c5dc Add support for JSPs in DevMode; this also enables annotations scanning. by Thomas Broyer · 9 years ago
  24. 5256765 Use same logic for -bindAddress in CodeServer and DevMode by Thomas Broyer · 9 years ago
  25. e15d990 Fix generating the list of Closure Compiler externs by Michael Zhou · 9 years ago
  26. 21e557e Fix test failure caused by updating Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  27. 1ed44cd Update Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  28. a3373c6 Fix an infinite loop with -compileReport. by Roberto Lublinerman · 9 years ago
  29. 40d6459 Remove remaining references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  30. 7d24f73 Remove all references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  31. 99ec446 Fix NoSuchMethod exception in UnifyAST due to unresolved method references. by Roberto Lublinerman · 9 years ago
  32. e2a95dc Log instead of throwing when saving generated sources by Uemit Seren · 9 years ago
  33. 349bfa6 Remove accidental override removal optimization. by Roberto Lublinerman · 9 years ago
  34. 2e5f97e Fix liveness of array classliterals for JsVarargs. by Roberto Lublinerman · 9 years ago
  35. d57f64d Revert "Cleanup array usage of class literals." by Roberto Lublinerman · 9 years ago
  36. f1381ca Migrate all javaemul.internal to user by Goktug Gokdogan · 9 years ago
  37. 0ee0798 Uncomment test after JDT upgrade by Thomas Broyer · 9 years ago
  38. a1e72dd Cleanup array usage of class literals. by Roberto Lublinerman · 9 years ago
  39. 970bbca JsOptional restriction checks by Roberto Lublinerman · 9 years ago
  40. a7df3d0 Fix sourcelevel help message. by Roberto Lublinerman · 9 years ago
  41. de0b77f Inherit JsName from super method if omitted. by Roberto Lublinerman · 9 years ago
  42. 2f021dc Remove SourceLevel.JAVA7 now that we started landing Java 8 emulations by Thomas Broyer · 9 years ago
  43. e290623 Bump Jetty version to 9.2 including transitive dependencies by David Ostrovsky · 11 years ago
  44. 5100c36 Make Java 8 the default -sourceLevel. by Roberto Lublinerman · 9 years ago
  45. 5cbb0ff Fix bug optimizing instanceof JSO[] and split CompilerSuite. by Roberto Lublinerman · 9 years ago
  46. 2dc713a Use patched JDT to circumvent memory leak when compiling for Java 8. by Roberto Lublinerman · 9 years ago
  47. 989349d Make NativeSubclass.class.getSuperclass() return Object.class. by Roberto Lublinerman · 9 years ago
  48. de24929 Add tests for casts to special Native types. by Roberto Lublinerman · 9 years ago
  49. e26a8d2 Make Native[].class literals be transformed into JSO[].class. by Roberto Lublinerman · 9 years ago
  50. 49a04a8 Fix JS varargs when null array is passed. by Roberto Lublinerman · 9 years ago
  51. b2d255b Make JSO[] and native JsType getClass() return JavaScriptObject[].class. by Roberto Lublinerman · 9 years ago
  52. dfc6e88 Switch to native JsTypes for String and Math. by Goktug Gokdogan · 9 years ago
  53. 06f48f1 Fix method call tightening involving native JsTypes. by Roberto Lublinerman · 9 years ago
  54. 83b9b1e Fix incorrect import in a test. by Goktug Gokdogan · 9 years ago
  55. d0429c1 Moves all new property names under 'jre.*' by Goktug Gokdogan · 9 years ago
  56. caf0f8c Make ExternalPermutationWorker bind sockets lazily. by Roberto Lublinerman · 9 years ago
  57. f85a692 Fix nullness analysis for JSOs and propagate through casts. by Roberto Lublinerman · 9 years ago
  58. 0d178f1 Remove GwtIncompatible from EmulatedCharset. by Goktug Gokdogan · 9 years ago
  59. dd141d6 Remove legacy JsInterop. by Roberto Lublinerman · 9 years ago
  60. 4ca2775 Allow casting native arrays to Object[]. by Roberto Lublinerman · 9 years ago
  61. 8d33a39 Mark arrays of leaf type java.lang.Object as canBeReferencedExternally. by Roberto Lublinerman · 9 years ago
  62. dca53da Remove string based JavaScript instanceof. by Roberto Lublinerman · 9 years ago
  63. f7355dd Update globals as of Chrome 48.0.2564.23 by Roberto Lublinerman · 9 years ago
  64. 13dd442 Add treatment for special native types. by Roberto Lublinerman · 9 years ago
  65. 69c37ea Disallow concrete @JsProperty on static methods. by Roberto Lublinerman · 9 years ago
  66. 0a80184 Fix some warnings for Closure integration. by Goktug Gokdogan · 9 years ago
  67. 989b153 Renames Exceptions wrap/unwrap to toJava/toJs by Goktug Gokdogan · 9 years ago
  68. ec8c0e7 Refactors pieces out of JavaScriptExceptionTest by Goktug Gokdogan · 9 years ago
  69. ad8ed35 Fixed spelling error when starting CodeServer by Thorsten Jacoby · 9 years ago
  70. 514862d Fix regression caused by @JsOverlay and default methods. by Roberto Lublinerman · 9 years ago
  71. 848af07 Fix JAnalysisDecoratedType regarding JsInterop. by Roberto Lublinerman · 9 years ago
  72. 67b5552 Updates JsExportTest verifications to use JsInterop instead of JSNI. by John Stalcup · 9 years ago
  73. 5f8c910 Implement @JsOverlay with default methods in Java8. by Roberto Lublinerman · 9 years ago
  74. 910354c Allow general initializer in @JsOverlay static fields. by Roberto Lublinerman · 9 years ago
  75. 6b690bd Make sure classliteral fields related to JsVarargs array are created. by Roberto Lublinerman · 9 years ago
  76. fe3aaef Add support for JsInterop varargs. by Roberto Lublinerman · 9 years ago
  77. 9deb41f JVariableRef cleanup. by Roberto Lublinerman · 9 years ago
  78. 1d660d2 Make exceptions work across Java/JavaScript boundary by Goktug Gokdogan · 9 years ago
  79. 297d775 Fix instanceof for primitives & string. by Daniel Kurka · 9 years ago
  80. 890af91 Update JS keywords to ES6. by Roberto Lublinerman · 9 years ago
  81. 638d891 Special treat casting for native Array & Object. by Daniel Kurka · 9 years ago
  82. b01585b JParameter cleanup. by Roberto Lublinerman · 9 years ago
  83. 426aeda generateJsInteropExports flag does not work in SDM by Manuel Carrasco Moñino · 9 years ago
  84. fc71869 Fixes missing unwrapping logic in emulated stack mode. by Goktug Gokdogan · 9 years ago
  85. 9d68de0 Fix static initializers for interfaces with default methods. by Roberto Lublinerman · 9 years ago
  86. 5c404f5 Consider native fields that are only written to live. by Goktug Gokdogan · 9 years ago
  87. c251eaa Fix implementation of Object methods invoked on native JsTypes. by Goktug Gokdogan · 9 years ago
  88. 7551643 Enforce JsPackage.GLOBAL to access global object. by Goktug Gokdogan · 9 years ago
  89. df6b35e Removes property name references to SDM. by Goktug Gokdogan · 9 years ago
  90. 8958cd4 Fix the checking for JsProperty override name clash by Goktug Gokdogan · 9 years ago
  91. 77940d9 Respect quoting for object literals in JSNI code. by Roberto Lublinerman · 9 years ago
  92. 001e532 Make sure native fields are not pruned. by Roberto Lublinerman · 9 years ago
  93. 65689c6 Add defaults for System.getProperty calls. by Daniel Kurka · 9 years ago
  94. 41958aa Fixes handling of non-public JsMethods. by Goktug Gokdogan · 9 years ago
  95. 60b5495 Rollback field pruning change for new flags. by Roberto Lublinerman · 9 years ago
  96. 0d84721 Rollback method pruning change for new flags. by Goktug Gokdogan · 9 years ago
  97. 5d563e5 Ban switching of JsProperty/JsMethod on overrides by Goktug Gokdogan · 9 years ago
  98. 538ff9e Revert "Make object literal property names emitted consistently." by Roberto Lublinerman · 9 years ago
  99. 184e750 Fix bad code generation involving method references and generics. by Roberto Lublinerman · 9 years ago
  100. adca129 Adds native JsType tests for defenders. by Goktug Gokdogan · 9 years ago 2.8.0-beta1