1. 717188d Disable devirtualized constructors test in (now deprecated) devmode. by Roberto Lublinerman · 9 years ago
  2. 03741df Fix runtime type error due to missing lambda implementation method. by Roberto Lublinerman · 9 years ago
  3. ab8ebc3 Fix for illegal method calls in JSNI. by Roberto Lublinerman · 9 years ago
  4. f0b7146 Emulate Java 8 Streams. by Colin Alworth · 9 years ago
  5. c0f2267 Fix failing Collectors.partitionBy test for JDK by Andrei Korzhevskii · 9 years ago
  6. c8790cd Fixed System.identityHashcode for all boxed types. by Goktug Gokdogan · 9 years ago
  7. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  8. dbf1214 Fix nits in Collector patch. by Daniel Kurka · 9 years ago
  9. 1587f22 Move tests that require java8 into a java8 suite. by Daniel Kurka · 9 years ago
  10. 104750c Fix Math.rint for IE and htmlunit for numbers >= 2^52 by Andrei Korzhevskii · 9 years ago
  11. 978e3cd Move testSort to java8 tests and fix List.replaceAll test. by Andrei Korzhevskii · 9 years ago
  12. c32d7d1 Fix tests for Math.round and Math.floor by Andrei Korzhevskii · 9 years ago
  13. d36ff4e Fix ICE due to incorrectly tightening a JsVarargs parameter. by Roberto Lublinerman · 9 years ago
  14. 93c726a Refactor newly added Math.floorDiv, floorMod, multiplyExact methods. by Andrei Korzhevskii · 9 years ago
  15. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  16. f6538f7 Revert "Move tests that require java8 into java8/" by Goktug Gokdogan · 9 years ago
  17. 766b810 Move tests that require java8 into java8/ by Daniel Kurka · 9 years ago
  18. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  19. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  20. 767e0b7 Emulate Java8 Collectors by Colin Alworth · 9 years ago
  21. de36e8e Call onLayout when there is no animation by Uemit Seren · 9 years ago
  22. e6b5ef8 Fix failing tests for precondition checks in java8 classes. by Andrei Korzhevskii · 9 years ago
  23. 64da754 Fix Math.expm1 implementation by Andrei Korzhevskii · 9 years ago
  24. 607054b Add java.util Java 8 APIs for Arrays by Andrei Korzhevskii · 9 years ago
  25. d04dadf Make sure unreferenced native arrays are considered live. by Roberto Lublinerman · 9 years ago
  26. b8dbec4 Fix handling of -0 in Math.copySign by Goktug Gokdogan · 9 years ago
  27. de1f9b9 Add java.util Java 8 APIs for Collection, Arrays, Lists and Queues. by Andrei Korzhevskii · 9 years ago
  28. 462be16 Fix BigIntegerConvertTest package name by Andrei Korzhevskii · 9 years ago
  29. 0f6c5f6 Move BigIntegerConvertTest into java8/ by Daniel Kurka · 9 years ago
  30. d480b32 Adds a missing test to EmulSuite by Goktug Gokdogan · 9 years ago
  31. c39fce0 Update to make the tests pass for most recent version of Chrome and Firefox by Goktug Gokdogan · 9 years ago
  32. 2fed913 Make PriorityQueue and Vector more JDK compatible. by Andrei Korzhevskii · 9 years ago
  33. 5be1d83 Emulate new methods for java.util.Map in Java 8. by Andrei Korzhevskii · 9 years ago
  34. fa1a1bf Handle NaN and -0.0 in Math.signum by Andrei Korzhevskii · 9 years ago
  35. 0060ad8 Fixes Math.rint. by Andrei Korzhevskii · 9 years ago
  36. e01c5dc Add support for JSPs in DevMode; this also enables annotations scanning. by Thomas Broyer · 9 years ago
  37. 967e1ac Fix ConstraintViolationImpl.equals by Milan Koníř · 9 years ago
  38. ac5d748 Add java.lang Java 8 API by Andrei Korzhevskii · 9 years ago
  39. ea62cff Emulate java.util.Spliterator by Andrei Korzhevskii · 9 years ago
  40. cd7a1b0 Emulate new methods for Comparator in Java 8. by Colin Alworth · 9 years ago
  41. 5d64514 Fix tests that incorrectly check that an error is thrown. by Goktug Gokdogan · 9 years ago
  42. 7d24f73 Remove all references to @PreventSpuriousRebuilds. by Goktug Gokdogan · 9 years ago
  43. 99ec446 Fix NoSuchMethod exception in UnifyAST due to unresolved method references. by Roberto Lublinerman · 9 years ago
  44. 332e643 ui:import tags now have highest precedence in the generated code by Mark Kuznetsov · 9 years ago
  45. a4532e9 Add extra test to JsOverlays. by Goktug Gokdogan · 9 years ago
  46. 31e6a73 Add new Java 8 methods in BigInteger. by Andrei Korzhevskii · 9 years ago
  47. 5d4e98b Emulate java.util.Int/Long/DoubleSummaryStatistics by Jens Nehlmeier · 9 years ago
  48. 2e5f97e Fix liveness of array classliterals for JsVarargs. by Roberto Lublinerman · 9 years ago
  49. d57f64d Revert "Cleanup array usage of class literals." by Roberto Lublinerman · 9 years ago
  50. b2b6ed0 Remove some no longer needed code. by Goktug Gokdogan · 9 years ago
  51. e833bcd Disabled EditorTest.testList by Goktug Gokdogan · 9 years ago
  52. a1e72dd Cleanup array usage of class literals. by Roberto Lublinerman · 9 years ago
  53. 17ee802 GwtSpecificValidatorCreator generates wrong code for annotations with long value by Milan Koníř · 9 years ago
  54. de0b77f Inherit JsName from super method if omitted. by Roberto Lublinerman · 9 years ago
  55. 509b6c9 Add support for JsType class in UIBinder. by Julien Dramaix · 9 years ago
  56. 8bce3b8 Emulate PrimitiveIterator, Iterator, Iterable Java 8 API. by Andrei Korzhevskii · 9 years ago
  57. 2553fce Fix a bug in Long.highestOneBit on GWT. by Louis Wasserman · 9 years ago
  58. f4e0726 Revert "ui:import tags now have highest precedence in the generated " by Manuel Carrasco Moñino · 9 years ago
  59. 29b0c37 Emulated Math.min/max(float/double) did not match JVM behavior by Jens Nehlmeier · 9 years ago
  60. 178ae94 ui:import tags now have highest precedence in the generated UiBinder class by Mark Kuznetsov · 10 years ago
  61. e290623 Bump Jetty version to 9.2 including transitive dependencies by David Ostrovsky · 11 years ago
  62. e21dbb2 Fix failing StringJoiner and Optional tests. by Andrei Korzhevskii · 9 years ago
  63. 2bceb99 Emulate java.util.StringJoiner by Jens Nehlmeier · 10 years ago
  64. 268c8b5 Emulate Optional<T> and its int, long, double variants by Jens Nehlmeier · 10 years ago
  65. 5cbb0ff Fix bug optimizing instanceof JSO[] and split CompilerSuite. by Roberto Lublinerman · 9 years ago
  66. 677e4b8 Adds tests for Js varargs in Java 8 lambdas. by Roberto Lublinerman · 9 years ago
  67. de24929 Add tests for casts to special Native types. by Roberto Lublinerman · 9 years ago
  68. e26a8d2 Make Native[].class literals be transformed into JSO[].class. by Roberto Lublinerman · 9 years ago
  69. 49a04a8 Fix JS varargs when null array is passed. by Roberto Lublinerman · 9 years ago
  70. b2d255b Make JSO[] and native JsType getClass() return JavaScriptObject[].class. by Roberto Lublinerman · 9 years ago
  71. 06f48f1 Fix method call tightening involving native JsTypes. by Roberto Lublinerman · 9 years ago
  72. d0429c1 Moves all new property names under 'jre.*' by Goktug Gokdogan · 9 years ago
  73. b962429 Fix WebAppCreatorTest following GWTTestSuite change. by Thomas Broyer · 9 years ago
  74. 02981cd Make prod the default for GwtTestcases. by Daniel Kurka · 10 years ago
  75. f85a692 Fix nullness analysis for JSOs and propagate through casts. by Roberto Lublinerman · 9 years ago
  76. dd141d6 Remove legacy JsInterop. by Roberto Lublinerman · 9 years ago
  77. 3012068 Disable native array tests in DevMode. by Roberto Lublinerman · 9 years ago
  78. 4ca2775 Allow casting native arrays to Object[]. by Roberto Lublinerman · 9 years ago
  79. dca53da Remove string based JavaScript instanceof. by Roberto Lublinerman · 9 years ago
  80. 13dd442 Add treatment for special native types. by Roberto Lublinerman · 9 years ago
  81. 989b153 Renames Exceptions wrap/unwrap to toJava/toJs by Goktug Gokdogan · 9 years ago
  82. ec8c0e7 Refactors pieces out of JavaScriptExceptionTest by Goktug Gokdogan · 9 years ago
  83. 8b0d5d9 Skip NullPointerException backing object test in JVM by Goktug Gokdogan · 9 years ago
  84. 67b5552 Updates JsExportTest verifications to use JsInterop instead of JSNI. by John Stalcup · 9 years ago
  85. 910354c Allow general initializer in @JsOverlay static fields. by Roberto Lublinerman · 9 years ago
  86. c8fea1f Make the new exception code work with -nogenerateJsInteropExports. by Roberto Lublinerman · 9 years ago
  87. fe3aaef Add support for JsInterop varargs. by Roberto Lublinerman · 9 years ago
  88. 9e58c40 Makes NullPointerException propagate as TypeError. by Goktug Gokdogan · 9 years ago
  89. 1d660d2 Make exceptions work across Java/JavaScript boundary by Goktug Gokdogan · 9 years ago
  90. fc71869 Fixes missing unwrapping logic in emulated stack mode. by Goktug Gokdogan · 9 years ago
  91. 9d68de0 Fix static initializers for interfaces with default methods. by Roberto Lublinerman · 9 years ago
  92. 5c404f5 Consider native fields that are only written to live. by Goktug Gokdogan · 9 years ago
  93. c251eaa Fix implementation of Object methods invoked on native JsTypes. by Goktug Gokdogan · 9 years ago
  94. 2394a16 Moves JsInterop tests to a different package. by Goktug Gokdogan · 9 years ago
  95. 7551643 Enforce JsPackage.GLOBAL to access global object. by Goktug Gokdogan · 9 years ago
  96. e5f03e1 Fix test failure. by Roberto Lublinerman · 9 years ago
  97. 001e532 Make sure native fields are not pruned. by Roberto Lublinerman · 9 years ago
  98. 2213479 Remove JSNI references in C.java. by Daniel Kurka · 9 years ago
  99. 79ae03a Add correctness test for SameParameterValueOptimizer and JsTypes. by Roberto Lublinerman · 9 years ago
  100. 41958aa Fixes handling of non-public JsMethods. by Goktug Gokdogan · 9 years ago