1. cb9b374 Fix Arrays.binarySearch semantics for float[] and double[] by Goktug Gokdogan · 5 years ago
  2. 3f25adf Make sure that float follows the same semantics as double by Goktug Gokdogan · 5 years ago
  3. c5fd90c Improve array checking for Serializable/Clonable. by Goktug Gokdogan · 5 years ago
  4. 19538fb Start tracking suppressed errors in addition to the cause in underlying error object. by Goktug Gokdogan · 5 years ago
  5. 2c24d6f Make arrays instance of Cloneable. by Roberto Lublinerman · 5 years ago
  6. 4535faf Adds no-op functionaliy to Throwable and friends. by Goktug Gokdogan · 5 years ago
  7. e1e0a0c Add proper handling of multi-line error messages. by Goktug Gokdogan · 5 years ago
  8. e312662 Link backing errors together with a cause attribute by Goktug Gokdogan · 6 years ago
  9. 3598afd Add AtomicReference to gwt/emul. by Roberto Lublinerman · 7 years ago
  10. 7f73835 Make javaemul.internal.ArrayStamper public. by Roberto Lublinerman · 6 years ago
  11. 10d8245 Ensure subList and keySet overrides are consistent with List.subList and map.keySet w.r.t. returning @JsNonNull. by Roberto Lublinerman · 6 years ago
  12. 724f696 Always use JsPackage.GLOBAL when referring to externs. by Roberto Lublinerman · 6 years ago
  13. d01f73c Add partial emulation for ExecutorService and ScheduledExecutorService by Goktug Gokdogan · 6 years ago
  14. a0294a6 Fixes typo in java.lang.Throwable by Goktug Gokdogan · 6 years ago
  15. 329b219 Remove NoSuchMethodException emulation by Goktug Gokdogan · 6 years ago
  16. 771115c Emulate java.util.concurrent.Flow by Ignacio Baca Moreno-Torres · 6 years ago
  17. 554e25d Adds helpers to Serializable for J2CL. by Roberto Lublinerman · 6 years ago
  18. ac11224 Adds @SuppressWarnings("unusable-by-js") for HasJavaThrowable by Goktug Gokdogan · 7 years ago
  19. 1e51c2a Emulate javax.annotation{,.processing}.Generated by Thomas Broyer · 7 years ago
  20. 7852dae Replaces the way Throwable is linked to JavaScript. by Goktug Gokdogan · 7 years ago
  21. e8657c0 Fix String.regionMatches. by Roberto Lublinerman · 7 years ago
  22. 207d21f Add Reader and StringReader emulation. by Dan Ringwalt · 7 years ago
  23. 7f3c717 Preserve newlines in exception messages. by Chris Povirk · 7 years ago
  24. d78f9e9 Add jsinterop.annotations.JsNonNull and JsNullable. by Roberto Lublinerman · 7 years ago
  25. ecdf56b Update unmodifiableList to throw on Java8 methods. by Daniel Kurka · 7 years ago
  26. 3ab21ff Add missing @Nonnull to return types in JRE APIs by Goktug Gokdogan · 7 years ago
  27. 2ffc70a Treat negative zero properly in Double/Float.compare() by Goktug Gokdogan · 7 years ago
  28. d2dd624 Fix of various whitespace&warning issues by Goktug Gokdogan · 7 years ago
  29. c731707 Adds missing bound check to String.charAt by Colin Alworth · 7 years ago
  30. 330dfbe Move Guava concurrent emulation to JRE. by Goktug Gokdogan · 7 years ago
  31. 29d9b45 Do not use the type Console. by Roberto Lublinerman · 8 years ago
  32. 034abe7 Remove window.console reference from ConsoleLogger. by Goktug Gokdogan · 8 years ago
  33. 0654587 Fix edge-case in gwt-rpc client deserialization by Thomas Broyer · 8 years ago
  34. 7e730fe Fix regression in String.toUpperCase becoming locale-dependent by Thomas Broyer · 8 years ago
  35. 2fccdd4 Widening/Narrowing opertaions in j.l.reflect.Array. by Daniel Kurka · 8 years ago
  36. 26c080e Add emulation for java.lang.reflect.Array. by Daniel Kurka · 8 years ago
  37. 391075f Makes java.util.logging.Logger optimize faster. by Goktug Gokdogan · 8 years ago
  38. 8435e03 Simplify InternalPreconditions. by Goktug Gokdogan · 8 years ago
  39. e7403df Replace String.equals with == in InternalPreconditions. by Goktug Gokdogan · 8 years ago
  40. 399c18b Implement PriorityQueue.iterator() by Andrei Korzhevskii · 9 years ago
  41. 06cf323 Remove unneeded indirections for java.lang.Math by Goktug Gokdogan · 8 years ago
  42. 3efc7e3 Fix up PriorityQueue.iterator() to support remove(). by Thomas Deegan · 8 years ago
  43. a3a3e69 Add java.io.Externalizable. by Roberto Lublinerman · 8 years ago
  44. e8852f6 Revert "Adds emulation for some Java IO classes." by Roberto Lublinerman · 8 years ago
  45. b3c64a7 Adds emulation for some Java IO classes. by Roberto Lublinerman · 8 years ago
  46. d987899 Update ConsoleLogger native types to better reflect DOM spec. by Goktug Gokdogan · 8 years ago
  47. 4c64599 Mark JSNI methods in JRE as "unusable-by-js" for J2CL by Goktug Gokdogan · 8 years ago
  48. 6138b88 Fixes regression on ConsoleLogger. by Goktug Gokdogan · 8 years ago
  49. 638cffa Inline JsUtil helpers where applicable by Goktug Gokdogan · 8 years ago
  50. 2902331 Cleans up most of JSNI from ConsoleLogger. by Goktug Gokdogan · 8 years ago
  51. 9ee3048 Removes most of the remaining JSNI in JRE by Goktug Gokdogan · 8 years ago
  52. 9acbf24 Cleans up more JSNI in JRE by Goktug Gokdogan · 8 years ago
  53. 75ff6b8 Remove JSNI regex literals. by Goktug Gokdogan · 8 years ago
  54. fcda298 Reduces JSNI in JRE tests by Goktug Gokdogan · 8 years ago
  55. 165f8d8 Add Nonnull to String.valueOf by Goktug Gokdogan · 8 years ago
  56. c03a639 Remove the SUBSIZED characteristic from filtered streams by Goktug Gokdogan · 8 years ago
  57. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 8 years ago
  58. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 8 years ago
  59. c820b63 Switch InternalJsMap to interface and properly type it. by Goktug Gokdogan · 8 years ago
  60. 9ff9145 Remove unnecessary casts from JRE internal by Goktug Gokdogan · 8 years ago
  61. ce9ceab Reduce JSNI on String and MathContext by Goktug Gokdogan · 8 years ago
  62. 701143c Removes unsafeLong conversion. by Goktug Gokdogan · 8 years ago
  63. fdeba6c Add msg option to InternalPrecondtions.checkType by Goktug Gokdogan · 8 years ago
  64. bb6edc4 Reduce JSNI usage for Arrays. by Goktug Gokdogan · 8 years ago
  65. 0ea5b4b Supress warning for Array.compare by Goktug Gokdogan · 8 years ago 2.8.1
  66. c8ea1ac Simplify Array sort comparators. by Goktug Gokdogan · 8 years ago
  67. 03315bc Adds @RunWith(Suite.class) emulation by Goktug Gokdogan · 8 years ago
  68. ed5c708 Remove Characteristics manipulation in Collectors by Goktug Gokdogan · 8 years ago
  69. 3d46828 Make Array.sort(float[]/double[]) JDK compliant by Alex Bertram · 8 years ago
  70. 62d5e49 Fix incompatibility of PrintStream.flush by Goktug Gokdogan · 8 years ago
  71. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 8 years ago
  72. c5ad293 Add a utility method to java.lang.Void for J2CL use. by Roberto Lublinerman · 8 years ago
  73. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 8 years ago
  74. b877414 Do not ignore return values of streams. by Daniel Kurka · 8 years ago
  75. 9ece560 Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements. by Roberto Lublinerman · 8 years ago
  76. 9be59bb Hide non-standard APIs from java.util.stream by Goktug Gokdogan · 8 years ago
  77. 0a6b628 Fix incorrect comparison of object arrays in Arrays.deepEquals. by Andrei Korzhevskii · 8 years ago
  78. 1c6a4e5 Specialize Objects.equals for strings. by Andrei Korzhevskii · 8 years ago
  79. b78ccff Small optimization in String.subString by Goktug Gokdogan · 8 years ago
  80. 1ac4435 Make native NativeRegExp to refer to the iframe instance. by Freddy Boucher · 8 years ago
  81. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  82. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 9 years ago
  83. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 9 years ago
  84. 8a16329 Fix ArrayDeque's bug when expanding capacity. by Andrei Korzhevskii · 9 years ago
  85. 468036a Fix bad merge in c511029eaae. by Roberto Lublinerman · 9 years ago
  86. c511029 Introduces special handling of namespace = "window". by Roberto Lublinerman · 9 years ago
  87. 0dada56 Put back ListIterator.remove() override. by Andrei Korzhevskii · 9 years ago
  88. d85368f Removes unnecessary cast in String.fromCharcode by Goktug Gokdogan · 9 years ago
  89. e1fcefa Makes Throwable.backingJsObject to not rely on exports. by Goktug Gokdogan · 9 years ago
  90. cf3be7c Use InternalPreconditions.checkCriticalArithmetic in java.lang.Math by Andrei Korzhevskii · 9 years ago
  91. d0794a9 Refactor Arrays.copyOf, Arrays.copyOfRange and throw AIOBE. by Andrei Korzhevskii · 9 years ago
  92. 583967b Emulate java.util.ArrayDeque by Andrei Korzhevskii · 11 years ago
  93. 690c835 Emulate java.util.BitSet by Andrei Korzhevskii · 10 years ago
  94. 0602bc5 Remove remaining abstract overrides in java.util by Andrei Korzhevskii · 9 years ago
  95. 56c0702 Simplify ArrayList.removeIf. by Andrei Korzhevskii · 9 years ago
  96. ca6364f Consistenly use xxxAtIndex style in List. by Goktug Gokdogan · 9 years ago
  97. 7cd908f Add missing NUMERIC to a table in InternalPreconditions by Goktug Gokdogan · 9 years ago
  98. 38b1b71 Small refactoring of Collection's impl by Andrei Korzhevskii · 9 years ago
  99. 6da5fb1 Remove some unnessary overrides in java.util by Goktug Gokdogan · 9 years ago
  100. cf2990d Add tests for java.lang.Math and fix incompatibilities by Andrei Korzhevskii · 9 years ago