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