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