1. e66fda1 Remove JSNI from DateUtil. by Goktug Gokdogan · 7 years ago
  2. 068185f Reduce JSNI around JsUtils helper. by Goktug Gokdogan · 7 years ago
  3. c820b63 Switch InternalJsMap to interface and properly type it. by Goktug Gokdogan · 7 years ago
  4. e2fe2c6 Compile using Error Prone (when using Java 8) by Thomas Broyer · 7 years ago
  5. 9ff9145 Remove unnecessary casts from JRE internal by Goktug Gokdogan · 7 years ago
  6. 93508c6 Handle correctly native member references in JSNI code. by Roberto Lublinerman · 7 years ago
  7. 1f6dfff Reduce number of iterations to make test faster. by Roberto Lublinerman · 7 years ago
  8. ce9ceab Reduce JSNI on String and MathContext by Goktug Gokdogan · 7 years ago
  9. ffad573 Allow deploy maven artifacts with HEAD-SNAPSHOT version by Manuel Carrasco Moñino · 7 years ago
  10. a7e613b Update chrome.txt to match version 59.0.3071.29. by Roberto Lublinerman · 7 years ago
  11. 701143c Removes unsafeLong conversion. by Goktug Gokdogan · 7 years ago
  12. fdeba6c Add msg option to InternalPrecondtions.checkType by Goktug Gokdogan · 7 years ago
  13. 71c057d Make sure types are compared by signature in JsInteropRestrictionChecker. by Roberto Lublinerman · 7 years ago
  14. bb6edc4 Reduce JSNI usage for Arrays. by Goktug Gokdogan · 7 years ago
  15. a90832f Update snapshot dependency in maven sample projects by Manuel Carrasco Moñino · 7 years ago
  16. 5d12281 Revert "FIX: LookupMethodCreator create too large method #8611" by Thomas Broyer · 7 years ago
  17. b00c707 FIX: LookupMethodCreator create too large method #8611 by mcmics · 9 years ago
  18. 0ea5b4b Supress warning for Array.compare by Goktug Gokdogan · 7 years ago 2.8.1
  19. 7fa023f Explicitly throw JsonException for unparseable input + some tests by Ilia Motornyi · 7 years ago
  20. c8ea1ac Simplify Array sort comparators. by Goktug Gokdogan · 7 years ago
  21. 03315bc Adds @RunWith(Suite.class) emulation by Goktug Gokdogan · 7 years ago
  22. 032e49f Use @RunWith(Suite.class) for emul test suites. by Goktug Gokdogan · 7 years ago
  23. ed5c708 Remove Characteristics manipulation in Collectors by Goktug Gokdogan · 7 years ago
  24. ae76b61 Allow getters named "debugger" declare void as the return type. by Roberto Lublinerman · 7 years ago
  25. 7931d39 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  26. 3d46828 Make Array.sort(float[]/double[]) JDK compliant by Alex Bertram · 7 years ago
  27. eec1f90 Obtain parameter annotations from method declarations. by Roberto Lublinerman · 7 years ago
  28. dec8f17 Suppress more ErrorProne warnings. by Roberto Lublinerman · 7 years ago
  29. 62d5e49 Fix incompatibility of PrintStream.flush by Goktug Gokdogan · 7 years ago
  30. 2bb4b89 Implement internal annotation @DoNotAutobox. by Roberto Lublinerman · 7 years ago
  31. e2275ab Update BUILD files to suppress certain errorprone warnings. by Roberto Lublinerman · 7 years ago
  32. 9bf193b Properly preserve names in overrides of native methods. by Roberto Lublinerman · 7 years ago
  33. c5ad293 Add a utility method to java.lang.Void for J2CL use. by Roberto Lublinerman · 7 years ago
  34. d1b95e1 Update globals to Chrome 58.0.3029.19. by Roberto Lublinerman · 7 years ago
  35. 6985daf Emit correct code for @JsMethod varargs when arguments is shadowed. by Roberto Lublinerman · 7 years ago
  36. 1e925b0 Fix: Add role attribute to last sortable column header by Auke Schrijnen · 8 years ago
  37. 5a4ecfb Provide API to access JsConstructor from Class by Goktug Gokdogan · 7 years ago
  38. eadd310 Fix bad Java8 test. by Roberto Lublinerman · 7 years ago
  39. aeceb6b Fix bad varargs conversion in method reference. by Roberto Lublinerman · 7 years ago
  40. 1ce1c71 Fix ICE due to intersection types appearing as erasure casts. by Roberto Lublinerman · 7 years ago
  41. b877414 Do not ignore return values of streams. by Daniel Kurka · 7 years ago
  42. f0d1ea1 Sync back BUILD files changes. by Roberto Lublinerman · 7 years ago
  43. f478603 Update global blacklist to chrome 57.0.2987.74. by Roberto Lublinerman · 7 years ago
  44. 9ece560 Fix the implementation of Stream.anyMatch/allMatch/noneMatch to support streams with null elements. by Roberto Lublinerman · 7 years ago
  45. ce37703 Remove empty onclick attributes on cell containers by David Ross · 7 years ago
  46. 05091ff Modify FormPanel for compliance with Strict CSP by David Ross · 7 years ago
  47. 6e6cb71 Update emul-ezt's output for the new website by Thomas Broyer · 7 years ago
  48. eb2c8b6 Disable doclint when generating javadoc with Java 8 by Thomas Broyer · 7 years ago
  49. 988abab Fix @example tag in javadoc by Thomas Broyer · 7 years ago
  50. ee5116d Fix emul-ezt to not choke on Java 8 emul classes by Thomas Broyer · 7 years ago
  51. f74b1d1 Adds deprecation to @GwtScriptOnly by Goktug Gokdogan · 7 years ago
  52. cc2d0ea Prevent errorneous floating point expression optimization. by Roberto Lublinerman · 7 years ago
  53. 382766e Rescue types represented as natives when supertypes cross JS boundaries. by Roberto Lublinerman · 7 years ago
  54. 93e1462 Rescue JSOs crossing JsInterop borders. by Roberto Lublinerman · 7 years ago
  55. d458a94 Allow names "*" and "?" on global native JsType interfaces. by Roberto Lublinerman · 7 years ago
  56. 4c1b091 Clear persistent unit cache when relevant options change. by Roberto Lublinerman · 7 years ago
  57. d8af1e4 Add Github Issue/Pull request templates and contributing.md by Jens Nehlmeier · 8 years ago
  58. 9eda5dc Add filtering ability to JsInterop exporting. by Goktug Gokdogan · 7 years ago
  59. 1be582e Move RegexFilter to gwt-dev for more code sharing opportunities. by Goktug Gokdogan · 7 years ago
  60. 4a3e8f9 Fixes a bug where JsOptional on override may fail by Goktug Gokdogan · 7 years ago
  61. fc22dd0 Set jre.debugMode for unit tests. by Goktug Gokdogan · 7 years ago
  62. 9be59bb Hide non-standard APIs from java.util.stream by Goktug Gokdogan · 7 years ago
  63. e950257 Fixed NullPointerException in handling of Jetty arguments by Tomasz Grabarczyk · 7 years ago
  64. 0a6b628 Fix incorrect comparison of object arrays in Arrays.deepEquals. by Andrei Korzhevskii · 7 years ago
  65. 519527a Improvement primitive cast optimizations. by Goktug Gokdogan · 7 years ago
  66. 514e80d Disable dev mode tests which use Objects.equals. by Andrei Korzhevskii · 7 years ago
  67. 1c6a4e5 Specialize Objects.equals for strings. by Andrei Korzhevskii · 7 years ago
  68. 5238085 Fix ApiCompatibilityChecker to work with ant versions >= 1.8.1 by Roberto Lublinerman · 7 years ago
  69. b78ccff Small optimization in String.subString by Goktug Gokdogan · 7 years ago
  70. 1ac4435 Make native NativeRegExp to refer to the iframe instance. by Freddy Boucher · 7 years ago
  71. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 7 years ago
  72. 47fd437 Fix NPE compiling code with a constructor reference (Type::new). by Roberto Lublinerman · 8 years ago
  73. 56ee502 Fix loading bug in waitForBodyLoaded.js. by Jozsef Fejes · 8 years ago
  74. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  75. 030a9a2 Cleanup/update javadoc for jsinterop annotations. by Goktug Gokdogan · 8 years ago
  76. a61de06 Allow annotations to be retrieved from binding. by Roberto Lublinerman · 8 years ago 2.8.0-rc3
  77. 928c017 Improve JsInterop error messages on native type fieds. by Roberto Lublinerman · 8 years ago
  78. 37ff62f BUILD update by Roberto Lublinerman · 8 years ago
  79. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  80. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 8 years ago
  81. f4fd98d Remove extra java8 handling. by Daniel Kurka · 8 years ago
  82. 57ba993 Fix incorrect property copying for native JsType subclasses. by Roberto Lublinerman · 8 years ago
  83. dcb9248 Fix bug in InterfaceGenerator. by Julien Dramaix · 8 years ago
  84. 3d1a3e9 Deprecate RootPanel#clear. by Daniel Kurka · 8 years ago
  85. 800e99d Remove potential sources of non determinism. by Roberto Lublinerman · 8 years ago
  86. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 8 years ago
  87. f78f2f4 Remove source of non determinism in JsInliner. by Roberto Lublinerman · 8 years ago
  88. f4ce942 Cleanup in UnifyAST. by Roberto Lublinerman · 8 years ago
  89. 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
  90. 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
  91. 9b907f2 Fix NPE in SDM due to Boolean/Double/String devirtualization. by Roberto Lublinerman · 8 years ago
  92. 154bc52 Update globals to chrome 54.0.2840.16. by Roberto Lublinerman · 8 years ago
  93. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 8 years ago
  94. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 8 years ago
  95. caf2f6f Update/fix Maven-based samples' README by Thomas Broyer · 8 years ago
  96. 3e7a0ab Fix webAppCreator Ant and Eclipse test targets for devMode vs. prod by Thomas Broyer · 8 years ago
  97. 71832c3 Supress some ErrorProne warnings by Goktug Gokdogan · 8 years ago
  98. 9139e71 Add more JsType array tests. by Goktug Gokdogan · 8 years ago
  99. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 8 years ago
  100. 8a16329 Fix ArrayDeque's bug when expanding capacity. by Andrei Korzhevskii · 8 years ago