1. c322388 Distinct relocation poms and script for gwtproject vs Google by Colin Alworth · 2 years, 4 months ago master 2.10.0
  2. 7803393 Ignore warnings in JSNI of newly deprecated types by Colin Alworth · 2 years ago
  3. 913bbf8 Upgrade HtmlUnit to 2.55.0 and Jetty to 9.4.44 by Colin Alworth · 3 years, 11 months ago
  4. b63cea1 Remove explicit support for IE 8/9/10 by Colin Alworth · 2 years, 7 months ago
  5. 9e9e437 Move apache originated testing helpers into emultest by Goktug Gokdogan · 3 years, 6 months ago
  6. ae4788d Remove elemental v1 entirely by Colin Alworth · 2 years, 5 months ago
  7. 87d8c21 Set crossOrigin on script tags created by GWT linkers by Colin Alworth · 2 years, 9 months ago
  8. 257cf37 Chrome DevTools no longer supports displayName, use name instead by Colin Alworth · 2 years, 8 months ago
  9. fa18715 Update to errorprone 2.9.0, using -Xplugin to pass it to javac by Colin Alworth · 2 years, 6 months ago
  10. b6cc5cf Drop support for building or running on Java 7. by Colin Alworth · 4 years ago
  11. fd64b0a Suppress DoNotCall errors in SqlTimeTest. by Copybara · 2 years, 6 months ago
  12. 03c3bdd Add 2.9 apichecker config by Colin Alworth · 2 years, 6 months ago
  13. 5d00cab Encapsulate boxing caches marking them side-effect free. by Roberto Lublinerman · 2 years, 7 months ago
  14. c3733a4 Add `Optional.isEmpty()` to GWT emulation. by Kurt Alfred Kluever · 2 years, 7 months ago
  15. fec3f6c Revert "Encapsulate boxing caches and mark them side-effect free." by Roberto Lublinerman · 2 years, 7 months ago
  16. 5ae2079 Use CLASSPATH env var to configure child permutation workers by Sebastian · 3 years, 9 months ago
  17. ab22c15 Encapsulate boxing caches and mark them side-effect free. by Roberto Lublinerman · 2 years, 7 months ago
  18. 3dc2170 Hide all System.arrayCopy checking related helper code by Goktug Gokdogan · 2 years, 8 months ago
  19. f60f561 Fix accidental boxing of byte in ArrayHelper.push. by Goktug Gokdogan · 2 years, 10 months ago
  20. 816b0af [WASM] Fix EmulatedCharset that relies on auto-grow. by Goktug Gokdogan · 2 years, 10 months ago
  21. babdc96 Introduce ArrayHelper.setAt() to use with EnumMap. by Dan Ringwalt · 2 years, 11 months ago
  22. 29ddae8 Avoid using regex for CharSet name check. by Goktug Gokdogan · 2 years, 11 months ago
  23. d808764 Fix java.lang.System tests. by Julien Dramaix · 2 years, 11 months ago
  24. 595bc25 Implements System.nanoTime with performance.now(). by Julien Dramaix · 2 years, 11 months ago
  25. 913881a Introduce ArrayHelper.clone() by Goktug Gokdogan · 3 years ago
  26. 7616ceb Fix broken Long octal/hex/binaryToString by Goktug Gokdogan · 3 years ago
  27. bad3ceb Fix performance characteristics of ArrayList.clear. by Goktug Gokdogan · 3 years ago
  28. a32b8d4 Simplify ArrayDeque. by Goktug Gokdogan · 3 years ago
  29. c1c6d48 Remove ConcurrentModificationDetector. by Goktug Gokdogan · 3 years ago
  30. f3134e8 Extract abstraction for CaseMapper. by Goktug Gokdogan · 3 years ago
  31. 47f0f71 Add ConcurrentHashMap.newKeySet() by Liam Miller-Cushon · 3 years ago
  32. 8e09375 Make the push operation explicit in ArrayList. by Goktug Gokdogan · 3 years ago
  33. 0736795 Encapsulate NativeArray under ArrayHelper. by Goktug Gokdogan · 3 years, 1 month ago
  34. e539223 Beef up Math log,log10,log1p,pow,exp tests. by Goktug Gokdogan · 3 years, 1 month ago
  35. 7d40af6 Overhaul BigInteger implementation. by Goktug Gokdogan · 3 years, 2 months ago
  36. d9aec4f Adds optimal codepath for common long/int conversions by Goktug Gokdogan · 3 years, 2 months ago
  37. 8700067 Refactors longBitsToDouble, doubleBitsToLong by Goktug Gokdogan · 3 years, 3 months ago
  38. f1353be Move native functionality out of Integer,Number,BigDecimal. by Goktug Gokdogan · 3 years, 2 months ago
  39. 3728e9a Add Wasm annotation to use native instructions by Goktug Gokdogan · 3 years, 2 months ago
  40. 593bfed Simplify identity hashcode implementation. by Goktug Gokdogan · 3 years, 2 months ago
  41. 6df48e8 Cleanup/minimize JsUtils cast usages. by Goktug Gokdogan · 3 years, 2 months ago
  42. c01bae8 Change responsibility of handling null key in HashMap. by Goktug Gokdogan · 3 years, 3 months ago
  43. bcae65b Add Character.isTitleCase. by Goktug Gokdogan · 3 years, 3 months ago
  44. f99d553 Add Charset.defaultCharset. by Goktug Gokdogan · 3 years, 3 months ago
  45. bd7c89c Add incomplete emulations in PrintStream by Kashish Bansal · 3 years, 3 months ago
  46. ace78af Avoid using ensureInt for out of bounds array access by Goktug Gokdogan · 3 years, 6 months ago
  47. 0a56fb5 Remove caching for String.hashcode by Goktug Gokdogan · 3 years, 6 months ago
  48. d5a99de Fix IndentityHashMap's handling of unboxed keys by Goktug Gokdogan · 3 years, 6 months ago
  49. 4772705 Add SuppressWarnings for new Error Prone checker by Alan Malloy · 3 years, 6 months ago
  50. ebc32a0 Add BufferedWriter emulation to GWT by Kashish Bansal · 4 years ago
  51. d612422 Fix Math.tanh when applied to values > ~355. by Roberto Lublinerman · 4 years ago
  52. ffa730f Remove old unused annotations by Goktug Gokdogan · 3 years, 7 months ago
  53. a5258b7 Exposes BigInteger.valueOf(double) method. by Goktug Gokdogan · 3 years, 7 months ago
  54. b360d6d Remove test helper from TreeMap and its usage. by Goktug Gokdogan · 3 years, 7 months ago
  55. 039839d Ensure getclass is called to throw TypeError. by Goktug Gokdogan · 3 years, 7 months ago
  56. aae64e8 Removes rarely used InternalPreconditions.format. by Goktug Gokdogan · 3 years, 7 months ago
  57. 7de9ce8 Add StrictMath emulation by Goktug Gokdogan · 3 years, 9 months ago
  58. db0335d Remove Stream usage from Throwable for smaller generated JS output size by Colin Alworth · 3 years, 10 months ago
  59. 93099c3 Fix generics in SwingLoggerPanel to compile in Java 9+ by Colin Alworth · 3 years, 10 months ago
  60. 3fc5c64 Improve Long.hashCode to follow correct semantics. by Goktug Gokdogan · 3 years, 10 months ago
  61. adeefdc Remove ant dependency, instead using minimal jar for zipscanner by Colin Alworth · 3 years, 10 months ago
  62. b834f00 Remove unused ClosableJarHandler classes by Colin Alworth · 4 years ago
  63. 657ae98 Check bounds arguments in String#substring by goktug · 4 years ago
  64. c212af6 Include -sourceLevel value when creating unitCache entries by Colin Alworth · 4 years ago
  65. 178c60a Miscellaneous changes to bring repo in sync by Goktug Gokdogan · 4 years ago
  66. 0113ced Add missing dependency in codeserver build.xml. by Roberto Lublinerman · 4 years ago
  67. 0603817 add missing close tag in about.html file by mcmics · 6 years ago
  68. fb28859 Add missing dependencies in build.xml files. by Roberto Lublinerman · 4 years ago
  69. 5bbdc99 Move jsinterop-annotations source code out of GWT. by Julien Dramaix · 4 years, 1 month ago
  70. 4068932 Fork WebAppCreator task to use plain java classloader by Colin Alworth · 4 years ago
  71. 60c10ce Overriding mark and reset methods in emulated StringReader. by Kashish Bansal · 4 years ago
  72. 6856bcb Fix test behaviour of OutputStreamWriterTest and WriterTest. by Kashish Bansal · 4 years ago
  73. ba037e1 Add OutputStreamWriter emulation in GWT by Kashish Bansal · 4 years, 1 month ago
  74. 58b87c5 Deprecate all generated and handmade elemental classes by Colin Alworth · 4 years ago 2.9.0-RC1
  75. f236a69 Adding no-op methods to return synchronized collection in gwt by Subhasmita Sahoo · 4 years, 3 months ago
  76. 2b2b39a Include javax.* sources in the bazel rule for java emul, so j2cl shares those as well by Colin Alworth · 4 years, 3 months ago
  77. cb9b374 Fix Arrays.binarySearch semantics for float[] and double[] by Goktug Gokdogan · 4 years, 4 months ago
  78. 3f25adf Make sure that float follows the same semantics as double by Goktug Gokdogan · 4 years, 4 months ago
  79. 86c0287 Add tests for broken Double/Float handling on equals and java.util.Arrays. by Goktug Gokdogan · 4 years, 4 months ago
  80. c5fd90c Improve array checking for Serializable/Clonable. by Goktug Gokdogan · 4 years, 6 months ago
  81. 19538fb Start tracking suppressed errors in addition to the cause in underlying error object. by Goktug Gokdogan · 4 years, 6 months ago
  82. 1b5b1a0 Cleanup Throwable test and fix jsinterop related warnings. by Goktug Gokdogan · 4 years, 6 months ago
  83. fe5903f Update style check to be more consistent with Google Java style. by Roberto Lublinerman · 4 years, 7 months ago
  84. ac43917 Fix JRE tests to pass under JDK11 semantics by Goktug Gokdogan · 4 years, 7 months ago
  85. fe6c0cc Fix failing CompilerTest due to changes in Cloneable. by Roberto Lublinerman · 4 years, 7 months ago
  86. 2c24d6f Make arrays instance of Cloneable. by Roberto Lublinerman · 4 years, 7 months ago
  87. 4535faf Adds no-op functionaliy to Throwable and friends. by Goktug Gokdogan · 4 years, 7 months ago
  88. 463797d Method references should correctly implement their intersection cast by Colin Alworth · 5 years ago
  89. e1e0a0c Add proper handling of multi-line error messages. by Goktug Gokdogan · 4 years, 7 months ago
  90. e312662 Link backing errors together with a cause attribute by Goktug Gokdogan · 4 years, 7 months ago
  91. 3598afd Add AtomicReference to gwt/emul. by Roberto Lublinerman · 6 years ago
  92. 9b4eebc Make ScriptInjectorTest Java 7 compliant again. by Roberto Lublinerman · 4 years, 8 months ago
  93. 850ab41 Fix broken IE test for ScriptInjector by ignoring it by Jeremy Mowery · 4 years, 9 months ago
  94. ed104e7 Propagate script nonces via ScriptInjector by Jeremy Mowery · 4 years, 9 months ago
  95. 7f73835 Make javaemul.internal.ArrayStamper public. by Roberto Lublinerman · 4 years, 9 months ago
  96. 8eba391 Add JsEnum and JsAsync annotations. by Roberto Lublinerman · 4 years, 9 months ago
  97. 10d8245 Ensure subList and keySet overrides are consistent with List.subList and map.keySet w.r.t. returning @JsNonNull. by Roberto Lublinerman · 4 years, 9 months ago
  98. 4d36d55 Adds shutdown hook in DiskCache by Florian MORGAN · 4 years, 10 months ago
  99. 724f696 Always use JsPackage.GLOBAL when referring to externs. by Roberto Lublinerman · 4 years, 11 months ago
  100. 205b88a Update ASM & JDT for Java11 sourceLevel support. by Alexander Leshkin · 5 years ago