1. 2bceb99 Emulate java.util.StringJoiner by Jens Nehlmeier · 9 years ago
  2. 268c8b5 Emulate Optional<T> and its int, long, double variants by Jens Nehlmeier · 9 years ago
  3. 7c9022e Emulation of java.util.function by Jens Nehlmeier · 9 years ago
  4. 94e77fd Add java.io.UncheckedIOException by Andrei Korzhevskii · 9 years ago
  5. 5100c36 Make Java 8 the default -sourceLevel. by Roberto Lublinerman · 8 years ago
  6. 5cbb0ff Fix bug optimizing instanceof JSO[] and split CompilerSuite. by Roberto Lublinerman · 8 years ago
  7. 2dc713a Use patched JDT to circumvent memory leak when compiling for Java 8. by Roberto Lublinerman · 8 years ago
  8. 677e4b8 Adds tests for Js varargs in Java 8 lambdas. by Roberto Lublinerman · 8 years ago
  9. 989349d Make NativeSubclass.class.getSuperclass() return Object.class. by Roberto Lublinerman · 8 years ago
  10. de24929 Add tests for casts to special Native types. by Roberto Lublinerman · 8 years ago
  11. e26a8d2 Make Native[].class literals be transformed into JSO[].class. by Roberto Lublinerman · 8 years ago
  12. 49a04a8 Fix JS varargs when null array is passed. by Roberto Lublinerman · 8 years ago
  13. b2d255b Make JSO[] and native JsType getClass() return JavaScriptObject[].class. by Roberto Lublinerman · 8 years ago
  14. dfc6e88 Switch to native JsTypes for String and Math. by Goktug Gokdogan · 8 years ago
  15. 4b2dbf3 Add CSS3 and GSS support in InterfaceGenerator by Julien Dramaix · 9 years ago
  16. 06f48f1 Fix method call tightening involving native JsTypes. by Roberto Lublinerman · 8 years ago
  17. 83b9b1e Fix incorrect import in a test. by Goktug Gokdogan · 8 years ago
  18. d0429c1 Moves all new property names under 'jre.*' by Goktug Gokdogan · 9 years ago
  19. b962429 Fix WebAppCreatorTest following GWTTestSuite change. by Thomas Broyer · 8 years ago
  20. 0e6650a Make Validation sample compile in strict mode (failOnError) by Thomas Broyer · 9 years ago
  21. a0de97b Move Maven samples to net.ltgt.gwt.maven:gwt-maven-plugin by Thomas Broyer · 8 years ago
  22. 6dd7a4a0 Remove maven-eclipse-plugin from webAppCreator-generated Maven POM by Thomas Broyer · 9 years ago
  23. c628ff9 Add outputDirectory to webAppCreator-generated Maven POM by Thomas Broyer · 9 years ago
  24. 09748f8 Add sourceEncoding UTF-8 to webAppCreator-generated Maven POM by Thomas Broyer · 9 years ago
  25. a81e4a1 Run MobileWebApp sample's tests using surefire as they're not GWTTestCases by Thomas Broyer · 9 years ago
  26. 4c8cc62 Make webAppCreator generate a GWTTestSuite by Thomas Broyer · 9 years ago
  27. ce0c570 Remove gwt-codeserver dependency from Maven template and samples by Thomas Broyer · 9 years ago
  28. caf0f8c Make ExternalPermutationWorker bind sockets lazily. by Roberto Lublinerman · 8 years ago
  29. 02981cd Make prod the default for GwtTestcases. by Daniel Kurka · 9 years ago
  30. 2d84910 Migrate JsDate to jsinterop by Goktug Gokdogan · 9 years ago
  31. f85a692 Fix nullness analysis for JSOs and propagate through casts. by Roberto Lublinerman · 8 years ago
  32. 0d178f1 Remove GwtIncompatible from EmulatedCharset. by Goktug Gokdogan · 8 years ago
  33. 2122cb7 Add SafeVarargs annotation. by Daniel Kurka · 8 years ago
  34. 8450f41 Improve optimzed tests stack traces by @DoNotInline assertXXX. by Roberto Lublinerman · 8 years ago
  35. cdfe03e Remove old interop annotations from BUILD file. by Roberto Lublinerman · 8 years ago
  36. dd141d6 Remove legacy JsInterop. by Roberto Lublinerman · 9 years ago
  37. 3012068 Disable native array tests in DevMode. by Roberto Lublinerman · 8 years ago
  38. 4ca2775 Allow casting native arrays to Object[]. by Roberto Lublinerman · 8 years ago
  39. 8d33a39 Mark arrays of leaf type java.lang.Object as canBeReferencedExternally. by Roberto Lublinerman · 8 years ago
  40. dca53da Remove string based JavaScript instanceof. by Roberto Lublinerman · 8 years ago
  41. f7355dd Update globals as of Chrome 48.0.2564.23 by Roberto Lublinerman · 8 years ago
  42. 15a925d Sync back BUILD files. by Roberto Lublinerman · 8 years ago
  43. 13dd442 Add treatment for special native types. by Roberto Lublinerman · 8 years ago
  44. 69c37ea Disallow concrete @JsProperty on static methods. by Roberto Lublinerman · 9 years ago
  45. 0a80184 Fix some warnings for Closure integration. by Goktug Gokdogan · 8 years ago
  46. 989b153 Renames Exceptions wrap/unwrap to toJava/toJs by Goktug Gokdogan · 8 years ago
  47. ec8c0e7 Refactors pieces out of JavaScriptExceptionTest by Goktug Gokdogan · 8 years ago
  48. 8b0d5d9 Skip NullPointerException backing object test in JVM by Goktug Gokdogan · 9 years ago
  49. ad8ed35 Fixed spelling error when starting CodeServer by Thorsten Jacoby · 9 years ago
  50. 68f5d8f Fixing up the Maven samples to work with GWT 2.8 by branflake2267@gmail.com · 9 years ago
  51. 514862d Fix regression caused by @JsOverlay and default methods. by Roberto Lublinerman · 9 years ago
  52. 848af07 Fix JAnalysisDecoratedType regarding JsInterop. by Roberto Lublinerman · 9 years ago
  53. 67b5552 Updates JsExportTest verifications to use JsInterop instead of JSNI. by John Stalcup · 9 years ago
  54. 5f8c910 Implement @JsOverlay with default methods in Java8. by Roberto Lublinerman · 9 years ago
  55. 910354c Allow general initializer in @JsOverlay static fields. by Roberto Lublinerman · 9 years ago
  56. 6b690bd Make sure classliteral fields related to JsVarargs array are created. by Roberto Lublinerman · 9 years ago
  57. c8fea1f Make the new exception code work with -nogenerateJsInteropExports. by Roberto Lublinerman · 9 years ago
  58. fe3aaef Add support for JsInterop varargs. by Roberto Lublinerman · 9 years ago
  59. 9e58c40 Makes NullPointerException propagate as TypeError. by Goktug Gokdogan · 9 years ago
  60. 9deb41f JVariableRef cleanup. by Roberto Lublinerman · 9 years ago
  61. a1eca0c Quick fix to make some testing tools happy. by Goktug Gokdogan · 9 years ago
  62. 1d660d2 Make exceptions work across Java/JavaScript boundary by Goktug Gokdogan · 9 years ago
  63. 297d775 Fix instanceof for primitives & string. by Daniel Kurka · 9 years ago
  64. 890af91 Update JS keywords to ES6. by Roberto Lublinerman · 9 years ago
  65. 638d891 Special treat casting for native Array & Object. by Daniel Kurka · 9 years ago
  66. b01585b JParameter cleanup. by Roberto Lublinerman · 9 years ago
  67. 426aeda generateJsInteropExports flag does not work in SDM by Manuel Carrasco Moñino · 9 years ago
  68. 2c8f839 Split JsInterop annotations into their own JAR when deploying to Maven by Thomas Broyer · 9 years ago
  69. 710bc47 Add GPE default GWT nature to the Eclipse .project file by branflake2267@gmail.com · 9 years ago
  70. fc71869 Fixes missing unwrapping logic in emulated stack mode. by Goktug Gokdogan · 9 years ago
  71. 9d68de0 Fix static initializers for interfaces with default methods. by Roberto Lublinerman · 9 years ago
  72. 393a233 remove another use of fromTrustedString by Julian Bangert · 9 years ago
  73. 5c404f5 Consider native fields that are only written to live. by Goktug Gokdogan · 9 years ago
  74. c251eaa Fix implementation of Object methods invoked on native JsTypes. by Goktug Gokdogan · 9 years ago
  75. 04cac50 Cleanup of SafeHtml bypass functions. by Julian Bangert · 9 years ago
  76. ef67f6b Adding SafeHTML annotations to gwt-user-bare. by Julian Bangert · 9 years ago
  77. 2394a16 Moves JsInterop tests to a different package. by Goktug Gokdogan · 9 years ago
  78. d851d50 Replace defaults for JsInterop annotations' params. by Goktug Gokdogan · 9 years ago
  79. 7551643 Enforce JsPackage.GLOBAL to access global object. by Goktug Gokdogan · 9 years ago
  80. 1d5da6e Revert "Split JsInterop annotations into their own JAR when deploying to Maven" by Thomas Broyer · 9 years ago
  81. df6b35e Removes property name references to SDM. by Goktug Gokdogan · 9 years ago
  82. 8958cd4 Fix the checking for JsProperty override name clash by Goktug Gokdogan · 9 years ago
  83. 77940d9 Respect quoting for object literals in JSNI code. by Roberto Lublinerman · 9 years ago
  84. e5f03e1 Fix test failure. by Roberto Lublinerman · 9 years ago
  85. 6a31ce3 Split JsInterop annotations into their own JAR when deploying to Maven by Thomas Broyer · 9 years ago
  86. faaaf63 Maven scripts were unintentionally leaving pom.xml.asc files by Thomas Broyer · 9 years ago
  87. 001e532 Make sure native fields are not pruned. by Roberto Lublinerman · 9 years ago
  88. d519caa Make some methods static (J2cl dispatch). by Daniel Kurka · 9 years ago
  89. 2213479 Remove JSNI references in C.java. by Daniel Kurka · 9 years ago
  90. 92d74b9 Fix JsMethod name for String constructors. by Daniel Kurka · 9 years ago
  91. 79ae03a Add correctness test for SameParameterValueOptimizer and JsTypes. by Roberto Lublinerman · 9 years ago
  92. 8a2eefa Do not rely on NPE's in MathContext. by Daniel Kurka · 9 years ago
  93. 65689c6 Add defaults for System.getProperty calls. by Daniel Kurka · 9 years ago
  94. 41958aa Fixes handling of non-public JsMethods. by Goktug Gokdogan · 9 years ago
  95. 60b5495 Rollback field pruning change for new flags. by Roberto Lublinerman · 9 years ago
  96. 15c129d Add helper functions to DirectionalTextHelper. by Jakub Vrana · 9 years ago
  97. 69c9a54 Add nightly build status & chat badges for Github by Jens Nehlmeier · 9 years ago
  98. e42f813 Provide generateJsInteropExports in user web tests. by Andrei Korzhevskii · 9 years ago
  99. 0d84721 Rollback method pruning change for new flags. by Goktug Gokdogan · 9 years ago
  100. 5d563e5 Ban switching of JsProperty/JsMethod on overrides by Goktug Gokdogan · 9 years ago