1. 4045d8c Update README.md by Asger Feldthaus · 8 years ago master
  2. 8e2b2c0 Bump kernel's pubspec version to 0.2.0 by Asger Feldthaus · 8 years ago
  3. 423fb2f Upgrade analyzer version to 0.29.0 by Asger Feldthaus · 8 years ago
  4. e6e61f5 Fix some issues after introducing NamedType. by Asger Feldthaus · 8 years ago
  5. 0defa95 Store named parameters in sorted lists instead of using maps. by Asger Feldthaus · 8 years ago
  6. 118a4be Remove unnecessary indexing passes from serialization. by Asger Feldthaus · 8 years ago
  7. e60caa2 Fix parent pointer issue in async rewriter. by Asger Feldthaus · 8 years ago
  8. 7346348 Fix some strong mode issues. by Asger Feldthaus · 8 years ago
  9. b838af0 Erasure fix: Replace type parameters with dynamic instead of Object. by Asger Feldthaus · 8 years ago
  10. 323030a Fix a bug in printing of string literals with escape sequences. by Asger Feldthaus · 8 years ago
  11. b044c21 Fixed crash when compiling without linking. by Jens Johansen · 8 years ago
  12. a33c09f Fix a bug in the async translation of let expressions. by Kevin Millikin · 8 years ago
  13. 510a67f Do not duplicate constructors for named mixin applications. by Asger Feldthaus · 8 years ago
  14. da7f856 Ensure the substitution map in the CloneVisitor is mutable. by Asger Feldthaus · 8 years ago
  15. 564c53e Fix expected return type in async functions. by Asger Feldthaus · 8 years ago
  16. 290f955 Kernel: Fix a bug with await in finally. by Kevin Millikin · 8 years ago
  17. 6074a67 Type check untyped == calls specially. by Asger Feldthaus · 8 years ago
  18. 480abf7 Support both older and newer implementations of dart:async. by Kevin Millikin · 8 years ago
  19. c227e78 Always store the type of a conditional expressions on the node. by Asger Feldthaus · 8 years ago
  20. 3baff07 Add strong mode type checking pass. by Asger Feldthaus · 8 years ago
  21. 698af31 Remove BlockExpression from the Kernel language. by Kevin Millikin · 8 years ago
  22. 5a40636 Add convenience getter to extract the location of an AST node. by Asger Feldthaus · 8 years ago
  23. e1c26f8 Introduce Substitution class and Supertype class. by Asger Feldthaus · 8 years ago
  24. 11edd62 New VM libraries renamed _StreamIteratorImpl into _StreamInterator. by Vyacheslav Egorov · 8 years ago
  25. a8ad578 Add a version number to the pubspec. by Asger Feldthaus · 8 years ago v0.1.0
  26. e5262de Remove obsolete part of readme by Asger Feldthaus · 8 years ago
  27. 38094f1 Add null initializers to fields that have no initializer. by Asger Feldthaus · 8 years ago
  28. 0753f92 Revert "Add null initializers to fields that have no initializer." by Asger Feldthaus · 8 years ago
  29. 63c241e Add null initializers to fields that have no initializer. by Asger Feldthaus · 8 years ago
  30. 9d877ac Use public review server. by Peter von der Ahé · 8 years ago
  31. f5113cb Don't emit InvalidExpression on invalid super in binaryexpression by Jens Johansen · 8 years ago
  32. 98a6a2c Update doc comment for TypeParameter.bound. by Asger Feldthaus · 8 years ago
  33. 5bb0d31 Use Sink<List<int>> instead of IOSink. by Peter von der Ahé · 8 years ago
  34. 5a1bf5c Create call to noSuchMethod when super call is not correct. by Jens Johansen · 8 years ago
  35. c172c05 Fix a bug in bounded type substitution. by Asger Feldthaus · 8 years ago
  36. 90ebc0b Type parameter bounds default to Object instead of dynamic. by Asger Feldthaus · 8 years ago
  37. 4e5cac6 Support interface members and overrides with duplicate member names. by Asger Feldthaus · 8 years ago
  38. 144bd99 Do not compile patched SDK in strong mode when using VM target. by Asger Feldthaus · 8 years ago
  39. 6347eb5 Follow redirecting factories to their effective targets. by Asger Feldthaus · 8 years ago
  40. 586b0e9 Update baselines according to change in text printer. by Asger Feldthaus · 8 years ago
  41. 63df1b1 Ignore fields inserted through error recovery. by Asger Feldthaus · 8 years ago
  42. d17148b Update erasure pass to erase type parameters in constants. by Asger Feldthaus · 8 years ago
  43. 61d9879 Only produce 'top-level' block expressions from async. by Kevin Millikin · 8 years ago
  44. 1c1a646 Fix canonicalization of mixin classes. by Asger Feldthaus · 8 years ago
  45. f9851b3 Erase function type parameters to fake strong mode on the VM. by Asger Feldthaus · 8 years ago
  46. cd94dc0 Fix the comment on Library.isExternal. by Asger Feldthaus · 8 years ago
  47. 3ac36ac Refactor frontend to allow modular compilation. by Asger Feldthaus · 8 years ago
  48. 1906e42 Insert break or throw at the end of a switch case that may fall through. by Asger Feldthaus · 8 years ago
  49. a85aabb Dill source file and source position inclusion by Jens Johansen · 8 years ago
  50. 239d775 Treat an arrow body in a void method as void context. by Asger Feldthaus · 8 years ago
  51. 8b1d04d Fix parent pointer in async rewriter. by Asger Feldthaus · 8 years ago
  52. 5500be0 Remove dead code from async rewriter. by Asger Feldthaus · 8 years ago
  53. d5fe5f1 Add sanity checks for dangling or out-of-scope references. by Asger Feldthaus · 8 years ago
  54. b06208a Add dart:vmservice_io to the libraries to include in the VM target by Martin Kustermann · 8 years ago
  55. 560d02e Mixin desugaring: Clone constructors from base classes, rewrite super initializers by Martin Kustermann · 8 years ago
  56. 7b45f41 A one-pass version of the await transformation. by Kevin Millikin · 8 years ago
  57. 48c9540 Tree shaking transformation. by Asger Feldthaus · 8 years ago
  58. b99158d Update analyzer and test dependency. by Asger Feldthaus · 8 years ago
  59. c38fadb Fix a bug in DartOptions. by Asger Feldthaus · 8 years ago
  60. b30cde4 Ensure class type parameters are not referenced from static context. by Asger Feldthaus · 8 years ago
  61. 60928ce Refactor the frontend classes. by Asger Feldthaus · 8 years ago
  62. a723f35 Add subtyping query. by Asger Feldthaus · 8 years ago
  63. d9b0056 Remove the ?? operator from the IR and desugar it in the frontend. by Asger Feldthaus · 8 years ago
  64. 2efc48c Support both implicit and explicit getters and setters for fields. by Asger Feldthaus · 8 years ago
  65. df39706 Read in -D defines and pass them on to the frontend. by Asger Feldthaus · 8 years ago
  66. c7cbf95 Support .packages file. by Asger Feldthaus · 8 years ago
  67. 566d503 Add new flutter target, add dart:_builtin to vm/flutter targets, adjust _getMainClosure by Martin Kustermann · 8 years ago
  68. 87c67ed Add support for passing --url-mapping=<scheme>:<name>::<url> to dartk by Martin Kustermann · 8 years ago
  69. 9c195fa Use InvalidInitializer() for initializers with compile-time errors by Martin Kustermann · 8 years ago
  70. f9cf4e5 Set constructor body to an empty statement if its body was omitted. by Asger Feldthaus · 8 years ago
  71. 525750d Make regenerate_dill_files use the patched SDK by Asger Feldthaus · 8 years ago
  72. 30c496f Minor fixes to the AST printer. by Asger Feldthaus · 8 years ago
  73. 449803b Reorganize baseline testing. by Asger Feldthaus · 8 years ago
  74. c5e91a5 Fix crashes in closure conversion. by Asger Feldthaus · 8 years ago
  75. cfbe63c Fix of saving expression in function body. by Jens Johansen · 8 years ago
  76. 27270a3 Return invalid declaration, not null. by Peter von der Ahé · 8 years ago
  77. ee8637a Context allocation, variable get, and variable set (non-loop contexts). by Kevin Millikin · 8 years ago
  78. 98ccce0 Add bounded substitution operator. by Asger Feldthaus · 8 years ago
  79. 09cae49 Fix handling of bottom type in type substitution and unification. by Asger Feldthaus · 8 years ago
  80. 0668a9e Make targets public. by Peter von der Ahé · 8 years ago
  81. eb3c3af Report more errors. by Asger Feldthaus · 8 years ago
  82. afc7cd0 Add +reviews to CC mailing list. by Asger Feldthaus · 8 years ago
  83. 8350697 Print errors in a nicer format. by Asger Feldthaus · 8 years ago
  84. e3f2bae Add support for traversing all member override pairs. by Asger Feldthaus · 8 years ago
  85. 9d5ee8e Forward scanner and strong mode errors from the analyzer. by Asger Feldthaus · 8 years ago
  86. 9677d68 Pass an object with flags to the target. by Asger Feldthaus · 8 years ago
  87. c9957b8 Fix unresolved access on class or library prefix. by Asger Feldthaus · 8 years ago
  88. f31a2d8 Allow async transformer to run on already-transformed code. by Asger Feldthaus · 8 years ago
  89. 85366c3 Fix initialization of type parameter bounds on mixin applications. by Asger Feldthaus · 8 years ago
  90. 31c536f Remove spurious whitespace around type parameter bounds. by Asger Feldthaus · 8 years ago
  91. 17f55c7 Insert dynamic when type arguments are omitted from redirecting factory. by Asger Feldthaus · 8 years ago
  92. ddb16ce Update binary.md by Asger Feldthaus · 8 years ago
  93. eaa7bb4 Revert "Insert dynamic when type arguments are omitted from redirecting factory." by Asger Feldthaus · 8 years ago
  94. 74f858f Apply async transformation when --target=vm. by Asger Feldthaus · 8 years ago
  95. 9d9d61e Insert dynamic when type arguments are omitted from redirecting factory. by Asger Feldthaus · 8 years ago
  96. bf207fc Fix a bug in the command-line tool by Asger Feldthaus · 8 years ago
  97. 6a7228f Also resolve super calls in constructor bodies. by Asger Feldthaus · 8 years ago
  98. 89bf9fa Include the library dart:mirrors for target=vm. by Kevin Millikin · 8 years ago
  99. 952a70b Include interface targets in the textual output. by Asger Feldthaus · 8 years ago
  100. 83e3a06 Put the interface target on implied .call invocations. by Asger Feldthaus · 8 years ago