1. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 9 years ago
  2. 71832c3 Supress some ErrorProne warnings by Goktug Gokdogan · 9 years ago
  3. 9139e71 Add more JsType array tests. by Goktug Gokdogan · 9 years ago
  4. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 9 years ago
  5. 8a16329 Fix ArrayDeque's bug when expanding capacity. by Andrei Korzhevskii · 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. dadac46 Fix erroneous constant propagation in JsProperty field. by Roberto Lublinerman · 9 years ago
  9. 5e8a97d Suppress error-prone warnings in CompilerTest. by Roberto Lublinerman · 9 years ago
  10. 262fe43 Do now qualify String, Array, Function, Object and Number with $wnd. by Roberto Lublinerman · 9 years ago
  11. 7027336 DeadCodeElimination was not optimizing some expressions fully. by Roberto Lublinerman · 9 years ago
  12. 0b37eb6 Fix compiler crash due to accidental override in native JsType. by Roberto Lublinerman · 9 years ago
  13. cda125f Hack around AutoBean regression wrt j.u.Iterator by Thomas Broyer · 9 years ago
  14. ca8ad7b Do not honor JsNames if -generateJsInteropExports is not set. by Roberto Lublinerman · 9 years ago
  15. e1fcefa Makes Throwable.backingJsObject to not rely on exports. by Goktug Gokdogan · 9 years ago
  16. cf3be7c Use InternalPreconditions.checkCriticalArithmetic in java.lang.Math by Andrei Korzhevskii · 9 years ago
  17. d0794a9 Refactor Arrays.copyOf, Arrays.copyOfRange and throw AIOBE. by Andrei Korzhevskii · 9 years ago
  18. 583967b Emulate java.util.ArrayDeque by Andrei Korzhevskii · 11 years ago
  19. 690c835 Emulate java.util.BitSet by Andrei Korzhevskii · 10 years ago
  20. 78e5658 Fix ICE related to bad coverage instrumentation. by Roberto Lublinerman · 9 years ago
  21. b5d6f2e Add support for native JsType hashCode and equals. by Roberto Lublinerman · 9 years ago
  22. 38b1b71 Small refactoring of Collection's impl by Andrei Korzhevskii · 9 years ago
  23. cf2990d Add tests for java.lang.Math and fix incompatibilities by Andrei Korzhevskii · 9 years ago
  24. 8cd66df Throw NPE on String.equals when String is null. by Goktug Gokdogan · 9 years ago
  25. ee508c7 Enforce single non-delegating constructor restriction. by Roberto Lublinerman · 9 years ago
  26. 029665b SHA-256 implementation for gwt from specification. by hanjiajun · 9 years ago
  27. 156f9e4 Suppress error-prone warnings in StringTest. by Roberto Lublinerman · 9 years ago
  28. fc52b53 Add null checks to String methods. by Andrei Korzhevskii · 9 years ago
  29. 807de3a Allow arbitrary clinit code in native JsTypes and JsFunction interfaces. by Roberto Lublinerman · 9 years ago
  30. 652cb09 Change restrictions for JsFunction implementations. by Roberto Lublinerman · 9 years ago
  31. 16e0d3f Delete duplicated tests. by Roberto Lublinerman · 9 years ago
  32. f134f41 Devirtualize JsFunction implementations by Roberto Lublinerman · 9 years ago
  33. c4f3778 Disallow instanceof JsFunction implementations. by Roberto Lublinerman · 9 years ago
  34. 10c2f0a Add a warning suppression for getClass() on an annotation. by Roberto Lublinerman · 9 years ago
  35. 7548b3d Remove critical checks in StringJoiner. by Andrei Korzhevskii · 9 years ago
  36. 70dca51 Fix failing tests due to JsFunctions classes requiring final modifier. by Roberto Lublinerman · 9 years ago
  37. ffad429 Fix incorrect pruning of overridden JsMethods. by Roberto Lublinerman · 9 years ago
  38. 1bfb199 Make JsFunction implementation behave exactly as native functions. by Roberto Lublinerman · 9 years ago
  39. 3770607 Fix tests in devmode. by Andrei Korzhevskii · 9 years ago
  40. 3f5933f Fix instanceof GLOBAL.Object. by Roberto Lublinerman · 9 years ago
  41. 2881c43 Fix BigDecimal equals by Vit Hampl · 9 years ago
  42. 398030d Allow calls to devirtualized methods from JSNI. by Roberto Lublinerman · 9 years ago
  43. 68213f5 Handle null CharSequence in StringBuilder/StringBuffer by Andrei Korzhevskii · 9 years ago
  44. b280cf6 Make sure JsFunction calls are not accidentally bound. by Roberto Lublinerman · 9 years ago
  45. 1c12bdc Fix formatting for streams. by Daniel Kurka · 9 years ago
  46. 597adb3 Fix Stream.close() exception suppression logic. by Andrei Korzhevskii · 9 years ago
  47. ee494b0 Small compatibility fixes of Collections classes. by Andrei Korzhevskii · 9 years ago
  48. 717188d Disable devirtualized constructors test in (now deprecated) devmode. 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. f0b7146 Emulate Java 8 Streams. by Colin Alworth · 9 years ago
  52. c0f2267 Fix failing Collectors.partitionBy test for JDK by Andrei Korzhevskii · 9 years ago
  53. c8790cd Fixed System.identityHashcode for all boxed types. by Goktug Gokdogan · 9 years ago
  54. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  55. dbf1214 Fix nits in Collector patch. by Daniel Kurka · 9 years ago
  56. 1587f22 Move tests that require java8 into a java8 suite. by Daniel Kurka · 9 years ago
  57. 104750c Fix Math.rint for IE and htmlunit for numbers >= 2^52 by Andrei Korzhevskii · 9 years ago
  58. 978e3cd Move testSort to java8 tests and fix List.replaceAll test. by Andrei Korzhevskii · 9 years ago
  59. c32d7d1 Fix tests for Math.round and Math.floor by Andrei Korzhevskii · 9 years ago
  60. d36ff4e Fix ICE due to incorrectly tightening a JsVarargs parameter. by Roberto Lublinerman · 9 years ago
  61. 93c726a Refactor newly added Math.floorDiv, floorMod, multiplyExact methods. by Andrei Korzhevskii · 9 years ago
  62. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  63. f6538f7 Revert "Move tests that require java8 into java8/" by Goktug Gokdogan · 9 years ago
  64. 766b810 Move tests that require java8 into java8/ by Daniel Kurka · 9 years ago
  65. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  66. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  67. 767e0b7 Emulate Java8 Collectors by Colin Alworth · 9 years ago
  68. de36e8e Call onLayout when there is no animation by Uemit Seren · 9 years ago
  69. e6b5ef8 Fix failing tests for precondition checks in java8 classes. by Andrei Korzhevskii · 9 years ago
  70. 64da754 Fix Math.expm1 implementation by Andrei Korzhevskii · 9 years ago
  71. 607054b Add java.util Java 8 APIs for Arrays by Andrei Korzhevskii · 9 years ago
  72. d04dadf Make sure unreferenced native arrays are considered live. by Roberto Lublinerman · 9 years ago
  73. b8dbec4 Fix handling of -0 in Math.copySign by Goktug Gokdogan · 9 years ago
  74. de1f9b9 Add java.util Java 8 APIs for Collection, Arrays, Lists and Queues. by Andrei Korzhevskii · 9 years ago
  75. 462be16 Fix BigIntegerConvertTest package name by Andrei Korzhevskii · 9 years ago
  76. 0f6c5f6 Move BigIntegerConvertTest into java8/ by Daniel Kurka · 9 years ago
  77. d480b32 Adds a missing test to EmulSuite by Goktug Gokdogan · 9 years ago
  78. c39fce0 Update to make the tests pass for most recent version of Chrome and Firefox by Goktug Gokdogan · 9 years ago
  79. 2fed913 Make PriorityQueue and Vector more JDK compatible. by Andrei Korzhevskii · 9 years ago
  80. 5be1d83 Emulate new methods for java.util.Map in Java 8. by Andrei Korzhevskii · 9 years ago
  81. fa1a1bf Handle NaN and -0.0 in Math.signum by Andrei Korzhevskii · 9 years ago
  82. 0060ad8 Fixes Math.rint. by Andrei Korzhevskii · 9 years ago
  83. e01c5dc Add support for JSPs in DevMode; this also enables annotations scanning. by Thomas Broyer · 9 years ago
  84. 967e1ac Fix ConstraintViolationImpl.equals by Milan Koníř · 9 years ago
  85. ac5d748 Add java.lang Java 8 API by Andrei Korzhevskii · 9 years ago
  86. ea62cff Emulate java.util.Spliterator by Andrei Korzhevskii · 9 years ago
  87. cd7a1b0 Emulate new methods for Comparator in Java 8. by Colin Alworth · 9 years ago
  88. 5d64514 Fix tests that incorrectly check that an error is thrown. by Goktug Gokdogan · 9 years ago
  89. 7d24f73 Remove all references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  90. 99ec446 Fix NoSuchMethod exception in UnifyAST due to unresolved method references. by Roberto Lublinerman · 9 years ago
  91. 332e643 ui:import tags now have highest precedence in the generated code by Mark Kuznetsov · 9 years ago
  92. a4532e9 Add extra test to JsOverlays. by Goktug Gokdogan · 9 years ago
  93. 31e6a73 Add new Java 8 methods in BigInteger. by Andrei Korzhevskii · 9 years ago
  94. 5d4e98b Emulate java.util.Int/Long/DoubleSummaryStatistics by Jens Nehlmeier · 9 years ago
  95. 2e5f97e Fix liveness of array classliterals for JsVarargs. by Roberto Lublinerman · 9 years ago
  96. d57f64d Revert "Cleanup array usage of class literals." by Roberto Lublinerman · 9 years ago
  97. b2b6ed0 Remove some no longer needed code. by Goktug Gokdogan · 9 years ago
  98. e833bcd Disabled EditorTest.testList by Goktug Gokdogan · 9 years ago
  99. a1e72dd Cleanup array usage of class literals. by Roberto Lublinerman · 9 years ago
  100. 17ee802 GwtSpecificValidatorCreator generates wrong code for annotations with long value by Milan Koníř · 9 years ago