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