0.4.7.3
  1. c0639ff Version 0.4.7.3 . by dgrove@google.com · 10 years ago 0.4.7.3
  2. 4fe5794 Version 0.4.7.2 . by dgrove@google.com · 10 years ago
  3. a00c6e4 Version 0.4.7.1 . by dgrove@google.com · 10 years ago 0.4.7.1
  4. dec3937 Fix Future.immediateError users. by floitsch@google.com · 12 years ago
  5. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  6. dd60c5d Comment getAttachedStackTrace. by ajohnsen@google.com · 12 years ago
  7. 13c927b Fix model-tree-observer in html. by floitsch@google.com · 12 years ago
  8. 255cd36 Fixes. by floitsch@google.com · 12 years ago
  9. 6837aa2 Fix bad html library. by floitsch@google.com · 12 years ago
  10. 62d413e Remove StreamController.broadcast. by floitsch@google.com · 12 years ago
  11. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  12. 766fced Enable user timing. by antonm@google.com · 12 years ago
  13. 7394269 Enable resource timing. by antonm@google.com · 12 years ago
  14. 92e80c8 Enable navigator content utils. by antonm@google.com · 12 years ago
  15. 0ef5bc0 Enable canvas features. by antonm@google.com · 12 years ago
  16. 15f2818 Add the new dart analyzer to the SDK. by devoncarew@google.com · 12 years ago
  17. b550a87 Re-generate html library. by ajohnsen@google.com · 12 years ago
  18. f553392 Change StreamController constructor. by floitsch@google.com · 12 years ago
  19. 1049521 Add setAll, insertAll, replaceRange and fillRange. by floitsch@google.com · 12 years ago
  20. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  21. e92e997 Fix _writeFrom and _readInto signature in io_patch.dart. by ajohnsen@google.com · 12 years ago
  22. b4eacbf Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. by ajohnsen@google.com · 12 years ago
  23. 5b6c0ba Rename InvocationMirror to Invocation. by ahe@google.com · 12 years ago
  24. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  25. 9bfc844 Refactor removeRange. by floitsch@google.com · 12 years ago
  26. 45ad548 Update dart:mirrors to use Symbol. by ahe@google.com · 12 years ago
  27. e3223d9 Adding missing file. by lrn@google.com · 12 years ago
  28. 485c8a5 Move Iterable implementation to collection. by lrn@google.com · 12 years ago
  29. 83bd0f1 Add support for even more typed data on native ports by sgjesse@google.com · 12 years ago
  30. 8a0d52e Add missing functions to ListMixin. by floitsch@google.com · 12 years ago
  31. bebe3ac Refactor List.setRange function. by floitsch@google.com · 12 years ago
  32. 601686b Update Function.apply to use Symbol. by ahe@google.com · 12 years ago
  33. 5540c28 Re-introduce StreamSink as an abstract class implementing StreamConsumer and EventSink. by ajohnsen@google.com · 12 years ago
  34. fdabbd1 Remove deprecated declaration in collections_dev. by lrn@google.com · 12 years ago
  35. 3f29849 dart2js: Make sure we don't emit double var declarations for small functions with loops by erikcorry@google.com · 12 years ago
  36. 25a0d40 Implement missing function. by floitsch@google.com · 12 years ago
  37. a5e41e0 Remove inadvertent edit. by lrn@google.com · 12 years ago
  38. bcaa041 Move IterableMixinWorkaround to internal library. by lrn@google.com · 12 years ago
  39. 07b02a8 Remove String.slice. Too much overlap with String.substring. by floitsch@google.com · 12 years ago
  40. 457dffa Add StreamSubscription.asFuture. by floitsch@google.com · 12 years ago
  41. 64fe82a Import LinkedHashSet from dart:collection in dart:io. by ajohnsen@google.com · 12 years ago
  42. 0f607e4 Remove methods on StackTrace class. by lrn@google.com · 12 years ago
  43. a7858e3 Add library-root option to dartdoc (needed to enable use of by dgrove@google.com · 12 years ago
  44. 230dd89 Use LinkedHashSet for idle connection in HttpClient. by ajohnsen@google.com · 12 years ago
  45. 1743496 Rename DAYS_IN_WEEK to DAYS_PER_WEEK. Add MONTHS_PER_YEAR. by floitsch@google.com · 12 years ago
  46. 34c499b Fix HttpBodyHandler to handle missing mimeType. by ajohnsen@google.com · 12 years ago
  47. b09546b Don't delay IOSink.close() with no subscription to the next instance. by ajohnsen@google.com · 12 years ago
  48. d5b8a8d Cleanup IOSink complete value and _HttpOutboundMessage's consumer. by ajohnsen@google.com · 12 years ago
  49. bc00ad7 Fix wrong type annotation by sgjesse@google.com · 12 years ago
  50. 6507357 Add support for more typed data types on native ports by sgjesse@google.com · 12 years ago
  51. 06b08da Enables necessary for Dartium. by antonm@google.com · 12 years ago
  52. 4fd23f8 Check for conditionals used. by antonm@google.com · 12 years ago
  53. fc897b0 dart2js: Use the mini JS parser for more JS(... constructs by erikcorry@google.com · 12 years ago
  54. cffe6d5 Fix errors in previous commit by sgjesse@google.com · 12 years ago
  55. b5e08c4 Add support for proxies requiing authentication by sgjesse@google.com · 12 years ago
  56. 67650cb Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. by ajohnsen@google.com · 12 years ago
  57. b8b1223 Hide EventSinkView. by floitsch@google.com · 12 years ago
  58. cc8496c Update dummy compiler with new interceptor-related methods by sra@google.com · 12 years ago
  59. 6a363bd Revert "Revert "New native class dispatch"" by sra@google.com · 12 years ago
  60. 2ba7247f Revert "New native class dispatch" by sra@google.com · 12 years ago
  61. ee2920c New native class dispatch by sra@google.com · 12 years ago
  62. 65b551e Add default implementation of toString for ListMixin. by floitsch@google.com · 12 years ago
  63. d378288 Regen libs after IDL roll. by antonm@google.com · 12 years ago
  64. 04242fb Fix CSP mode by erikcorry@google.com · 12 years ago
  65. d3a932f Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them by kustermann@google.com · 12 years ago
  66. 916873c Reschedule callbacks execution on failure. by antonm@google.com · 12 years ago
  67. 5f7e1f1 Use set for idle HTTP connections. Avoids O(n) removal. by ajohnsen@google.com · 12 years ago
  68. 13bcc02 Correctly compile unresolved for-in loops. by ahe@google.com · 12 years ago
  69. 0063095 Fix bugs caught in host-checked mode. by ahe@google.com · 12 years ago
  70. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  71. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  72. f1862a6 Revert revision 21331 and 21334 by ricow@google.com · 12 years ago
  73. 1ecc99b Make common file mode and encoding constants available on the top level in dart:io by sgjesse@google.com · 12 years ago
  74. 952369c Speculative fix for dart2js on windows by ricow@google.com · 12 years ago
  75. 8d3d404 Update the dartdoc for HttpClient by sgjesse@google.com · 12 years ago
  76. 126cbc3 Make the proxy server resolution from environment variables the default for HttpClient by sgjesse@google.com · 12 years ago
  77. 4acabf0 Fix issue 9844 by adressing additional review comments by ricow@google.com · 12 years ago
  78. 1259710 Add leftover file from landing new build id passing by ricow@google.com · 12 years ago
  79. 866df28 Fix typed data for dart2js. by ager@google.com · 12 years ago
  80. aed9246 Add fromList constructor to typeddata typed lists. by ager@google.com · 12 years ago
  81. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com · 12 years ago
  82. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com · 12 years ago
  83. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com · 12 years ago
  84. 3504337 dart2js: Teach JS parser about # and start using it in emitter by erikcorry@google.com · 12 years ago
  85. 3263daa Fix event-transformers that don't pause. by floitsch@google.com · 12 years ago
  86. 134302a Remove second generic argument of StreamConsumer. by floitsch@google.com · 12 years ago
  87. f53cc35 Update dart2js mirrors to match the API. by ahe@google.com · 12 years ago
  88. aecbeab Implement getRange (returning an Iterable). by floitsch@google.com · 12 years ago
  89. ba4d232 Fix first part on liveness analysis of bug https://code.google.com/p/dart/issues/detail?id=9687: a throw in a catch block must have the finally block as a successor. by ngeoffray@google.com · 12 years ago
  90. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  91. bdce382 Add Symbol class. by ahe@google.com · 12 years ago
  92. 7b3b805 Fix invalid SSA graph generated by dart2js in a do/while with breaks, by removing locals that do not exist in all breaks. by ngeoffray@google.com · 12 years ago
  93. ac23682 Fix typos and other too-late feedback from the inline throw change by erikcorry@google.com · 12 years ago
  94. 32cc76a Make output of Type.toString nicer. by karlklose@google.com · 12 years ago
  95. c20f954 Fix bug that makes dartc bot red. by lrn@google.com · 12 years ago
  96. 90f1808 dart2js: Use miniparser for simple JS(...) by erikcorry@google.com · 12 years ago
  97. c15796f Remove collection_sink.dart from sdk/lib/async/async.dart. by ajohnsen@google.com · 12 years ago
  98. 57161d6 Remove deprecated CollectionSink and Stream.pipeInto. by ajohnsen@google.com · 12 years ago
  99. 974a300 Remove deprecated <, <=, >, and >= of DateTime. by ajohnsen@google.com · 12 years ago
  100. 9d044d3 dart2js: Allow 'throw' when inlining by erikcorry@google.com · 12 years ago