0.8.8.0
  1. de3c1d7 Fix js_test in dart2js checked mode by justinfagnani@google.com · 12 years ago
  2. c5e2028 Control whether pub build and serve minify or not. by rnystrom@google.com · 12 years ago
  3. 7233d46 Revise unhandled args patch. by rnystrom@google.com · 12 years ago
  4. 83495ee Refactor EventStreamProvider.dart to make flow make more sense. by amouravski@google.com · 12 years ago
  5. 742f0ae Clean up some pub and scheduled_test integration with the new isolate API. by nweiz@google.com · 12 years ago
  6. 0abc881 Mirror API removals: async invocations, mirrorSystemOf(port), Mirror.mirrors. by rmacnak@google.com · 12 years ago
  7. 2f5b84f Don't skip tests on machines without git. by rnystrom@google.com · 12 years ago
  8. c638273 Revise barback logging patch. by rnystrom@google.com · 12 years ago
  9. d4b3098 Address code review comments from https://chromiumcodereview.appspot.com/49493004/ by sra@google.com · 12 years ago
  10. 316c081 Revise pub build patch. by rnystrom@google.com · 12 years ago
  11. 1573890 Updated top level docs for Window. by amouravski@google.com · 12 years ago
  12. c02e911 JS_INTERCEPTOR_CONSTANT(Type) generates a constant interceptor in Dart code. by sra@google.com · 12 years ago
  13. b3ec785 Address code review comments for https://chromiumcodereview.appspot.com/49923003/ by sra@google.com · 12 years ago
  14. 60b57c3 Update headings to use sentence case. by amouravski@google.com · 12 years ago
  15. 9c20d56 Remove uses of dart:io Options from pub. by whesse@google.com · 12 years ago
  16. 13dad66 Remove uses of dart:io Options in dart2js and dartdoc. by whesse@google.com · 12 years ago
  17. d836e01 Add missing coverage for generics properties of dynamic and void. Fix reflectType(dynamic) in dart2js. by rmacnak@google.com · 12 years ago
  18. c3a9f33 Fix directory-listing to return a future on cancel. by ajohnsen@google.com · 12 years ago
  19. bf7ea13 Fix HttpServer after SecureServerSocket no longer is a ServerSocket. by ajohnsen@google.com · 12 years ago
  20. fe47976 Fix sdk/lib/io errors found by the analyzer. by ajohnsen@google.com · 12 years ago
  21. 426bf24 Remove type argument from SecureServerSocket by sgjesse@google.com · 12 years ago
  22. 8d02707 Remove HType.UNKNOWN and HType.CONFLICTING. by ngeoffray@google.com · 12 years ago
  23. 7efd782 Fix the more specific relation. by johnniwinther@google.com · 12 years ago
  24. 2eaa551 Remove used of deprecated File.fullPathSync. by johnniwinther@google.com · 12 years ago
  25. 57efa5d Revert "Remove @deprecated features." by lrn@google.com · 12 years ago
  26. 72e1d26 Remove @deprecated features. by lrn@google.com · 12 years ago
  27. 3b54950 Remove dart:platform library. by whesse@google.com · 12 years ago
  28. c0bbe6e Expose the cancelOnError in the StreamController.addStream. by lrn@google.com · 12 years ago
  29. 5275bb1 Clean up libraries with errors found by analyzer. by ajohnsen@google.com · 12 years ago
  30. f910b1e Infer types for parameters even in the presence of InvocationMirror.delegate. by ngeoffray@google.com · 12 years ago
  31. 6e4763b Update documentation for @override. by lrn@google.com · 12 years ago
  32. faccadd Fix issues found in dart:async by analyzer. by ajohnsen@google.com · 12 years ago
  33. 7161240 Get rid of HType.NON_NULL and HType.NULL. by ngeoffray@google.com · 12 years ago
  34. c22f89e Forgot to remove cancelOnError from stream sink wrapper. by lrn@google.com · 12 years ago
  35. 69a6425 Add []= to the list of selectors that do not change the length of an array. by ngeoffray@google.com · 12 years ago
  36. b28e93c Explicitly type the Parameters of main in the inferrer. by ngeoffray@google.com · 12 years ago
  37. 5b0ac43 Fix bugs in StreamController.addStream. by lrn@google.com · 12 years ago
  38. 1bbe4d5 Make sure that classes in dart:html do not implement both List and List<E>. by kasperl@google.com · 12 years ago
  39. bd80968 When we know the type of a node will never change, we can remove it from the inferrer graph to save on memory. Currently only works with nodes not involved in cycles. by ngeoffray@google.com · 12 years ago
  40. 92f73a2 Use dispatch hooks transformers to customize the dispatch hooks. by sra@google.com · 12 years ago
  41. c0b8204 Fix for Interceptor classes identifying as UnknownJavaScriptObject by sra@google.com · 12 years ago
  42. c2790ca Avoid sending needless data between isolates in "pub serve" and "pub build" by nweiz@google.com · 12 years ago
  43. 56ce946 Re-triage mirror test failures on the analyzer. by rmacnak@google.com · 12 years ago
  44. 7515f4e Don't monitor the filesystem during "pub build". by nweiz@google.com · 12 years ago
  45. 4806160 Fix build break due to invalid type checks. TBR BUG= R=vsm@google.com by jacobr@google.com · 12 years ago
  46. fa8b243 Add JsArray by jacobr@google.com · 12 years ago
  47. 8f1ff19 Update EventStream docs with new capture method on the string. by amouravski@google.com · 12 years ago
  48. 79b447a Renamed XmlHttpRequestEventTarget to remove Xml for consistency. by amouravski@google.com · 12 years ago
  49. 2101ba9 Add 'isDir' to FileSystemEvent. by ajohnsen@google.com · 12 years ago
  50. 1e65e64 Remove some HType classes. by ngeoffray@google.com · 12 years ago
  51. c14d089 Refining a receiver might turn a loop phi into empty initially, therefore we should not bailout whenever we see a conflicting/empty type. Also fix a braino when updating a [HTypeKnown]. by ngeoffray@google.com · 12 years ago
  52. 4e69511 Make Stream.fromIterable only accept a single listen call. by lrn@google.com · 12 years ago
  53. a405eff Add a note on watching files on Linux. by sgjesse@google.com · 12 years ago
  54. 1d8fa97 fix darttags after scannor refactoring by lry@google.com · 12 years ago
  55. 721fa33 When doing SSA type propagation, refine the receiver after a call. by ngeoffray@google.com · 12 years ago
  56. 2c38627 Throw exception when trying to modify HTTP status code when header is already sent by sgjesse@google.com · 12 years ago
  57. 0c7d191 Fix warnings in dart2js. by kasperl@google.com · 12 years ago
  58. 5e06168 Fix issue 12336: there was a bug when updating phis at exit of a block with a HTypeKnown instruction. by ngeoffray@google.com · 12 years ago
  59. 8c9c2d5 Exposing raw DOM lists from wrappers by blois@google.com · 12 years ago
  60. 3591779 stackTrace should be StackTrace by kevmoo@j832.com · 12 years ago
  61. 7ac0b7d Rename analyzer_experimental to analyzer. by scheglov@google.com · 12 years ago
  62. e9b01cc Disallow explicit parameter default values in redirecting factory (issue 13662). by regis@google.com · 12 years ago
  63. 579a6d4 New docs for dart:js by justinfagnani@google.com · 12 years ago
  64. 1b554a7 Fix Function.apply() + call() + noSuchMethod() in dart2js by justinfagnani@google.com · 12 years ago
  65. 95c3d5e Added link to Event Loop article to dart:async. by amouravski@google.com · 12 years ago
  66. 980c1a1 Fix Isolate.spawnUri on Windows. by whesse@google.com · 12 years ago
  67. 45701cf Second round of deprecation removal. by efortuna@google.com · 12 years ago
  68. ee72b8b Change PostProcessAction to DelayedAction handled in onQueueEmpty. by sra@google.com · 12 years ago
  69. d20c5a3 Deprecate dart:io Platform, replaced by dart:platform. by whesse@google.com · 12 years ago
  70. 6a72655 Very simple version of Isolates. by floitsch@google.com · 12 years ago
  71. 251e56f dart:platform | Remove isWindows, isLinux, isAndroid, isMacOS from dart:platform. by whesse@google.com · 12 years ago
  72. 5963f11 dart2js: The name of a library without a library declaration is the empty string. by rmacnak@google.com · 12 years ago
  73. 8ee11af Add LibraryMirror.declarations and ClassMirror.declarations to the API and both implementations. by rmacnak@google.com · 12 years ago
  74. 2fa425e Update status file, and fix unit tests. by ngeoffray@google.com · 12 years ago
  75. 265c25a Add fields to platform library, implement them on runtime dart. by whesse@google.com · 12 years ago
  76. 54f1935 Ensure list/string/isolate are enabled when main has arguments. by ngeoffray@google.com · 12 years ago
  77. 0c2371c Fix dart2dart byg giving empty stub methods to dart2dart's native enqueuer. by ngeoffray@google.com · 12 years ago
  78. 3a01260 Remove dart:json by lrn@google.com · 12 years ago
  79. f8c5b43 USe the native behavior for fields instead of the type annotation. by ngeoffray@google.com · 12 years ago
  80. 32814d4 Substitute types in instances of generic classes. by zarah@google.com · 12 years ago
  81. 2e949d9 dart:io | Directory.createTemp - fix missed rename of template to prefix. by whesse@google.com · 12 years ago
  82. 6712f1e Incorporates feedback by Nicolas for UTF-8 bytes based scanner CL. by lry@google.com · 12 years ago
  83. aee529d Avoid watching files that aren't going to change for "pub serve". by nweiz@google.com · 12 years ago
  84. f41f6f6 ImageData.data is a Uint8ClampedList by sra@google.com · 12 years ago
  85. 971dbf3 Supress list mixins for deprecated/removed class. by efortuna@google.com · 12 years ago
  86. c1eb44e Fix for getContextAttributes which wraps bare dictionary into a Dart type. by amouravski@google.com · 12 years ago
  87. 9b40aca Remove the low hanging deprecation fruit. by efortuna@google.com · 12 years ago
  88. 8a0ac65 Redo "Separate HTypeConversion checked type from output type." by sra@google.com · 12 years ago
  89. c49f1ce Allow matches selector to work on current Opera. by efortuna@google.com · 12 years ago
  90. 7effd23 Add DOMRect for Firefox Rectangle behavior. by efortuna@google.com · 12 years ago
  91. 26bf1e0 Renamed contains in the rectangle class to containsRectangle. by efortuna@google.com · 12 years ago
  92. 24254f1 Hoist generics-related functions from ClassMirror to TypeMirror. by rmacnak@google.com · 12 years ago
  93. f41e99e Updating MutationObserver.observe documentation. by blois@google.com · 12 years ago
  94. 3058d7e Removing older lifecycle events by blois@google.com · 12 years ago
  95. e060383 Revert "Separate HTypeConversion checked type from output type." by sra@google.com · 12 years ago
  96. d298f34 Separate HTypeConversion checked type from output type. by sra@google.com · 12 years ago
  97. 1cfe5c7 Document FileSystemEntity:watch and family.. by ajohnsen@google.com · 12 years ago
  98. e02b5a3 Make FileSystemEntity.watch return a broadcast stream. by ajohnsen@google.com · 12 years ago
  99. 103eac5 Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. by ajohnsen@google.com · 12 years ago
  100. ff1d105 Remove deprecated 'str' getter on Match. by lrn@google.com · 12 years ago