1. 9eda5dc Add filtering ability to JsInterop exporting. by Goktug Gokdogan · 7 years ago
  2. 1be582e Move RegexFilter to gwt-dev for more code sharing opportunities. by Goktug Gokdogan · 7 years ago
  3. 4a3e8f9 Fixes a bug where JsOptional on override may fail by Goktug Gokdogan · 7 years ago
  4. fc22dd0 Set jre.debugMode for unit tests. by Goktug Gokdogan · 7 years ago
  5. 9be59bb Hide non-standard APIs from java.util.stream by Goktug Gokdogan · 7 years ago
  6. e950257 Fixed NullPointerException in handling of Jetty arguments by Tomasz Grabarczyk · 7 years ago
  7. 0a6b628 Fix incorrect comparison of object arrays in Arrays.deepEquals. by Andrei Korzhevskii · 7 years ago
  8. 519527a Improvement primitive cast optimizations. by Goktug Gokdogan · 7 years ago
  9. 514e80d Disable dev mode tests which use Objects.equals. by Andrei Korzhevskii · 7 years ago
  10. 1c6a4e5 Specialize Objects.equals for strings. by Andrei Korzhevskii · 7 years ago
  11. 5238085 Fix ApiCompatibilityChecker to work with ant versions >= 1.8.1 by Roberto Lublinerman · 7 years ago
  12. b78ccff Small optimization in String.subString by Goktug Gokdogan · 7 years ago
  13. 1ac4435 Make native NativeRegExp to refer to the iframe instance. by Freddy Boucher · 7 years ago
  14. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 7 years ago
  15. 47fd437 Fix NPE compiling code with a constructor reference (Type::new). by Roberto Lublinerman · 7 years ago
  16. 56ee502 Fix loading bug in waitForBodyLoaded.js. by Jozsef Fejes · 8 years ago
  17. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  18. 030a9a2 Cleanup/update javadoc for jsinterop annotations. by Goktug Gokdogan · 8 years ago
  19. a61de06 Allow annotations to be retrieved from binding. by Roberto Lublinerman · 8 years ago 2.8.0-rc3
  20. 928c017 Improve JsInterop error messages on native type fieds. by Roberto Lublinerman · 8 years ago
  21. 37ff62f BUILD update by Roberto Lublinerman · 8 years ago
  22. 81189ba Implement UncheckedCast annotation. by Roberto Lublinerman · 8 years ago
  23. adb428e Fix toString dispatch for subtypes of native JsTypes. by Roberto Lublinerman · 8 years ago
  24. f4fd98d Remove extra java8 handling. by Daniel Kurka · 8 years ago
  25. 57ba993 Fix incorrect property copying for native JsType subclasses. by Roberto Lublinerman · 8 years ago
  26. dcb9248 Fix bug in InterfaceGenerator. by Julien Dramaix · 8 years ago
  27. 3d1a3e9 Deprecate RootPanel#clear. by Daniel Kurka · 8 years ago
  28. 800e99d Remove potential sources of non determinism. by Roberto Lublinerman · 8 years ago
  29. c892e93 Modify GLOBAL.window semantics and add relevant tests. by Roberto Lublinerman · 8 years ago
  30. f78f2f4 Remove source of non determinism in JsInliner. by Roberto Lublinerman · 8 years ago
  31. f4ce942 Cleanup in UnifyAST. by Roberto Lublinerman · 8 years ago
  32. 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
  33. 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
  34. 9b907f2 Fix NPE in SDM due to Boolean/Double/String devirtualization. by Roberto Lublinerman · 8 years ago
  35. 154bc52 Update globals to chrome 54.0.2840.16. by Roberto Lublinerman · 8 years ago
  36. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 8 years ago
  37. d76703f Fix missing error reporting in SDM that leads to NPE. by Roberto Lublinerman · 8 years ago
  38. caf2f6f Update/fix Maven-based samples' README by Thomas Broyer · 8 years ago
  39. 3e7a0ab Fix webAppCreator Ant and Eclipse test targets for devMode vs. prod by Thomas Broyer · 8 years ago
  40. 71832c3 Supress some ErrorProne warnings by Goktug Gokdogan · 8 years ago
  41. 9139e71 Add more JsType array tests. by Goktug Gokdogan · 8 years ago
  42. 5a77a4f Missing declaration/initialization of JsOverlay fields. by Roberto Lublinerman · 8 years ago
  43. 8a16329 Fix ArrayDeque's bug when expanding capacity. by Andrei Korzhevskii · 8 years ago
  44. 535f2fa Add missing bridges for default methods. by Roberto Lublinerman · 8 years ago
  45. 468036a Fix bad merge in c511029eaae. by Roberto Lublinerman · 8 years ago
  46. c511029 Introduces special handling of namespace = "window". by Roberto Lublinerman · 8 years ago
  47. 7da4bf3 Implement abstract method bridges for functional expressions. by Roberto Lublinerman · 8 years ago
  48. 15bd4aa Update globals for chrome 53.0.2785.46. by Roberto Lublinerman · 8 years ago
  49. b64263e Fix typo in DeadCodeElimination. by Roberto Lublinerman · 8 years ago
  50. dadac46 Fix erroneous constant propagation in JsProperty field. by Roberto Lublinerman · 8 years ago
  51. 67730b7 Fix incorrect unusable-by-js warning. by Roberto Lublinerman · 8 years ago 2.8.0-rc2
  52. 5e8a97d Suppress error-prone warnings in CompilerTest. by Roberto Lublinerman · 8 years ago
  53. 383ea3c Remove hack overriding ListIterator.remove in AutoBeanFactoryGenerator. by Andrei Korzhevskii · 8 years ago
  54. 0dada56 Put back ListIterator.remove() override. by Andrei Korzhevskii · 8 years ago
  55. a3ae5d8 Fix DevMode server (jetty) restart by Thomas Broyer · 8 years ago
  56. 9f10097 Include relevant compiler options in SDM cache key. by Roberto Lublinerman · 8 years ago
  57. f838b26 Turn failures in Soyc to warning instead of errors. by Roberto Lublinerman · 8 years ago
  58. be738ee Adds missing command line parameters to DevMode entry point. by Roberto Lublinerman · 8 years ago
  59. d85368f Removes unnecessary cast in String.fromCharcode by Goktug Gokdogan · 8 years ago
  60. 262fe43 Do now qualify String, Array, Function, Object and Number with $wnd. by Roberto Lublinerman · 8 years ago
  61. 83f0fd1 Relax name checking native items on the JsPackage.GLOBAL namespace. by Roberto Lublinerman · 8 years ago
  62. 7027336 DeadCodeElimination was not optimizing some expressions fully. by Roberto Lublinerman · 8 years ago
  63. 78b39b4 Update MobileWebApp sample with Objectify 5.1.13 (from 3.0) by Freddy Boucher · 8 years ago 2.8.0-rc1
  64. 5e19260 Update outdated links in samples by Thomas Broyer · 8 years ago
  65. 97ae6ab Fix encoding of Showcase fr translation of bidi messages by Thomas Broyer · 8 years ago
  66. 48b7c9e Fix DynaTableRf sample wrt servlet-api version by Thomas Broyer · 8 years ago
  67. 0b37eb6 Fix compiler crash due to accidental override in native JsType. by Roberto Lublinerman · 8 years ago
  68. 64215f8 Enable Java8 for GWT on JDK7 (cont'd) by Thomas Broyer · 8 years ago
  69. fa462d3 Fix WebAppCreator-generated Eclipse launch files for tests by Thomas Broyer · 8 years ago
  70. 3537729 Revert "Deprecate c.g.g.validation" by Daniel Kurka · 8 years ago
  71. cda125f Hack around AutoBean regression wrt j.u.Iterator by Thomas Broyer · 8 years ago
  72. 6dadf9b Check that javadoc exist to avoid empty files. by Manuel Carrasco Moñino · 8 years ago
  73. 97d30a5 Warn about asynchronicity of Focus events. by Daniel Kurka · 8 years ago
  74. 79213b8 Make JavaScriptObject work in tests that are not GWTTestCase. by Roberto Lublinerman · 8 years ago
  75. ca8ad7b Do not honor JsNames if -generateJsInteropExports is not set. by Roberto Lublinerman · 8 years ago
  76. a363635 Fix Maven deployment, and remove/hide warning by Thomas Broyer · 8 years ago
  77. e1fcefa Makes Throwable.backingJsObject to not rely on exports. by Goktug Gokdogan · 8 years ago
  78. cf3be7c Use InternalPreconditions.checkCriticalArithmetic in java.lang.Math by Andrei Korzhevskii · 8 years ago
  79. d0794a9 Refactor Arrays.copyOf, Arrays.copyOfRange and throw AIOBE. by Andrei Korzhevskii · 8 years ago
  80. 5b327a3 Sync back build files by Goktug Gokdogan · 8 years ago
  81. 583967b Emulate java.util.ArrayDeque by Andrei Korzhevskii · 10 years ago
  82. 690c835 Emulate java.util.BitSet by Andrei Korzhevskii · 9 years ago
  83. 9a076fe Create Maven gwt-dev by whitelisting packages instead of backlisting by Thomas Broyer · 8 years ago
  84. 9252212 Unbundle more dependencies when deploying to Maven by Thomas Broyer · 8 years ago
  85. a5f3c01 Refactor creation of jsinterop and sources JARs for Maven by Thomas Broyer · 8 years ago
  86. 0e89e00 Adding rule for checkstyle line lenght. by Manuel Carrasco Moñino · 8 years ago
  87. 0602bc5 Remove remaining abstract overrides in java.util by Andrei Korzhevskii · 8 years ago
  88. 56c0702 Simplify ArrayList.removeIf. by Andrei Korzhevskii · 8 years ago
  89. ca6364f Consistenly use xxxAtIndex style in List. by Goktug Gokdogan · 8 years ago
  90. eedbcb7 Restore access to legacy logging flags by Goktug Gokdogan · 8 years ago
  91. 78e5658 Fix ICE related to bad coverage instrumentation. by Roberto Lublinerman · 8 years ago
  92. b5d6f2e Add support for native JsType hashCode and equals. by Roberto Lublinerman · 8 years ago
  93. 7cd908f Add missing NUMERIC to a table in InternalPreconditions by Goktug Gokdogan · 8 years ago
  94. 38b1b71 Small refactoring of Collection's impl by Andrei Korzhevskii · 8 years ago
  95. 6da5fb1 Remove some unnessary overrides in java.util by Goktug Gokdogan · 8 years ago
  96. cf2990d Add tests for java.lang.Math and fix incompatibilities by Andrei Korzhevskii · 8 years ago
  97. fcd0586 Use internal fast copyOfRange impl. by Andrei Korzhevskii · 8 years ago
  98. 6e5f029 Implement CharSequence.chars() by Andrei Korzhevskii · 8 years ago
  99. cc3d0a5 Introduces jre.logging flags to replace gwt.logging.* by Goktug Gokdogan · 8 years ago
  100. 1101599 Handle Infinity and Nan in the same way when encoding JSON by Artur Signell · 8 years ago