1. b35c7d4 Fix bad rewriting of default methods. by Roberto Lublinerman · 8 years ago
  2. 47fd437 Fix NPE compiling code with a constructor reference (Type::new). by Roberto Lublinerman · 8 years ago
  3. 5222a7c Allow native classes implement native interfaces with overlays. by Roberto Lublinerman · 8 years ago 2.8.0
  4. 3a41a80 Fix ICE due to incorrect naming of method reference classes. by Roberto Lublinerman · 9 years ago
  5. 535f2fa Add missing bridges for default methods. by Roberto Lublinerman · 9 years ago
  6. 7da4bf3 Implement abstract method bridges for functional expressions. by Roberto Lublinerman · 9 years ago
  7. 652cb09 Change restrictions for JsFunction implementations. by Roberto Lublinerman · 9 years ago
  8. 03741df Fix runtime type error due to missing lambda implementation method. by Roberto Lublinerman · 9 years ago
  9. cbc4f45 Fix bad codegen for lambdas in JsOverlay methods. by Roberto Lublinerman · 9 years ago
  10. 77c5587 Make each method reference be its own different lambda. by Roberto Lublinerman · 9 years ago
  11. 1da251c Fix bad boxing in (instance) method references. by Roberto Lublinerman · 9 years ago
  12. 4e0b1d6 Fix ICE due to abstract supertype method and default method conflict. by Roberto Lublinerman · 9 years ago
  13. b5e676f Fix handling of method references with type parameters. by Roberto Lublinerman · 9 years ago
  14. 99ec446 Fix NoSuchMethod exception in UnifyAST due to unresolved method references. by Roberto Lublinerman · 9 years ago
  15. 8b5263d Fix CompilerSuite failures under ie8. by Roberto Lublinerman · 9 years ago
  16. 677e4b8 Adds tests for Js varargs in Java 8 lambdas. by Roberto Lublinerman · 9 years ago
  17. 514862d Fix regression caused by @JsOverlay and default methods. by Roberto Lublinerman · 9 years ago
  18. 5f8c910 Implement @JsOverlay with default methods in Java8. by Roberto Lublinerman · 9 years ago
  19. 910354c Allow general initializer in @JsOverlay static fields. by Roberto Lublinerman · 9 years ago
  20. 9d68de0 Fix static initializers for interfaces with default methods. by Roberto Lublinerman · 9 years ago
  21. 184e750 Fix bad code generation involving method references and generics. by Roberto Lublinerman · 9 years ago
  22. 6b9f861 Adhere to Java 8 semantics in static initialization for interfaces. by Roberto Lublinerman · 9 years ago
  23. 7129828 Fix scoping issue with lambda placed in local anonymous class. by Alexander Leshkin · 10 years ago
  24. bc8bfaf Fix and centralize override computations. by Roberto Lublinerman · 10 years ago
  25. 1f7ffb5 Unsupersource Java7Test, and run Java8Test if -sourceLevel 8. by Roberto Lublinerman · 10 years ago
  26. bb9f41b Fix a bug in method reference in Java8. by Ye Wang · 10 years ago
  27. 39c9e6c Fix bugs in Lambda with nested scopes. by Ye Wang · 10 years ago
  28. ed31303 Fix a Java8 test. by Roberto Lublinerman · 10 years ago
  29. e6409cb Java8 IntersectionCast support. by Ye Wang · 10 years ago
  30. cb1e3f8 Java8 Defender Methods by Ye Wang · 10 years ago
  31. 26275cb Fix scoping issue with inner classes and lambdas by Ray Cromwell · 10 years ago
  32. db034ba Java8 lambda/method reference language support by Ray Cromwell · 11 years ago
  33. fdf86fa Allow Java 7+ casts from Object to primitive types. by Roberto Lublinerman · 11 years ago
  34. f01ebee Checkstyle update to 5.7 and style fixes. by Roberto Lublinerman · 11 years ago
  35. 19f677f Adds the remaining (and more complex) Java 7 new language features. by Roberto Lublinerman · 12 years ago
  36. 08645d9 Adds part of Java 7 new language features. by Roberto Lublinerman · 12 years ago
  37. 9152630 Marked validation provider/validation provider resolver/xml configuration tests as unsupported. by idol@google.com · 13 years ago
  38. 72cacb4 Implemented assertArrayEquals method for client side JUnit testing. by idol@google.com · 13 years ago
  39. fbad1f5 Add bootstrap tests 159 of 257 (61.87%) Pass with 32 Failures and 7 Errors. by nchalko@google.com · 14 years ago
  40. feb3f99 Add test for builtin constraints by nchalko@google.com · 14 years ago
  41. 112b879 Fix TestUtil.PathImpl to correctly test for non matching by nchalko@google.com · 14 years ago
  42. 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
  43. 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  44. 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
  45. ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  46. b39b79c Add an escape hatch to CompilingClassLoader to allow individual "client" classes to be loaded from bytecode on the classpath and escape the module's source path jail. by bobv@google.com · 16 years ago