1. e6e61f5 Fix some issues after introducing NamedType. by Asger Feldthaus · 9 years ago
  2. 0defa95 Store named parameters in sorted lists instead of using maps. by Asger Feldthaus · 9 years ago
  3. 323030a Fix a bug in printing of string literals with escape sequences. by Asger Feldthaus · 9 years ago
  4. 510a67f Do not duplicate constructors for named mixin applications. by Asger Feldthaus · 9 years ago
  5. 564c53e Fix expected return type in async functions. by Asger Feldthaus · 9 years ago
  6. 6074a67 Type check untyped == calls specially. by Asger Feldthaus · 9 years ago
  7. c227e78 Always store the type of a conditional expressions on the node. by Asger Feldthaus · 9 years ago
  8. 3baff07 Add strong mode type checking pass. by Asger Feldthaus · 9 years ago
  9. 38094f1 Add null initializers to fields that have no initializer. by Asger Feldthaus · 9 years ago
  10. 90ebc0b Type parameter bounds default to Object instead of dynamic. by Asger Feldthaus · 9 years ago
  11. 6347eb5 Follow redirecting factories to their effective targets. by Asger Feldthaus · 9 years ago
  12. 586b0e9 Update baselines according to change in text printer. by Asger Feldthaus · 9 years ago
  13. 1906e42 Insert break or throw at the end of a switch case that may fall through. by Asger Feldthaus · 9 years ago
  14. 239d775 Treat an arrow body in a void method as void context. by Asger Feldthaus · 9 years ago
  15. f9cf4e5 Set constructor body to an empty statement if its body was omitted. by Asger Feldthaus · 9 years ago
  16. 30c496f Minor fixes to the AST printer. by Asger Feldthaus · 9 years ago
  17. 449803b Reorganize baseline testing. by Asger Feldthaus · 9 years ago