0.4.2.2
  1. aca4a1d Fixing dart2js size regression introduced by Node.model. by blois@google.com · 12 years ago
  2. ad74dd0 Added the CanvasImageSource interface, which all types that a canvas can draw by amouravski@google.com · 12 years ago
  3. 37f8dea Improved interceptor optimization test. by sra@google.com · 12 years ago
  4. 26b77f9 Adding a model property to Node which is inherited through the tree. by blois@google.com · 12 years ago
  5. c5cae7f HFieldGet and HFieldSet may be pure. by sra@google.com · 12 years ago
  6. 4c32dff Do not generate control-flow for is-checks in the builder. by karlklose@google.com · 12 years ago
  7. b0a2eca dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows. by whesse@google.com · 12 years ago
  8. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  9. 40b5bc1 Deprecate Iterable and Stream's min and max methods. by lrn@google.com · 12 years ago
  10. ff12ed6 Revert "Do not generate control-flow for is-checks in the builder." by karlklose@google.com · 12 years ago
  11. b1ea3d1 Do not generate control-flow for is-checks in the builder. by karlklose@google.com · 12 years ago
  12. 8828693 dart:io | The empty path should return "." for its toNativePath value. by whesse@google.com · 12 years ago
  13. 8ec0be9 Move JS AST building stuff into a separate file from the AST nodes by erikcorry@google.com · 12 years ago
  14. cd432cf Fix function subtype test for inline function types. by johnniwinther@google.com · 12 years ago
  15. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  16. a1029cb Fix after bad merge. by floitsch@google.com · 12 years ago
  17. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  18. 9010575 dart:io | Handle drive letters in Path.relativeTo on Windows. by whesse@google.com · 12 years ago
  19. 978bfad Re-land "Make sure TypeMask.union/intersection always return a non-null TypeMask." by kasperl@google.com · 12 years ago
  20. 05905fd Add Stream.periodic. by floitsch@google.com · 12 years ago
  21. 4c6f537 Second fix to bad merge by erikcorry@google.com · 12 years ago
  22. d67f114 Fix setOption on Socket and _DetachedSocket. by ajohnsen@google.com · 12 years ago
  23. c8fc3e7 Mark test passing and fix bad merge by erikcorry@google.com · 12 years ago
  24. 9833df5 Trust type annotations on int, double and num. Collapse {int,double} into num. by polux@google.com · 12 years ago
  25. 6f6d65d Revert "Make sure TypeMask.union/intersection always return a non-null TypeMask." by kasperl@google.com · 12 years ago
  26. fb53f40 Add setOption method on Socket/RawSocket. by ajohnsen@google.com · 12 years ago
  27. f0ed72c Make sure TypeMask.union/intersection always return a non-null TypeMask. by kasperl@google.com · 12 years ago
  28. 0126447 Fix return type of redirecting factory, as well as doing a closure call on a getter. by ngeoffray@google.com · 12 years ago
  29. f231e13 Start only having raw interface types in type masks. by kasperl@google.com · 12 years ago
  30. 9de16ed Fix CssClassSet methods to accept Set, not Collection. by lrn@google.com · 12 years ago
  31. 2a857de dart2js: Create noSuchMethod handlers at runtime to reduce overhead. by erikcorry@google.com · 12 years ago
  32. 30d5d32 Do not infer types of native fields and methods. Use the type annotations instead. by ngeoffray@google.com · 12 years ago
  33. 69731ad We must visit the children of string interpolation, string juxtaposition, list and map. by ngeoffray@google.com · 12 years ago
  34. 2987d53 dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  35. 8b30b78 dart2dart: Work around name argument bug dartbug.com/9103 in the compiler by erikcorry@google.com · 12 years ago
  36. 5768211 Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf. by lrn@google.com · 12 years ago
  37. e32dbf4 The intercepted classes set contains interceptor classes, not the classes they intercept. by ngeoffray@google.com · 12 years ago
  38. 1f4ec45 Fix a bug in the inferrer, where methods that had condition returns were not saying they could also return null. by ngeoffray@google.com · 12 years ago
  39. e34883b Always normalize a Range. The analysis does not work when it sees a range with unknown as bounds. by ngeoffray@google.com · 12 years ago
  40. 255f4e4 "Reverting 19985" by ager@google.com · 12 years ago
  41. 067a553 Deprecate Set.isSubsetOf, make Set.containsAll accept iterable. by lrn@google.com · 12 years ago
  42. e0e9db9 Revert "Revert "Use interceptor convention for methods declared on native classes."" by sra@google.com · 12 years ago
  43. ad4228e Revert "Use interceptor convention for methods declared on native classes." by sra@google.com · 12 years ago
  44. ea75867 Use interceptor convention for methods declared on native classes. by sra@google.com · 12 years ago
  45. 7990ab8 Optimize http-parser by forwarding body-only data chunks. by ajohnsen@google.com · 12 years ago
  46. 4ece59d Revert "Revert "Generate names for interceptor constants based on class name"" by sra@google.com · 12 years ago
  47. dc198ce Revert "Generate names for interceptor constants based on class name" by sra@google.com · 12 years ago
  48. 880db86 Generate names for interceptor constants based on class name by sra@google.com · 12 years ago
  49. a4a72c2 Updates to the new analyzer to help make the try bot happy. by devoncarew@google.com · 12 years ago
  50. e67f755 Start adding some side effect tracking for HForeign to get rid of unused type parameters in constructors. by ngeoffray@google.com · 12 years ago
  51. 1b585cb Attempting to remove ArrayBufferView.buffer penalty. by blois@google.com · 12 years ago
  52. 7319c97 Keep StringBuffer.clear. by floitsch@google.com · 12 years ago
  53. 98652b2 Fix the unit test and don't use JavaScriptBackend in the ClosureTranslator. by karlklose@google.com · 12 years ago
  54. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  55. f9ae90a Add Set.union, Set.difference. Change Set methods to expect Set. by lrn@google.com · 12 years ago
  56. c8f2a81 Rename Timer.repeating to Timer.periodic. by floitsch@google.com · 12 years ago
  57. a1fcb7f Add needsRti to the Dart2Dart backend. by karlklose@google.com · 12 years ago
  58. 993833a Move RTI related information from the world to the backend. by karlklose@google.com · 12 years ago
  59. de312cd Fix bug 9090: provide the paramter checks arguments to the generative constructor body after the regular arguments. by ngeoffray@google.com · 12 years ago
  60. 10af872 Fix multiple close of incoming in _HttpParser. by ajohnsen@google.com · 12 years ago
  61. 4e74809 Fix type inference regression by dealing correcty with getters on "this" in a generative constructors. They don't expose "this", but may nullify the accessed field. by ngeoffray@google.com · 12 years ago
  62. 66d4259 Clarify some documentation around runes, aka code points by erikcorry@google.com · 12 years ago
  63. 5946117 Fix empty zlib deflate and early close of responses. by ajohnsen@google.com · 12 years ago
  64. afce0c1 New fieldspec for interceptor getters and setters by sra@google.com · 12 years ago
  65. 80c92c6 Sort classes by source position. by sra@google.com · 12 years ago
  66. bf56eeb Create "binaries" for calling the new analyzer. by ricow@google.com · 12 years ago
  67. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  68. 80a8c72 Also request bug reports when the compiler crashes outside withCurrentElement. by ahe@google.com · 12 years ago
  69. ee66ff5 bool || void does not work in Dart. Also fix code for checking if this is exposed in ForIn node. by ngeoffray@google.com · 12 years ago
  70. f269238 Read type argument from local in constructor. by karlklose@google.com · 12 years ago
  71. 7900122 Track types of non-final fields in the simple type inferrer. by ngeoffray@google.com · 12 years ago
  72. 0a03172 Add typeVariableOccurrence and containsTypeVariables to DartType. by johnniwinther@google.com · 12 years ago
  73. dd9cbb7 Change type to var to avoid explicit cast. by ajohnsen@google.com · 12 years ago
  74. bd3cbff Fix analyzer warnings in dart:io. by ajohnsen@google.com · 12 years ago
  75. 959193b Buffer the entire http header to one packet, and buffer other data in chunks of 4-16 kb. by ajohnsen@google.com · 12 years ago
  76. 34be2d5 Support GZip encoding on the http server. by ajohnsen@google.com · 12 years ago
  77. 71688a8 Only measure in --verbose mode. by ahe@google.com · 12 years ago
  78. 8e09592 Cleanups in collection. by lrn@google.com · 12 years ago
  79. cee21aa Support type variables as expressions. by karlklose@google.com · 12 years ago
  80. 16cabfa Support optional function expression parameters in dart2js... and dart2dart. by aprelev@gmail.com · 12 years ago
  81. 69d0484 - Use dart:typedata types in the Dart API calls. by asiva@google.com · 12 years ago
  82. 4ec687f Proper catch clause. by antonm@google.com · 12 years ago
  83. f36214a Regen libs. by antonm@google.com · 12 years ago
  84. 4bc6e56 Fix issue 9050 by always using the enclosing type annotation when registerging an RTI dependency. For example: by ngeoffray@google.com · 12 years ago
  85. dcc147d dart2js: Use "show Path" on an import of dart:io to avoid name conflict. by whesse@google.com · 12 years ago
  86. 72dd746 Ensure proper order of overload checks. by antonm@google.com · 12 years ago
  87. 4475239 Avoid checking for null base type in registerForeignType. by kasperl@google.com · 12 years ago
  88. d448474 Fix dartc issue. by kasperl@google.com · 12 years ago
  89. 2546bd7 Get rid of old code for union/intersection in HType. by kasperl@google.com · 12 years ago
  90. e6960b6 Revert "Support optional function expression parameters in dart2js." by aprelev@gmail.com · 12 years ago
  91. 7119f07 Fixing Node.nodes.first. by blois@google.com · 12 years ago
  92. 3dc9e79 Consolidating platform code into dart:html_common by blois@google.com · 12 years ago
  93. 8511a59 Support optional function expression parameters in dart2js. by aprelev@gmail.com · 12 years ago
  94. 30764d4 Was benchmarking the differences between document.query and using the native DOM methods when available, and document.query is significantly worse in almost all scenarios. by blois@google.com · 12 years ago
  95. 51701ce Futureify requestFileSystem in WorkerContext. by efortuna@google.com · 12 years ago
  96. 6e056b8 Lots of little changes for dartdoc/apidoc. by amouravski@google.com · 12 years ago
  97. 9baeb86 Another fix for the patch issue. by ngeoffray@google.com · 12 years ago
  98. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 12 years ago
  99. 118fa93 BUG= by blois@google.com · 12 years ago
  100. a429f3a Fix checked mode error on socket IOSink by sgjesse@google.com · 12 years ago