1. 0ea5b4b Supress warning for Array.compare by Goktug Gokdogan · 7 years ago 2.8.1
  2. 7fa023f Explicitly throw JsonException for unparseable input + some tests by Ilia Motornyi · 7 years ago
  3. c8ea1ac Simplify Array sort comparators. by Goktug Gokdogan · 7 years ago
  4. 03315bc Adds @RunWith(Suite.class) emulation by Goktug Gokdogan · 7 years ago
  5. 032e49f Use @RunWith(Suite.class) for emul test suites. by Goktug Gokdogan · 7 years ago
  6. ed5c708 Remove Characteristics manipulation in Collectors by Goktug Gokdogan · 7 years ago
  7. ae76b61 Allow getters named "debugger" declare void as the return type. by Roberto Lublinerman · 7 years ago
  8. 7931d39 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  9. 3d46828 Make Array.sort(float[]/double[]) JDK compliant by Alex Bertram · 7 years ago
  10. eec1f90 Obtain parameter annotations from method declarations. by Roberto Lublinerman · 7 years ago
  11. dec8f17 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  12. 62d5e49 Fix incompatibility of PrintStream.flush by Goktug Gokdogan · 7 years ago
  13. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 7 years ago
  14. e2275ab Update BUILD files to suppress certain errorprone warnings. by Roberto Lublinerman · 7 years ago
  15. 9bf193b Properly preserve names in overrides of native methods. by Roberto Lublinerman · 7 years ago
  16. c5ad293 Add a utility method to java.lang.Void for J2CL use. by Roberto Lublinerman · 7 years ago
  17. d1b95e1 Update globals to Chrome 58.0.3029.19. by Roberto Lublinerman · 7 years ago
  18. 6985daf Emit correct code for @JsMethod varargs when arguments is shadowed. by Roberto Lublinerman · 7 years ago
  19. 1e925b0 Fix: Add role attribute to last sortable column header by Auke Schrijnen · 8 years ago
  20. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 7 years ago
  21. eadd310 Fix bad Java8 test. by Roberto Lublinerman · 7 years ago
  22. aeceb6b Fix bad varargs conversion in method reference. by Roberto Lublinerman · 7 years ago
  23. 1ce1c71 Fix ICE due to intersection types appearing as erasure casts. by Roberto Lublinerman · 7 years ago
  24. b877414 Do not ignore return values of streams. by Daniel Kurka · 7 years ago
  25. f0d1ea1 Sync back BUILD files changes. by Roberto Lublinerman · 7 years ago
  26. f478603 Update global blacklist to chrome 57.0.2987.74. by Roberto Lublinerman · 7 years ago
  27. 9ece560 Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements. by Roberto Lublinerman · 7 years ago
  28. ce37703 Remove empty onclick attributes on cell containers by David Ross · 7 years ago
  29. 05091ff Modify FormPanel for compliance with Strict CSP by David Ross · 7 years ago
  30. 6e6cb71 Update emul-ezt's output for the new website by Thomas Broyer · 7 years ago
  31. eb2c8b6 Disable doclint when generating javadoc with Java 8 by Thomas Broyer · 7 years ago
  32. 988abab Fix @example tag in javadoc by Thomas Broyer · 7 years ago
  33. ee5116d Fix emul-ezt to not choke on Java 8 emul classes by Thomas Broyer · 7 years ago
  34. f74b1d1 Adds deprecation to @GwtScriptOnly by Goktug Gokdogan · 7 years ago
  35. cc2d0ea Prevent errorneous floating point expression optimization. by Roberto Lublinerman · 7 years ago
  36. 382766e Rescue types represented as natives when supertypes cross JS boundaries. by Roberto Lublinerman · 7 years ago
  37. 93e1462 Rescue JSOs crossing JsInterop borders. by Roberto Lublinerman · 7 years ago
  38. d458a94 Allow names "*" and "?" on global native JsType interfaces. by Roberto Lublinerman · 7 years ago
  39. 4c1b091 Clear persistent unit cache when relevant options change. by Roberto Lublinerman · 7 years ago
  40. d8af1e4 Add Github Issue/Pull request templates and contributing.md by Jens Nehlmeier · 8 years ago
  41. 9eda5dc Add filtering ability to JsInterop exporting. by Goktug Gokdogan · 7 years ago
  42. 1be582e Move RegexFilter to gwt-dev for more code sharing opportunities. by Goktug Gokdogan · 7 years ago
  43. 4a3e8f9 Fixes a bug where JsOptional on override may fail by Goktug Gokdogan · 7 years ago
  44. fc22dd0 Set jre.debugMode for unit tests. by Goktug Gokdogan · 7 years ago
  45. 9be59bb Hide non-standard APIs from java.util.stream by Goktug Gokdogan · 7 years ago
  46. e950257 Fixed NullPointerException in handling of Jetty arguments by Tomasz Grabarczyk · 7 years ago
  47. 0a6b628 Fix incorrect comparison of object arrays in Arrays.deepEquals. by Andrei Korzhevskii · 7 years ago
  48. 519527a Improvement primitive cast optimizations. by Goktug Gokdogan · 7 years ago
  49. 514e80d Disable dev mode tests which use Objects.equals. by Andrei Korzhevskii · 7 years ago
  50. 1c6a4e5 Specialize Objects.equals for strings. by Andrei Korzhevskii · 7 years ago
  51. 5238085 Fix ApiCompatibilityChecker to work with ant versions >= 1.8.1 by Roberto Lublinerman · 7 years ago
  52. b78ccff Small optimization in String.subString by Goktug Gokdogan · 7 years ago
  53. 1ac4435 Make native NativeRegExp to refer to the iframe instance. by Freddy Boucher · 7 years ago
  54. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 7 years ago
  55. 47fd437 Fix NPE compiling code with a constructor reference (Type::new). by Roberto Lublinerman · 7 years ago
  56. 56ee502 Fix loading bug in waitForBodyLoaded.js. by Jozsef Fejes · 8 years ago
  57. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  58. 030a9a2 Cleanup/update javadoc for jsinterop annotations. by Goktug Gokdogan · 8 years ago
  59. a61de06 Allow annotations to be retrieved from binding. by Roberto Lublinerman · 8 years ago 2.8.0-rc3
  60. 928c017 Improve JsInterop error messages on native type fieds. by Roberto Lublinerman · 8 years ago
  61. 37ff62f BUILD update by Roberto Lublinerman · 8 years ago
  62. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  63. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 8 years ago
  64. f4fd98d Remove extra java8 handling. by Daniel Kurka · 8 years ago
  65. 57ba993 Fix incorrect property copying for native JsType subclasses. by Roberto Lublinerman · 8 years ago
  66. dcb9248 Fix bug in InterfaceGenerator. by Julien Dramaix · 8 years ago
  67. 3d1a3e9 Deprecate RootPanel#clear. by Daniel Kurka · 8 years ago
  68. 800e99d Remove potential sources of non determinism. by Roberto Lublinerman · 8 years ago
  69. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 8 years ago
  70. f78f2f4 Remove source of non determinism in JsInliner. by Roberto Lublinerman · 8 years ago
  71. f4ce942 Cleanup in UnifyAST. by Roberto Lublinerman · 8 years ago
  72. 5265e78 README - fix ant target order for example of building with a specific build number (was not including elemental) by John Huss · 8 years ago
  73. b2e677e Update release notes to link to the correct page instead of the one saying 'Release notes have moved' by John Huss · 8 years ago
  74. 9b907f2 Fix NPE in SDM due to Boolean/Double/String devirtualization. by Roberto Lublinerman · 8 years ago
  75. 154bc52 Update globals to chrome 54.0.2840.16. by Roberto Lublinerman · 8 years ago
  76. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 8 years ago
  77. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 8 years ago
  78. caf2f6f Update/fix Maven-based samples' README by Thomas Broyer · 8 years ago
  79. 3e7a0ab Fix webAppCreator Ant and Eclipse test targets for devMode vs. prod by Thomas Broyer · 8 years ago
  80. 71832c3 Supress some ErrorProne warnings by Goktug Gokdogan · 8 years ago
  81. 9139e71 Add more JsType array tests. by Goktug Gokdogan · 8 years ago
  82. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 8 years ago
  83. 8a16329 Fix ArrayDeque's bug when expanding capacity. by Andrei Korzhevskii · 8 years ago
  84. 535f2fa Add missing bridges for default methods. by Roberto Lublinerman · 8 years ago
  85. 468036a Fix bad merge in c511029eaae. by Roberto Lublinerman · 8 years ago
  86. c511029 Introduces special handling of namespace = "window". by Roberto Lublinerman · 8 years ago
  87. 7da4bf3 Implement abstract method bridges for functional expressions. by Roberto Lublinerman · 8 years ago
  88. 15bd4aa Update globals for chrome 53.0.2785.46. by Roberto Lublinerman · 8 years ago
  89. b64263e Fix typo in DeadCodeElimination. by Roberto Lublinerman · 8 years ago
  90. dadac46 Fix erroneous constant propagation in JsProperty field. by Roberto Lublinerman · 8 years ago
  91. 67730b7 Fix incorrect unusable-by-js warning. by Roberto Lublinerman · 8 years ago 2.8.0-rc2
  92. 5e8a97d Suppress error-prone warnings in CompilerTest. by Roberto Lublinerman · 8 years ago
  93. 383ea3c Remove hack overriding ListIterator.remove in AutoBeanFactoryGenerator. by Andrei Korzhevskii · 8 years ago
  94. 0dada56 Put back ListIterator.remove() override. by Andrei Korzhevskii · 8 years ago
  95. a3ae5d8 Fix DevMode server (jetty) restart by Thomas Broyer · 8 years ago
  96. 9f10097 Include relevant compiler options in SDM cache key. by Roberto Lublinerman · 8 years ago
  97. f838b26 Turn failures in Soyc to warning instead of errors. by Roberto Lublinerman · 8 years ago
  98. be738ee Adds missing command line parameters to DevMode entry point. by Roberto Lublinerman · 8 years ago
  99. d85368f Removes unnecessary cast in String.fromCharcode by Goktug Gokdogan · 8 years ago
  100. 262fe43 Do now qualify String, Array, Function, Object and Number with $wnd. by Roberto Lublinerman · 8 years ago