1. 6347eb5 Follow redirecting factories to their effective targets. by Asger Feldthaus · 9 years ago
  2. 1c1a646 Fix canonicalization of mixin classes. by Asger Feldthaus · 9 years ago
  3. 3ac36ac Refactor frontend to allow modular compilation. by Asger Feldthaus · 9 years ago
  4. a85aabb Dill source file and source position inclusion by Jens Johansen · 9 years ago
  5. 239d775 Treat an arrow body in a void method as void context. by Asger Feldthaus · 9 years ago
  6. d9b0056 Remove the ?? operator from the IR and desugar it in the frontend. by Asger Feldthaus · 9 years ago
  7. 2efc48c Support both implicit and explicit getters and setters for fields. by Asger Feldthaus · 9 years ago
  8. 525750d Make regenerate_dill_files use the patched SDK by Asger Feldthaus · 9 years ago
  9. 83e3a06 Put the interface target on implied .call invocations. by Asger Feldthaus · 9 years ago
  10. 375bbae Copy strong-mode fields in clone visitor. by Asger Feldthaus · 9 years ago
  11. 2eaa884 Strong mode: add interface targets and resynthesis of expression types. by Asger Feldthaus · 9 years ago
  12. 7f8c0ea Add a script for regenerating all checked-in dill files. by Asger Feldthaus · 9 years ago
  13. 760da8e Make mixin and super resolution a transformation. by Asger Feldthaus · 9 years ago
  14. fd6064c Support metadata annotations on classes and members. by Asger Feldthaus · 9 years ago
  15. 62e6e96 Update checked-in dill files. by Asger Feldthaus · 9 years ago
  16. dfbae18 Preserve leading BOMs during deserialization. by Asger Feldthaus · 9 years ago
  17. 5ad5fa8 Change the default binary file extension to .dill by Asger Feldthaus · 9 years ago
  18. 243ea89 Normalize DartTypes to 'dynamic' instead of 'null' when omitted. by Asger Feldthaus · 9 years ago
  19. 0e531fa Bump analyzer version and compiled dart2js version used as test data. by Asger Feldthaus · 9 years ago
  20. 89889c7 Fix name of unary- method and regenerate dart2js binary used for testing by Asger Feldthaus · 9 years ago
  21. 41379dd Do not use the return value from calls to '[]='. by Asger Feldthaus · 9 years ago
  22. 31e1f40 Avoid creating a 'let' binding for 'this' in property and index access. by Asger Feldthaus · 9 years ago
  23. be5b7d3 Add 'const' modifier to StaticInvocation. by Asger Feldthaus · 9 years ago
  24. 7f12034 Support external constant factories such as String.fromEnvironment. by Asger Feldthaus · 9 years ago
  25. d14b12d Handle redirecting factory constructors. by Asger Feldthaus · 9 years ago
  26. 02604e9 Initial implementation of Dart Kernel. by Asger Feldthaus · 9 years ago