1. b280cf6 Make sure JsFunction calls are not accidentally bound. by Roberto Lublinerman · 9 years ago
  2. cb9393d Nits in streams. by Daniel Kurka · 9 years ago
  3. 4ece808 Add critical checks in StringJoiner. by Daniel Kurka · 9 years ago
  4. f648782 Fix checkstyle. by Daniel Kurka · 9 years ago
  5. 1c12bdc Fix formatting for streams. by Daniel Kurka · 9 years ago
  6. ce899a4 Update license file to use GWT. by Daniel Kurka · 9 years ago
  7. cecdcc9 Missing var declaration for tmp created by JsStackEmulator by Ray Cromwell · 10 years ago
  8. 6c8266c Fix JSNIRestrictionChecker error messages. by Roberto Lublinerman · 9 years ago
  9. 6a82bc1 Run EmulJava8Suite in Java 8 builds by Thomas Broyer · 9 years ago
  10. c50bc7b Exclude java.internal.HashCodes from Java 7 builds by Thomas Broyer · 9 years ago
  11. 2e7b7a9 Add missing '.jar' extension to outofdate Ant task inputs by Thomas Broyer · 9 years ago
  12. 597adb3 Fix Stream.close() exception suppression logic. by Andrei Korzhevskii · 9 years ago
  13. ee494b0 Small compatibility fixes of Collections classes. by Andrei Korzhevskii · 9 years ago
  14. 8cb7dd6 Do not optimize String.toString() method with null checks on. by Andrei Korzhevskii · 9 years ago
  15. 6bd5faf Fix compatibility of String(byte[], Charset) by Andrei Korzhevskii · 9 years ago
  16. 9807734 Make Collectors non-instantiatable by Andrei Korzhevskii · 9 years ago
  17. 44c3e96 Remove old code for jstype. by Goktug Gokdogan · 9 years ago
  18. 162ccc9 Remove -XenableClosureCompiler. by Roberto Lublinerman · 9 years ago
  19. 717188d Disable devirtualized constructors test in (now deprecated) devmode. by Roberto Lublinerman · 9 years ago
  20. 186c2fd Sync build file. by Daniel Kurka · 9 years ago
  21. 03741df Fix runtime type error due to missing lambda implementation method. by Roberto Lublinerman · 9 years ago
  22. ab8ebc3 Fix for illegal method calls in JSNI. by Roberto Lublinerman · 9 years ago
  23. f0b7146 Emulate Java 8 Streams. by Colin Alworth · 9 years ago
  24. 4f06c93 Fix Collectors.groupingBy javac error by Andrei Korzhevskii · 9 years ago
  25. 920d70a Removes JsMethod for boxed type factory methods. by Goktug Gokdogan · 9 years ago
  26. 11c3e1b Add missing null check String.toString by Goktug Gokdogan · 9 years ago
  27. 705e748 Adds helpers to CharSequence and Comparable for J2CL by Goktug Gokdogan · 9 years ago
  28. c0f2267 Fix failing Collectors.partitionBy test for JDK by Andrei Korzhevskii · 9 years ago
  29. c8790cd Fixed System.identityHashcode for all boxed types. by Goktug Gokdogan · 9 years ago
  30. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  31. dbf1214 Fix nits in Collector patch. by Daniel Kurka · 9 years ago
  32. df32595 Work around a JDT boxing bug in Collectors. by Daniel Kurka · 9 years ago
  33. 9b9386c Fix documentation and method names in InternalPreconditions. by Andrei Korzhevskii · 9 years ago
  34. 1587f22 Move tests that require java8 into a java8 suite. by Daniel Kurka · 9 years ago
  35. 104750c Fix Math.rint for IE and htmlunit for numbers >= 2^52 by Andrei Korzhevskii · 9 years ago
  36. 77c5587 Make each method reference be its own different lambda. by Roberto Lublinerman · 9 years ago
  37. 05a71ce Remove early unnecessary returns in Logger. by Daniel Kurka · 9 years ago
  38. 5b7bfa5 Match AIOBE contract in Arrays and Spliterators by Andrei Korzhevskii · 9 years ago
  39. 978e3cd Move testSort to java8 tests and fix List.replaceAll test. by Andrei Korzhevskii · 9 years ago
  40. c32d7d1 Fix tests for Math.round and Math.floor by Andrei Korzhevskii · 9 years ago
  41. f97f15f Fixes GC issue in the ResourceAccumulatorTest. by Goktug Gokdogan · 9 years ago
  42. d36ff4e Fix ICE due to incorrectly tightening a JsVarargs parameter. by Roberto Lublinerman · 9 years ago
  43. 4c00188 Special case JsExcepiton in GWT-RPC policy. by Goktug Gokdogan · 9 years ago
  44. 152d92a Move Precondition.gwt.xml logic to Java. by Goktug Gokdogan · 9 years ago
  45. 9366e1f Map System.getProperty to Util.$getDefine. by Goktug Gokdogan · 9 years ago
  46. 93c726a Refactor newly added Math.floorDiv, floorMod, multiplyExact methods. by Andrei Korzhevskii · 9 years ago
  47. 0ba67f4 Add JsInterop restriction test for @JsIngore on native interface. by Roberto Lublinerman · 9 years ago
  48. 48b180d Fix broken CompilerTest. by Roberto Lublinerman · 9 years ago
  49. 5d208f3 Make sure native JsConstructors are not prunned even if not used. by Roberto Lublinerman · 9 years ago
  50. 48e3ba9 Makes NPE extend from JsException by Goktug Gokdogan · 9 years ago
  51. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  52. f56956e Disallow JsOptional on primitive typed parameters. by Roberto Lublinerman · 9 years ago
  53. f6538f7 Revert "Move tests that require java8 into java8/" by Goktug Gokdogan · 9 years ago
  54. 766b810 Move tests that require java8 into java8/ by Daniel Kurka · 9 years ago
  55. 29880a7 Revert "Temporarily revert "Add implements statement."" by Daniel Kurka · 9 years ago
  56. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  57. 170a84e Adjust source maps & globals for D8. by Daniel Kurka · 9 years ago
  58. dfcc65d Use native code for Math.abs by Andrei Korzhevskii · 9 years ago
  59. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  60. bfd6c3e Allow @JsOverlay on effectively final methods. by Roberto Lublinerman · 9 years ago
  61. 516d503 Temporarily revert "Add implements statement." by Roberto Lublinerman · 9 years ago
  62. 6f20a10 Add implements statement. by Daniel Kurka · 9 years ago
  63. 767e0b7 Emulate Java8 Collectors by Colin Alworth · 9 years ago
  64. de36e8e Call onLayout when there is no animation by Uemit Seren · 9 years ago
  65. 139b782 Fix MimimalRebuildCache leak when compiling multiple modules. by Roberto Lublinerman · 9 years ago
  66. 1f39820 Tentatively ignore temp files used for "safe writes" while watching files by Thomas Broyer · 9 years ago
  67. 2f2ded1 Implement JsOptional test on overrides. by Roberto Lublinerman · 9 years ago
  68. e6b5ef8 Fix failing tests for precondition checks in java8 classes. by Andrei Korzhevskii · 9 years ago
  69. 64da754 Fix Math.expm1 implementation by Andrei Korzhevskii · 9 years ago
  70. 607054b Add java.util Java 8 APIs for Arrays by Andrei Korzhevskii · 9 years ago
  71. d04dadf Make sure unreferenced native arrays are considered live. by Roberto Lublinerman · 9 years ago
  72. b8dbec4 Fix handling of -0 in Math.copySign by Goktug Gokdogan · 9 years ago
  73. f7c7e58 Revise preconditions in the newly introduced classes. by Andrei Korzhevskii · 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. c9a93db Add new Java 8 Logger API. by Andrei Korzhevskii · 9 years ago
  78. d480b32 Adds a missing test to EmulSuite by Goktug Gokdogan · 9 years ago
  79. c39fce0 Update to make the tests pass for most recent version of Chrome and Firefox by Goktug Gokdogan · 9 years ago
  80. 2fed913 Make PriorityQueue and Vector more JDK compatible. by Andrei Korzhevskii · 9 years ago
  81. 6396a7b Removes clinits from very common core classes Boolean&Throwable. by Goktug Gokdogan · 9 years ago
  82. 5be1d83 Emulate new methods for java.util.Map in Java 8. by Andrei Korzhevskii · 9 years ago
  83. bfa96cd Pin synthesizd closure constructor to initial fragment by Ray Cromwell · 9 years ago
  84. 720d817 Place class literal in a correct fragment for -XenableClosureFormat. by Roberto Lublinerman · 9 years ago
  85. fa1a1bf Handle NaN and -0.0 in Math.signum by Andrei Korzhevskii · 9 years ago
  86. dc2e7f6 marking custom serialization methods with GwtIncompatible by Manuel Carrasco Moñino · 9 years ago
  87. cd8e225 Sync back changes to dev/BUILD. by Roberto Lublinerman · 9 years ago
  88. 0060ad8 Fixes Math.rint. by Andrei Korzhevskii · 9 years ago
  89. 510bfaf Make JsonValue serializable by Artur Signell · 9 years ago
  90. 7c574ab Unbundle Jetty from gwt-dev when deploying to Maven by Thomas Broyer · 9 years ago
  91. e01c5dc Add support for JSPs in DevMode; this also enables annotations scanning. by Thomas Broyer · 9 years ago
  92. 5256765 Use same logic for -bindAddress in CodeServer and DevMode by Thomas Broyer · 9 years ago
  93. 967e1ac Fix ConstraintViolationImpl.equals by Milan Koníř · 9 years ago
  94. bbdae51 Mark htmlEscapeAllowEntities as @IsSafeHtml by Julian Bangert · 9 years ago
  95. 1760166 Fix addEventListener so it does not always throw an exception by Artur Signell · 9 years ago
  96. 22ee5a6 Add br tag can be sanitized by SimpleHtmlSanitizer by Goktug Gokdogan · 9 years ago
  97. e15d990 Fix generating the list of Closure Compiler externs by Michael Zhou · 9 years ago
  98. 3e4353a Update Guava to 19.0 by Michael Zhou · 9 years ago
  99. 21e557e Fix test failure caused by updating Closure Compiler to v20160315 by Michael Zhou · 9 years ago
  100. 8beb469 Add SecurityException. by Daniel Kurka · 9 years ago