0.8.6.0
  1. 7e68530 Add back unseparated out version of method overloads in dart:html. by efortuna@google.com · 12 years ago
  2. 7645b3b Temporarily disable TouchList constructor to implement varargs. by efortuna@google.com · 12 years ago
  3. 45e20b5 "Fix" dart:js tests in IE9 by justinfagnani@google.com · 12 years ago
  4. 3c4f43a Guard against null prototype properties by sra@google.com · 12 years ago
  5. 1787f36 Rerun go.sh by efortuna@google.com · 12 years ago
  6. 88482fe Companion CL to support $0, $1, $2 by jacobr@google.com · 12 years ago
  7. 3f7cda1 Preemptive initialization of dispatch records by sra@google.com · 12 years ago
  8. 76bc354 Mark version_negotiation_test as flaky. by ajohnsen@google.com · 12 years ago
  9. 66ce112 Remove bailouts. by ngeoffray@google.com · 12 years ago
  10. 5a38d4d Optimize JSNumber:~/. by ngeoffray@google.com · 12 years ago
  11. 9c7ba71 Don't close existing connection on HttpServer close (and stream cancel). by ajohnsen@google.com · 12 years ago
  12. 12acea6 Check const expressions for malformed types. by johnniwinther@google.com · 12 years ago
  13. 6dbc9e5 dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. by whesse@google.com · 12 years ago
  14. 4ce7174 Remove incorrect return type from internal method. by lrn@google.com · 12 years ago
  15. 543c869 Revert "Faster ~/2 for dart2js." by lrn@google.com · 12 years ago
  16. ae60e65 Faster ~/2 for dart2js. by lrn@google.com · 12 years ago
  17. e3975ab Reduce the code inside a try/finally for Iterable.toString. by lrn@google.com · 12 years ago
  18. aa5395d Remove debugging code that leads to a warning. by ngeoffray@google.com · 12 years ago
  19. 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
  20. efaf708 Make ExpensiveSet.add return a bool. by kasperl@google.com · 12 years ago
  21. b8a3d75 Add isFinite getter to num. by lrn@google.com · 12 years ago
  22. e155f27 Fix another closure/type variable error by using analyzeTypeVariables. by ngeoffray@google.com · 12 years ago
  23. 360ea42 Rename mdv -> template_binding, remove experiemntal apis from dart:html by jmesserly@google.com · 12 years ago
  24. 15e0863 Revert "Revert "Removing some deprecated members"" by blois@google.com · 12 years ago
  25. a4a2e26 Reapply lineDash with polyfill. by efortuna@google.com · 12 years ago
  26. 7c2e629 Fix type errors detected with --error-on-bad-type. by sigmund@google.com · 12 years ago
  27. 3d20b786 Fixing experimental annotation on HtmlDocument.register by blois@google.com · 12 years ago
  28. b44d43c Revise the barback transformer-finding logic slightly. by nweiz@google.com · 12 years ago
  29. 3aef09e Revert "Removing some deprecated members" by blois@google.com · 12 years ago
  30. 3ea4328 fix todomvc tests by jmesserly@google.com · 12 years ago
  31. cfa8004 VM: Always return immutable collections from the mirrors. by rmacnak@google.com · 12 years ago
  32. f4ebe95 Code review changes for ngeoffray's comments on r28278 by sra@google.com · 12 years ago
  33. 811147d Removing redirections of deprecated members by blois@google.com · 12 years ago
  34. 63f250a Removing a number of deprecated members by blois@google.com · 12 years ago
  35. e2c4716 Removing some deprecated members by blois@google.com · 12 years ago
  36. 690a145 Revert "Converting Polymer and TemplateElement to use deprecated Node.document" by blois@google.com · 12 years ago
  37. 8b4e5e9 "Reverting 29013" TBR BUG= by efortuna@google.com · 12 years ago
  38. f4e40d6 Make getLineDash return [] instead of null if it has not yet been set. by efortuna@google.com · 12 years ago
  39. cf9be8e Tightening up custom element registration for dart2js by blois@google.com · 12 years ago
  40. a87372a dart:io | Remove deprecated _Path library, and use FileSystemEntity.parent for recursive Directory.create. by whesse@google.com · 12 years ago
  41. 6da04e0 Support reflection on recursive upper bounds of type variables. by zarah@google.com · 12 years ago
  42. bfc3d53 dart:io | Add FileSystemEntity.parent, make File.directory call it. by whesse@google.com · 12 years ago
  43. 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
  44. 7743533 Handle resolution of Class.named<TypeArg> correctly. by johnniwinther@google.com · 12 years ago
  45. 250b113 Mark jQuery methods as experimental. by efortuna@google.com · 12 years ago
  46. 7da21ce Allow all events to be accessed via on[foo] instead of just onFoo by efortuna@google.com · 12 years ago
  47. 0177ed7 CanvasRenderingContext2D.fillText now works correctly with null maxWidth. by amouravski@google.com · 12 years ago
  48. 8e4205d Reapply remove upgradeCustomElement methods. by efortuna@google.com · 12 years ago
  49. c2dfe36 Run go.sh to regenerate html_dartium.dart by amouravski@google.com · 12 years ago
  50. 37989cf "Reverting 28947" TBR BUG= by efortuna@google.com · 12 years ago
  51. 3a4a3ba Remove Platform.upgrateCustomElements. by efortuna@google.com · 12 years ago
  52. eb64b24 Let StreamSubscription.cancel return a Future. by ajohnsen@google.com · 12 years ago
  53. 2b50c5d Fis crash https://code.google.com/p/dart/issues/detail?id=14242, by calling resolveArguments on the arguments of a SendSet, instead of a raw NodeList visit. by ngeoffray@google.com · 12 years ago
  54. 1475ab7 dart:io | Remove deprecated behavior of Directory('').createTemp, replaced by Directory.systemTemp. by whesse@google.com · 12 years ago
  55. 05b7c47 TBR: fix build break by jacobr@google.com · 12 years ago
  56. 5ee1780 A few API changes: by jacobr@google.com · 12 years ago
  57. e7aef33 Fixing custom element type extensions in Dartium to have correct native type ID by blois@google.com · 12 years ago
  58. 872e8c1 Fix an incorrect assertion in a pub test. by nweiz@google.com · 12 years ago
  59. 9e94325 Support all Transform methods on ForeignTransform. by nweiz@google.com · 12 years ago
  60. 71813b4 Build Native class dispatch and custom element data in finishClass. by sra@google.com · 12 years ago
  61. 49a3c1a Revert "Revert "Resolve metadata on library tags"" by sra@google.com · 12 years ago
  62. 8110ef8 Support logging in transformers when using pub build/serve. by nweiz@google.com · 12 years ago
  63. a8f349d Revert "Resolve metadata on library tags" by sra@google.com · 12 years ago
  64. 64f8f67 Resolve metadata on library tags by sra@google.com · 12 years ago
  65. 4f06435 Make AudioContext work in iOS 7. by efortuna@google.com · 12 years ago
  66. a66e49f Analyzer issue with changed return type of Set.add by kevmoo@j832.com · 12 years ago
  67. 49202bb lib/convert: ascii oops by kevmoo@j832.com · 12 years ago
  68. cf13438 Set.add returns true if item has been added, otherwise false by kevmoo@j832.com · 12 years ago
  69. 0d23dbc Make TypedefMirror a direct descendant of TypeMirror. by rmacnak@google.com · 12 years ago
  70. c700115 Slightly faster version of double.toInt for dart2js. by lrn@google.com · 12 years ago
  71. ebb191e Only allocate maps for ArgumentsTypes in the uncommon case of named arguments. by ngeoffray@google.com · 12 years ago
  72. 09116b8 Force resolution on metadata of static members by johnniwinther@google.com · 12 years ago
  73. 1a45bfd Fix pub tests by lry@google.com · 12 years ago
  74. 948743a Scanner for UTF-8 byte arrays by lry@google.com · 12 years ago
  75. 9c2f329 Remove defaultSelected property. by efortuna@google.com · 12 years ago
  76. ee30fc0 Converting Polymer and TemplateElement to use deprecated Node.document by blois@google.com · 12 years ago
  77. ab61301 Generate a class table of all the IDL classes in the database. This table is used by asiva@google.com · 12 years ago
  78. 3583928 Adding ElementEventStream.capture by blois@google.com · 12 years ago
  79. a86bee0 Fix for events not firing on sanitized elements by blois@google.com · 12 years ago
  80. e32d5c2 Cleanup JS() expressions. by justinfagnani@google.com · 12 years ago
  81. cb304c5e Adding HttpRequest.responseHeaders by blois@google.com · 12 years ago
  82. e3b35da Renaming Node.document back to Node.ownerDocument by blois@google.com · 12 years ago
  83. 0c4f4dc Fixing dart2js size regression from CustomElement.detail by blois@google.com · 12 years ago
  84. fdf866b Regenerating DOM libraries by blois@google.com · 12 years ago
  85. 1936eca Fix import and prefix-plus crash. by johnniwinther@google.com · 12 years ago
  86. 989ff0a narrowing a type to void should not unconditionally return the null type: a non-nullable type narrowed to a void type gives the empty type. by ngeoffray@google.com · 12 years ago
  87. 440e672 Reapply "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable."."" by zarah@google.com · 12 years ago
  88. 8d15f2f Give hints on failed promotion. by johnniwinther@google.com · 12 years ago
  89. af06e8b Fix scheduleImmediate in Dartium. by floitsch@google.com · 12 years ago
  90. 6626059 Use setlets in the resolver datastructures and in the cached function set queries. by kasperl@google.com · 12 years ago
  91. e65e5a4 Update the documentation for methods of fixed-length and unmodifiable lists. by lrn@google.com · 12 years ago
  92. 5cd777e Update documentation for Map.keys/values. by lrn@google.com · 12 years ago
  93. c7a9f21 Update check for cyclic typedefs. by johnniwinther@google.com · 12 years ago
  94. 3f8885c Add a much simplified set implementation designed to waste little memory for small sets. by kasperl@google.com · 12 years ago
  95. 679c9ed Fixing mirrors on Window, Document and Element by blois@google.com · 12 years ago
  96. 7aa71c2 Removing dart2js's extends tag inference by blois@google.com · 12 years ago
  97. ef3ab25 Fixing double-completing indexed DB transactions by blois@google.com · 12 years ago
  98. 333054e Supporting non-SSVs in CustomEvent.detail by blois@google.com · 12 years ago
  99. fcbf921 Re-running go.sh by blois@google.com · 12 years ago
  100. 5ad0b1d Revert "Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable."." by zarah@google.com · 12 years ago