0.8.7.0
  1. 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
  2. 8c9c2d5 Exposing raw DOM lists from wrappers by blois@google.com · 12 years ago
  3. 3591779 stackTrace should be StackTrace by kevmoo@j832.com · 12 years ago
  4. 7ac0b7d Rename analyzer_experimental to analyzer. by scheglov@google.com · 12 years ago
  5. e9b01cc Disallow explicit parameter default values in redirecting factory (issue 13662). by regis@google.com · 12 years ago
  6. 579a6d4 New docs for dart:js by justinfagnani@google.com · 12 years ago
  7. 1b554a7 Fix Function.apply() + call() + noSuchMethod() in dart2js by justinfagnani@google.com · 12 years ago
  8. 95c3d5e Added link to Event Loop article to dart:async. by amouravski@google.com · 12 years ago
  9. 980c1a1 Fix Isolate.spawnUri on Windows. by whesse@google.com · 12 years ago
  10. 45701cf Second round of deprecation removal. by efortuna@google.com · 12 years ago
  11. ee72b8b Change PostProcessAction to DelayedAction handled in onQueueEmpty. by sra@google.com · 12 years ago
  12. d20c5a3 Deprecate dart:io Platform, replaced by dart:platform. by whesse@google.com · 12 years ago
  13. 6a72655 Very simple version of Isolates. by floitsch@google.com · 12 years ago
  14. 251e56f dart:platform | Remove isWindows, isLinux, isAndroid, isMacOS from dart:platform. by whesse@google.com · 12 years ago
  15. 5963f11 dart2js: The name of a library without a library declaration is the empty string. by rmacnak@google.com · 12 years ago
  16. 8ee11af Add LibraryMirror.declarations and ClassMirror.declarations to the API and both implementations. by rmacnak@google.com · 12 years ago
  17. 2fa425e Update status file, and fix unit tests. by ngeoffray@google.com · 12 years ago
  18. 265c25a Add fields to platform library, implement them on runtime dart. by whesse@google.com · 12 years ago
  19. 54f1935 Ensure list/string/isolate are enabled when main has arguments. by ngeoffray@google.com · 12 years ago
  20. 0c2371c Fix dart2dart byg giving empty stub methods to dart2dart's native enqueuer. by ngeoffray@google.com · 12 years ago
  21. 3a01260 Remove dart:json by lrn@google.com · 12 years ago
  22. f8c5b43 USe the native behavior for fields instead of the type annotation. by ngeoffray@google.com · 12 years ago
  23. 32814d4 Substitute types in instances of generic classes. by zarah@google.com · 12 years ago
  24. 2e949d9 dart:io | Directory.createTemp - fix missed rename of template to prefix. by whesse@google.com · 12 years ago
  25. 6712f1e Incorporates feedback by Nicolas for UTF-8 bytes based scanner CL. by lry@google.com · 12 years ago
  26. aee529d Avoid watching files that aren't going to change for "pub serve". by nweiz@google.com · 12 years ago
  27. f41f6f6 ImageData.data is a Uint8ClampedList by sra@google.com · 12 years ago
  28. 971dbf3 Supress list mixins for deprecated/removed class. by efortuna@google.com · 12 years ago
  29. c1eb44e Fix for getContextAttributes which wraps bare dictionary into a Dart type. by amouravski@google.com · 12 years ago
  30. 9b40aca Remove the low hanging deprecation fruit. by efortuna@google.com · 12 years ago
  31. 8a0ac65 Redo "Separate HTypeConversion checked type from output type." by sra@google.com · 12 years ago
  32. c49f1ce Allow matches selector to work on current Opera. by efortuna@google.com · 12 years ago
  33. 7effd23 Add DOMRect for Firefox Rectangle behavior. by efortuna@google.com · 12 years ago
  34. 26bf1e0 Renamed contains in the rectangle class to containsRectangle. by efortuna@google.com · 12 years ago
  35. 24254f1 Hoist generics-related functions from ClassMirror to TypeMirror. by rmacnak@google.com · 12 years ago
  36. f41e99e Updating MutationObserver.observe documentation. by blois@google.com · 12 years ago
  37. 3058d7e Removing older lifecycle events by blois@google.com · 12 years ago
  38. e060383 Revert "Separate HTypeConversion checked type from output type." by sra@google.com · 12 years ago
  39. d298f34 Separate HTypeConversion checked type from output type. by sra@google.com · 12 years ago
  40. 1cfe5c7 Document FileSystemEntity:watch and family.. by ajohnsen@google.com · 12 years ago
  41. e02b5a3 Make FileSystemEntity.watch return a broadcast stream. by ajohnsen@google.com · 12 years ago
  42. 103eac5 Remove FileException, DirectoryException and LinkException from dart:io and use FileSystemException instaed. by ajohnsen@google.com · 12 years ago
  43. ff1d105 Remove deprecated 'str' getter on Match. by lrn@google.com · 12 years ago
  44. 36332f6 Add "deprecated" to the standard library. by lrn@google.com · 12 years ago
  45. 581fa00 Faster JSNumber:toInt. by ngeoffray@google.com · 12 years ago
  46. fdea26c Close file watcher when target is deleted. by ajohnsen@google.com · 12 years ago
  47. 208042d Fix typos in FileSystemEntity.watch documentation. by ager@google.com · 12 years ago
  48. 28efa85 Add empty dart:platform library. by ajohnsen@google.com · 12 years ago
  49. 7e68530 Add back unseparated out version of method overloads in dart:html. by efortuna@google.com · 12 years ago
  50. 7645b3b Temporarily disable TouchList constructor to implement varargs. by efortuna@google.com · 12 years ago
  51. 45e20b5 "Fix" dart:js tests in IE9 by justinfagnani@google.com · 12 years ago
  52. 3c4f43a Guard against null prototype properties by sra@google.com · 12 years ago
  53. 1787f36 Rerun go.sh by efortuna@google.com · 12 years ago
  54. 88482fe Companion CL to support $0, $1, $2 by jacobr@google.com · 12 years ago
  55. 3f7cda1 Preemptive initialization of dispatch records by sra@google.com · 12 years ago
  56. 76bc354 Mark version_negotiation_test as flaky. by ajohnsen@google.com · 12 years ago
  57. 66ce112 Remove bailouts. by ngeoffray@google.com · 12 years ago
  58. 5a38d4d Optimize JSNumber:~/. by ngeoffray@google.com · 12 years ago
  59. 9c7ba71 Don't close existing connection on HttpServer close (and stream cancel). by ajohnsen@google.com · 12 years ago
  60. 12acea6 Check const expressions for malformed types. by johnniwinther@google.com · 12 years ago
  61. 6dbc9e5 dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. by whesse@google.com · 12 years ago
  62. 4ce7174 Remove incorrect return type from internal method. by lrn@google.com · 12 years ago
  63. 543c869 Revert "Faster ~/2 for dart2js." by lrn@google.com · 12 years ago
  64. ae60e65 Faster ~/2 for dart2js. by lrn@google.com · 12 years ago
  65. e3975ab Reduce the code inside a try/finally for Iterable.toString. by lrn@google.com · 12 years ago
  66. aa5395d Remove debugging code that leads to a warning. by ngeoffray@google.com · 12 years ago
  67. 104c889 Improve list tracing by resetting a subset of the inference graph that deals with inferred lists, and re-infer that subset. by ngeoffray@google.com · 12 years ago
  68. efaf708 Make ExpensiveSet.add return a bool. by kasperl@google.com · 12 years ago
  69. b8a3d75 Add isFinite getter to num. by lrn@google.com · 12 years ago
  70. e155f27 Fix another closure/type variable error by using analyzeTypeVariables. by ngeoffray@google.com · 12 years ago
  71. 360ea42 Rename mdv -> template_binding, remove experiemntal apis from dart:html by jmesserly@google.com · 12 years ago
  72. 15e0863 Revert "Revert "Removing some deprecated members"" by blois@google.com · 12 years ago
  73. a4a2e26 Reapply lineDash with polyfill. by efortuna@google.com · 12 years ago
  74. 7c2e629 Fix type errors detected with --error-on-bad-type. by sigmund@google.com · 12 years ago
  75. 3d20b786 Fixing experimental annotation on HtmlDocument.register by blois@google.com · 12 years ago
  76. b44d43c Revise the barback transformer-finding logic slightly. by nweiz@google.com · 12 years ago
  77. 3aef09e Revert "Removing some deprecated members" by blois@google.com · 12 years ago
  78. 3ea4328 fix todomvc tests by jmesserly@google.com · 12 years ago
  79. cfa8004 VM: Always return immutable collections from the mirrors. by rmacnak@google.com · 12 years ago
  80. f4ebe95 Code review changes for ngeoffray's comments on r28278 by sra@google.com · 12 years ago
  81. 811147d Removing redirections of deprecated members by blois@google.com · 12 years ago
  82. 63f250a Removing a number of deprecated members by blois@google.com · 12 years ago
  83. e2c4716 Removing some deprecated members by blois@google.com · 12 years ago
  84. 690a145 Revert "Converting Polymer and TemplateElement to use deprecated Node.document" by blois@google.com · 12 years ago
  85. 8b4e5e9 "Reverting 29013" TBR BUG= by efortuna@google.com · 12 years ago
  86. f4e40d6 Make getLineDash return [] instead of null if it has not yet been set. by efortuna@google.com · 12 years ago
  87. cf9be8e Tightening up custom element registration for dart2js by blois@google.com · 12 years ago
  88. a87372a dart:io | Remove deprecated _Path library, and use FileSystemEntity.parent for recursive Directory.create. by whesse@google.com · 12 years ago
  89. 6da04e0 Support reflection on recursive upper bounds of type variables. by zarah@google.com · 12 years ago
  90. bfc3d53 dart:io | Add FileSystemEntity.parent, make File.directory call it. by whesse@google.com · 12 years ago
  91. 47201ab Fix crash https://code.google.com/p/dart/issues/detail?id=14014: remove what seems to be obsolete code. by ngeoffray@google.com · 12 years ago
  92. 7743533 Handle resolution of Class.named<TypeArg> correctly. by johnniwinther@google.com · 12 years ago
  93. 250b113 Mark jQuery methods as experimental. by efortuna@google.com · 12 years ago
  94. 7da21ce Allow all events to be accessed via on[foo] instead of just onFoo by efortuna@google.com · 12 years ago
  95. 0177ed7 CanvasRenderingContext2D.fillText now works correctly with null maxWidth. by amouravski@google.com · 12 years ago
  96. 8e4205d Reapply remove upgradeCustomElement methods. by efortuna@google.com · 12 years ago
  97. c2dfe36 Run go.sh to regenerate html_dartium.dart by amouravski@google.com · 12 years ago
  98. 37989cf "Reverting 28947" TBR BUG= by efortuna@google.com · 12 years ago
  99. 3a4a3ba Remove Platform.upgrateCustomElements. by efortuna@google.com · 12 years ago
  100. eb64b24 Let StreamSubscription.cancel return a Future. by ajohnsen@google.com · 12 years ago