0.8.3.0
  1. 333054e Supporting non-SSVs in CustomEvent.detail by blois@google.com · 12 years ago
  2. fcbf921 Re-running go.sh by blois@google.com · 12 years ago
  3. 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
  4. 9ed6732 Reapply "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.". by zarah@google.com · 12 years ago
  5. adc83bd Report compile-time error when extending, mixing in or implementing a malformed type. by karlklose@google.com · 12 years ago
  6. ea21582 Revert "Add TypeVariable object on runtime to support reflection on type variables." and "Fix type of Iterable.". by zarah@google.com · 12 years ago
  7. f9a1523 Fix type of Iterable. by zarah@google.com · 12 years ago
  8. 8b1d572 Change "typedef" to "class" in core library and related tests. by lrn@google.com · 12 years ago
  9. 9a2def1 Document that concurrent modification is bad, m'kay. by lrn@google.com · 12 years ago
  10. a444143 Generate onlyForRti class constructor for csp. by johnniwinther@google.com · 12 years ago
  11. a741237 Add TypeVariable object on runtime to support reflection on type variables. by zarah@google.com · 12 years ago
  12. 19655e4 Revert "Revert "Removing setImmediate and hiding WindowTimers interface"" by blois@google.com · 12 years ago
  13. 951dca7 Deprecate query and queryAll, also add back querySelector and querySelectorAll. by efortuna@google.com · 12 years ago
  14. 8e255ad Revert "Removing setImmediate and hiding WindowTimers interface" by blois@google.com · 12 years ago
  15. 3a4ae83 Web Socket API for talking to Editor. by rnystrom@google.com · 12 years ago
  16. 3037100 Removing setImmediate and hiding WindowTimers interface by blois@google.com · 12 years ago
  17. 03eb80a Maintain referential integrity of proxy instances in dart:js by justinfagnani@google.com · 12 years ago
  18. 4c06ef7 Dartium build issue w/ mutation observers by blois@google.com · 12 years ago
  19. ea5d14d MutationObserver changes for zones (again) by blois@google.com · 12 years ago
  20. 4e01232 Fixing MutationObserver constructor from zones change by blois@google.com · 12 years ago
  21. 9baacaf Making all callbacks use zones (take 2) by blois@google.com · 12 years ago
  22. 96c4ac5 Unflake pub oauth2 test to see if it's still flaky. by rnystrom@google.com · 12 years ago
  23. 80df488 Add mixin accessor. by gbracha@google.com · 12 years ago
  24. d97c965 Don't inline in a throw expression by sra@google.com · 12 years ago
  25. 79cd061 Fix typo. by floitsch@google.com · 12 years ago
  26. d97500c Support type promotion in dart2js. by johnniwinther@google.com · 12 years ago
  27. 732ab1c Add factory-method for scheduleMicrotask, as well as a (failing) test. by ajohnsen@google.com · 12 years ago
  28. 10e9a79 Make print interceptable. by floitsch@google.com · 12 years ago
  29. 47499c6 Add more specific relation. by johnniwinther@google.com · 12 years ago
  30. 8009eb9 Avoid generating members for classes only for needed rti. by johnniwinther@google.com · 12 years ago
  31. 1bcc9dd Create _RootZone and _RootSpecification. by floitsch@google.com · 12 years ago
  32. 529b2f1 Emit a compile-time error when using doubles as switch case expressions. by karlklose@google.com · 12 years ago
  33. bda27bb Changed LinkedHashSet to Set and LinkedHashMap to Map. by kasperl@google.com · 12 years ago
  34. eb18535 Document equality and compareTo of numbers. by lrn@google.com · 12 years ago
  35. 448bd98 Emit compile-time error if a redirecting factory points to itself. by karlklose@google.com · 12 years ago
  36. c66099f Tighter native type annotations for some elements returning Lists by sra@google.com · 12 years ago
  37. c403726 Update docs so that responseText returns empty String on failure. by efortuna@google.com · 12 years ago
  38. 68fbdfd Handle a null dependencies map in lockfile. by rnystrom@google.com · 12 years ago
  39. 035e04f Making all base class DOM types throw as well (to prevent a default constructor for DOM types that are not constructable). by efortuna@google.com · 12 years ago
  40. e0d9778 Exit with an error on unexpected command line arguments. by rnystrom@google.com · 12 years ago
  41. e1d441b Revert "Making all callbacks use zones" by blois@google.com · 12 years ago
  42. 768e5a7 Move custom element analysis to own file by sra@google.com · 12 years ago
  43. 84a3415 Making all callbacks use zones by blois@google.com · 12 years ago
  44. f51dad9 Untyping List types by blois@google.com · 12 years ago
  45. 7d005fd Move metadata and interceptor emitting to own files. by ahe@google.com · 12 years ago
  46. 2dd6d7f Make failing pub test accept different order of output lines. by whesse@google.com · 12 years ago
  47. c2c1fc1 Implement the updated Map and Set interfaces in our "expensive" variants. by kasperl@google.com · 12 years ago
  48. eac99db Fix remaining uses of Directory.systemTemp outside test scripts. by whesse@google.com · 12 years ago
  49. 8922b10 Add EfficientLength marker interface to some iterabels. by lrn@google.com · 12 years ago
  50. 5870a6c Emit a compile-time error when using default values in function typed parameter. by karlklose@google.com · 12 years ago
  51. 5ab3ca5 Handle missing const constructor. by johnniwinther@google.com · 12 years ago
  52. 0f7a0bd Rename runAsync to scheduleMicrotask. by floitsch@google.com · 12 years ago
  53. c1ae2cb Mark reports_dart_parse_errors_test as flaky. by floitsch@google.com · 12 years ago
  54. 189b225 Simplify handling of Subscriptions. by floitsch@google.com · 12 years ago
  55. dc9c5f4 Redo StreamTransformers so they work with Stack traces. by floitsch@google.com · 12 years ago
  56. a2a244e Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'. by aprelev@gmail.com · 12 years ago
  57. cee2b11 Revert "Maintain referential integrity of proxy instances in dart:js" by justinfagnani@google.com · 12 years ago
  58. 0ae3c96 Removing explicit custom element upgrade for Dartium by blois@google.com · 12 years ago
  59. 564fbb6 Add proper API for creating private symbols wrt a library. by rmacnak@google.com · 12 years ago
  60. b2316c5 Maintain referential integrity of proxy instances in dart:js by justinfagnani@google.com · 12 years ago
  61. 28388cf Split HTypeKnown from HTypeConversion. by sra@google.com · 12 years ago
  62. a295af5 Correction: Unsupported error needs a string argument in reflectedType. by gbracha@google.com · 12 years ago
  63. c6725a1 Preparation for moving methods up to TypeMirror from ClassMirror. by gbracha@google.com · 12 years ago
  64. 9ce229c Remove requirement for MirroredCompilationError. by gbracha@google.com · 12 years ago
  65. 9209d25 Fix merge commit bug. by rnystrom@google.com · 12 years ago
  66. 2c095c7 Make pub build use barback. by rnystrom@google.com · 12 years ago
  67. 005ac97 Revert toString output changes of Queues, and LinkedLists. by floitsch@google.com · 12 years ago
  68. 8882916 Update dom streams with new signatures. by floitsch@google.com · 12 years ago
  69. b95a02f Remove debug print from previous commit. by ajohnsen@google.com · 12 years ago
  70. 86e664e Preserve '\' in filenames for uploads, as Windows/IE contains them. by ajohnsen@google.com · 12 years ago
  71. af01be2 Handle clash of prefix/non-prefix imports. by johnniwinther@google.com · 12 years ago
  72. 4be547c Adapt streams for additional stackTrace argument. by floitsch@google.com · 12 years ago
  73. 9562439 Add second argument to Future error handlers. by floitsch@google.com · 12 years ago
  74. e73ce83 Rename error to _reportError in HttpParser. by floitsch@google.com · 12 years ago
  75. a144c11 Make JSON encoder take extra function argument to use instead of toJson calls. by lrn@google.com · 12 years ago
  76. dcb98b6 Support extends/implements of Function. by johnniwinther@google.com · 12 years ago
  77. 36d28b3 Change the toString method of IterableBase/IterableMixin to show some elements. by lrn@google.com · 12 years ago
  78. 3537449 Change "E" to "String" on CssClassSet.lookup by lrn@google.com · 12 years ago
  79. 04c230b Add Set.lookup method to get the instance in the set. by lrn@google.com · 12 years ago
  80. 8abeb67 Improve barback/pub logging. by rnystrom@google.com · 12 years ago
  81. ef9419d Convert keys in dataSet to camelCase instead of dasherized. by efortuna@google.com · 12 years ago
  82. 108dc7d Tweaks to the mirror spec: Move typeVariables up to TypeMirror in prepartion for moving TypedefMirror directly under TypeMirror. Add isConstant to VariableMirror. Minor dartdoc refinements. by gbracha@google.com · 12 years ago
  83. 6999dd7 Work-around for Issue 13955. by sra@google.com · 12 years ago
  84. c2f5471 Removing Element.createdCallback by blois@google.com · 12 years ago
  85. 95c3be5 Made index_db Cursor.next behavior consistent between JS and vm. by efortuna@google.com · 12 years ago
  86. a8f1004 Add "matchingTarget" function to Event, which is the Element that matched the CSS value selector. by efortuna@google.com · 12 years ago
  87. a5da5b5 Fix mis-capitalization in noSuchMethod doc comment by alanknight@google.com · 12 years ago
  88. 8dd8bcc Don't overpromise on HashSet performance. by lrn@google.com · 12 years ago
  89. fda0b4e Revise doc comments. by rnystrom@google.com · 12 years ago
  90. 226cd9e Fix a typo in r28389. by nweiz@google.com · 12 years ago
  91. fc0defc Support loading of transformer groups in pub. by nweiz@google.com · 12 years ago
  92. 4a96ec6 Dartium KeyEvent fix. by efortuna@google.com · 12 years ago
  93. 67a56ef Fix KeyEvent (factory) constructor in Dartium. by efortuna@google.com · 12 years ago
  94. 79d6ca8 Reapply KeyEvent improvements. by efortuna@google.com · 12 years ago
  95. d27cc84 dart2js: Fix type of receiver in native generative constructor - a bug in r28278. by sra@google.com · 12 years ago
  96. 8244b71 Since the serve tests implicitly run dart2js too, they are slower as well. by rnystrom@google.com · 12 years ago
  97. ba741e9 Rename "pub deploy" to "pub build". by rnystrom@google.com · 12 years ago
  98. 8f56191 Rename "install" -> "get" and "update" -> "upgrade". by rnystrom@google.com · 12 years ago
  99. 6ddb3e3 Give more time to the dart2js transformer tests. by rnystrom@google.com · 12 years ago
  100. 9c5078b "Reverting 28321" by efortuna@google.com · 12 years ago