1. bcae65b Add Character.isTitleCase. by Goktug Gokdogan · 4 years, 1 month ago
  2. f99d553 Add Charset.defaultCharset. by Goktug Gokdogan · 4 years, 1 month ago
  3. bd7c89c Add incomplete emulations in PrintStream by Kashish Bansal · 4 years, 2 months ago
  4. ace78af Avoid using ensureInt for out of bounds array access by Goktug Gokdogan · 4 years, 5 months ago
  5. 0a56fb5 Remove caching for String.hashcode by Goktug Gokdogan · 4 years, 5 months ago
  6. d5a99de Fix IndentityHashMap's handling of unboxed keys by Goktug Gokdogan · 4 years, 5 months ago
  7. ebc32a0 Add BufferedWriter emulation to GWT by Kashish Bansal · 5 years ago
  8. d612422 Fix Math.tanh when applied to values > ~355. by Roberto Lublinerman · 4 years, 10 months ago
  9. a5258b7 Exposes BigInteger.valueOf(double) method. by Goktug Gokdogan · 4 years, 6 months ago
  10. aae64e8 Removes rarely used InternalPreconditions.format. by Goktug Gokdogan · 4 years, 6 months ago
  11. 7de9ce8 Add StrictMath emulation by Goktug Gokdogan · 4 years, 8 months ago
  12. db0335d Remove Stream usage from Throwable for smaller generated JS output size by Colin Alworth · 4 years, 8 months ago
  13. 3fc5c64 Improve Long.hashCode to follow correct semantics. by Goktug Gokdogan · 4 years, 9 months ago
  14. 657ae98 Check bounds arguments in String#substring by goktug · 4 years, 11 months ago
  15. 60c10ce Overriding mark and reset methods in emulated StringReader. by Kashish Bansal · 5 years ago
  16. 6856bcb Fix test behaviour of OutputStreamWriterTest and WriterTest. by Kashish Bansal · 5 years ago
  17. ba037e1 Add OutputStreamWriter emulation in GWT by Kashish Bansal · 5 years ago
  18. f236a69 Adding no-op methods to return synchronized collection in gwt by Subhasmita Sahoo · 5 years ago
  19. cb9b374 Fix Arrays.binarySearch semantics for float[] and double[] by Goktug Gokdogan · 5 years ago
  20. 3f25adf Make sure that float follows the same semantics as double by Goktug Gokdogan · 5 years ago
  21. c5fd90c Improve array checking for Serializable/Clonable. by Goktug Gokdogan · 5 years ago
  22. 19538fb Start tracking suppressed errors in addition to the cause in underlying error object. by Goktug Gokdogan · 5 years ago
  23. 2c24d6f Make arrays instance of Cloneable. by Roberto Lublinerman · 5 years ago
  24. 4535faf Adds no-op functionaliy to Throwable and friends. by Goktug Gokdogan · 5 years ago
  25. e1e0a0c Add proper handling of multi-line error messages. by Goktug Gokdogan · 5 years ago
  26. e312662 Link backing errors together with a cause attribute by Goktug Gokdogan · 5 years ago
  27. 3598afd Add AtomicReference to gwt/emul. by Roberto Lublinerman · 7 years ago
  28. 7f73835 Make javaemul.internal.ArrayStamper public. by Roberto Lublinerman · 6 years ago
  29. 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
  30. 724f696 Always use JsPackage.GLOBAL when referring to externs. by Roberto Lublinerman · 6 years ago
  31. d01f73c Add partial emulation for ExecutorService and ScheduledExecutorService by Goktug Gokdogan · 6 years ago
  32. a0294a6 Fixes typo in java.lang.Throwable by Goktug Gokdogan · 6 years ago
  33. 329b219 Remove NoSuchMethodException emulation by Goktug Gokdogan · 6 years ago
  34. 771115c Emulate java.util.concurrent.Flow by Ignacio Baca Moreno-Torres · 6 years ago
  35. 554e25d Adds helpers to Serializable for J2CL. by Roberto Lublinerman · 6 years ago
  36. ac11224 Adds @SuppressWarnings("unusable-by-js") for HasJavaThrowable by Goktug Gokdogan · 6 years ago
  37. 1e51c2a Emulate javax.annotation{,.processing}.Generated by Thomas Broyer · 7 years ago
  38. 7852dae Replaces the way Throwable is linked to JavaScript. by Goktug Gokdogan · 7 years ago
  39. e8657c0 Fix String.regionMatches. by Roberto Lublinerman · 7 years ago
  40. 207d21f Add Reader and StringReader emulation. by Dan Ringwalt · 7 years ago
  41. 7f3c717 Preserve newlines in exception messages. by Chris Povirk · 7 years ago
  42. d78f9e9 Add jsinterop.annotations.JsNonNull and JsNullable. by Roberto Lublinerman · 7 years ago
  43. ecdf56b Update unmodifiableList to throw on Java8 methods. by Daniel Kurka · 7 years ago
  44. 3ab21ff Add missing @Nonnull to return types in JRE APIs by Goktug Gokdogan · 7 years ago
  45. 2ffc70a Treat negative zero properly in Double/Float.compare() by Goktug Gokdogan · 7 years ago
  46. d2dd624 Fix of various whitespace&warning issues by Goktug Gokdogan · 7 years ago
  47. c731707 Adds missing bound check to String.charAt by Colin Alworth · 7 years ago
  48. 330dfbe Move Guava concurrent emulation to JRE. by Goktug Gokdogan · 7 years ago
  49. 29d9b45 Do not use the type Console. by Roberto Lublinerman · 7 years ago
  50. 034abe7 Remove window.console reference from ConsoleLogger. by Goktug Gokdogan · 7 years ago
  51. 0654587 Fix edge-case in gwt-rpc client deserialization by Thomas Broyer · 7 years ago
  52. 7e730fe Fix regression in String.toUpperCase becoming locale-dependent by Thomas Broyer · 7 years ago
  53. 2fccdd4 Widening/Narrowing opertaions in j.l.reflect.Array. by Daniel Kurka · 7 years ago
  54. 26c080e Add emulation for java.lang.reflect.Array. by Daniel Kurka · 8 years ago
  55. 391075f Makes java.util.logging.Logger optimize faster. by Goktug Gokdogan · 8 years ago
  56. 8435e03 Simplify InternalPreconditions. by Goktug Gokdogan · 8 years ago
  57. e7403df Replace String.equals with == in InternalPreconditions. by Goktug Gokdogan · 8 years ago
  58. 399c18b Implement PriorityQueue.iterator() by Andrei Korzhevskii · 9 years ago
  59. 06cf323 Remove unneeded indirections for java.lang.Math by Goktug Gokdogan · 8 years ago
  60. 3efc7e3 Fix up PriorityQueue.iterator() to support remove(). by Thomas Deegan · 8 years ago
  61. a3a3e69 Add java.io.Externalizable. by Roberto Lublinerman · 8 years ago
  62. e8852f6 Revert "Adds emulation for some Java IO classes." by Roberto Lublinerman · 8 years ago
  63. b3c64a7 Adds emulation for some Java IO classes. by Roberto Lublinerman · 8 years ago
  64. d987899 Update ConsoleLogger native types to better reflect DOM spec. by Goktug Gokdogan · 8 years ago
  65. 4c64599 Mark JSNI methods in JRE as "unusable-by-js" for J2CL by Goktug Gokdogan · 8 years ago
  66. 6138b88 Fixes regression on ConsoleLogger. by Goktug Gokdogan · 8 years ago
  67. 638cffa Inline JsUtil helpers where applicable by Goktug Gokdogan · 8 years ago
  68. 2902331 Cleans up most of JSNI from ConsoleLogger. by Goktug Gokdogan · 8 years ago
  69. 9ee3048 Removes most of the remaining JSNI in JRE by Goktug Gokdogan · 8 years ago
  70. 9acbf24 Cleans up more JSNI in JRE by Goktug Gokdogan · 8 years ago
  71. 75ff6b8 Remove JSNI regex literals. by Goktug Gokdogan · 8 years ago
  72. fcda298 Reduces JSNI in JRE tests by Goktug Gokdogan · 8 years ago
  73. 165f8d8 Add Nonnull to String.valueOf by Goktug Gokdogan · 8 years ago
  74. c03a639 Remove the SUBSIZED characteristic from filtered streams by Goktug Gokdogan · 8 years ago
  75. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 8 years ago
  76. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 8 years ago
  77. c820b63 Switch InternalJsMap to interface and properly type it. by Goktug Gokdogan · 8 years ago
  78. 9ff9145 Remove unnecessary casts from JRE internal by Goktug Gokdogan · 8 years ago
  79. ce9ceab Reduce JSNI on String and MathContext by Goktug Gokdogan · 8 years ago
  80. 701143c Removes unsafeLong conversion. by Goktug Gokdogan · 8 years ago
  81. fdeba6c Add msg option to InternalPrecondtions.checkType by Goktug Gokdogan · 8 years ago
  82. bb6edc4 Reduce JSNI usage for Arrays. by Goktug Gokdogan · 8 years ago
  83. 0ea5b4b Supress warning for Array.compare by Goktug Gokdogan · 8 years ago 2.8.1
  84. c8ea1ac Simplify Array sort comparators. by Goktug Gokdogan · 8 years ago
  85. 03315bc Adds @RunWith(Suite.class) emulation by Goktug Gokdogan · 8 years ago
  86. ed5c708 Remove Characteristics manipulation in Collectors by Goktug Gokdogan · 8 years ago
  87. 3d46828 Make Array.sort(float[]/double[]) JDK compliant by Alex Bertram · 8 years ago
  88. 62d5e49 Fix incompatibility of PrintStream.flush by Goktug Gokdogan · 8 years ago
  89. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 8 years ago
  90. c5ad293 Add a utility method to java.lang.Void for J2CL use. by Roberto Lublinerman · 8 years ago
  91. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 8 years ago
  92. b877414 Do not ignore return values of streams. by Daniel Kurka · 8 years ago
  93. 9ece560 Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements. by Roberto Lublinerman · 8 years ago
  94. 9be59bb Hide non-standard APIs from java.util.stream by Goktug Gokdogan · 8 years ago
  95. 0a6b628 Fix incorrect comparison of object arrays in Arrays.deepEquals. by Andrei Korzhevskii · 8 years ago
  96. 1c6a4e5 Specialize Objects.equals for strings. by Andrei Korzhevskii · 8 years ago
  97. b78ccff Small optimization in String.subString by Goktug Gokdogan · 8 years ago
  98. 1ac4435 Make native NativeRegExp to refer to the iframe instance. by Freddy Boucher · 8 years ago
  99. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  100. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 8 years ago