1.0.0.5
  1. 7f07078 Version 1.0.0.0 by ricow@google.com · 10 years ago 1.0.0.0
  2. 1347f83 Version 0.8.10.9 by ricow@google.com · 10 years ago 0.8.10.9
  3. 37716cc Version 0.8.10.8 by ricow@google.com · 10 years ago 0.8.10.8
  4. 7b11edc Version 0.8.10.6 by ricow@google.com · 10 years ago 0.8.10.6
  5. 16a609e Version 0.8.10.5 by ricow@google.com · 10 years ago 0.8.10.5
  6. fd36423 Version 0.8.10.4 by ricow@google.com · 10 years ago 0.8.10.4
  7. 398e266 Version 0.8.10.3 by ricow@google.com · 10 years ago 0.8.10.3
  8. 377b571 Version 0.8.10.2 by ricow@google.com · 10 years ago 0.8.10.2
  9. 6916a6d Version 0.8.10.1 by ricow@google.com · 10 years ago 0.8.10.1
  10. 4cf567f Remove bogus optimization, and special cases primitive types until we implement a more general optimization. by ngeoffray@google.com · 12 years ago
  11. 7174468 Revert "Return an absolute URI for Platform.script." by whesse@google.com · 12 years ago
  12. b48895b Return an absolute URI for Platform.script. by whesse@google.com · 12 years ago
  13. bb7737f Treat typed arrays as fixed arrays, and do the same optimizations on typedarrays as we do for fixed lists. by ngeoffray@google.com · 12 years ago
  14. 3a4bb19 Add missing members to please analyzer. by ngeoffray@google.com · 12 years ago
  15. dee1bf8 Get rid of HTypes. by ngeoffray@google.com · 12 years ago
  16. 1016a6e Do not use union to know if a typemask implements a class. Use TypeMask.satisfies instead. by ngeoffray@google.com · 12 years ago
  17. 5eaab63 Fix some type tests and optimize startsWith. by lrn@google.com · 12 years ago
  18. 1e24836 Comply to invariant of evaluateArgumentsToConstructor. by ngeoffray@google.com · 12 years ago
  19. 4881877 Reapply "Substitute types in generic superclasses and interfaces." . by zarah@google.com · 12 years ago
  20. 5f63715 SIMD shuffle API changes by johnmccutchan@google.com · 12 years ago
  21. 4f1e48f Add browser compatibility hook to control pre-patching by sra@google.com · 12 years ago
  22. fb47520 Reproducing changes from https://chromiumcodereview.appspot.com/23556009/ by amouravski@google.com · 12 years ago
  23. 20d5b12 Revise several already-committed CLs. by nweiz@google.com · 12 years ago
  24. 07c3de9 Mirror implementation removals: async invoke, mirrorSystemOf(port), Mirror.mirrors. by rmacnak@google.com · 12 years ago
  25. f3384bf Hide ClosureMirror.findInContext behind a flag for 1.0. by rmacnak@google.com · 12 years ago
  26. 810915f Pass in "mode" to transformer plugins. by rnystrom@google.com · 12 years ago
  27. 1a4fb17 Propagate stack traces. by floitsch@google.com · 12 years ago
  28. 9fb8d99 Implement fromEnvironment on bool, int, String in dart2js. by ngeoffray@google.com · 12 years ago
  29. 5cd6aac Change bool.fromEnvironment to recognize "true" and "false" and use default for rest. by lrn@google.com · 12 years ago
  30. 66959d9 Change int.fromEnvironment in VM to use same code as int.parse. by lrn@google.com · 12 years ago
  31. 670bb6a Disallow multiple inheritance with different type arguments. by johnniwinther@google.com · 12 years ago
  32. 3f80302 Fix bug in our SSA optimizations: by giving an empty type to a box, we were assuming that anything that comes out of it is greater than zero. by ngeoffray@google.com · 12 years ago
  33. 9b65d2c Fix a bug in the way we deal with HTypeKnown instructions in our SSA type propagation phase. by ngeoffray@google.com · 12 years ago
  34. b6b031d Update type signature of JSON codec. by lrn@google.com · 12 years ago
  35. 3ce40ae Add types to annotation constants. by lrn@google.com · 12 years ago
  36. eb9e33e Update documentation on .fromEnvironment. Make bool default be false. by lrn@google.com · 12 years ago
  37. c38de04 Change dart:io Platform.script to return a Uri. by sgjesse@google.com · 12 years ago
  38. d5c7a05 Fix to distingish Document from HtmlDocument on ie9 by sra@google.com · 12 years ago
  39. 36a67fa Implement fromEnvironment on bool, int and String by sgjesse@google.com · 12 years ago
  40. 96d142f Fix dart2js Uint32x4List in checked mode by johnmccutchan@google.com · 12 years ago
  41. 8a0fd8c Add Uint32x4List to typed_data by johnmccutchan@google.com · 12 years ago
  42. 7006de6 Remove deprecated parts of dart:async. by floitsch@google.com · 12 years ago
  43. 4f08151 Revert "Change dart:io Platform.script to return a Uri." by whesse@google.com · 12 years ago
  44. e57ff49 Fix bugs in Platform.script change. by whesse@google.com · 12 years ago
  45. 0dce271 Add Event, HtmlCollection, NodeList and Window to transferrable types by justinfagnani@google.com · 12 years ago
  46. cb01103 Change dart:io Platform.script to return a URI. Change all uses of Platform.script to work with the new value. by whesse@google.com · 12 years ago
  47. be09cc8 Updated rectangle documentation to explain coordinate system. by efortuna@google.com · 12 years ago
  48. 0c25691 improve DateTime parsing a UTC timezone offset by floitsch@google.com · 12 years ago
  49. c440d53 Add missing import. by rnystrom@google.com · 12 years ago
  50. ef6928d Handle long relative path dependencies better. by rnystrom@google.com · 12 years ago
  51. 502c7c2 Allow matchingTarget to also include the currentTarget. by efortuna@google.com · 12 years ago
  52. 04d1b90 Add caching modes to dispatch tags by sra@google.com · 12 years ago
  53. 4f58096 Tests and docs for instanceMembers, staticMembers, toplevelMembers. by rmacnak@google.com · 12 years ago
  54. 57a80ee Specify default values for data (text) and value in OptionElement. by efortuna@google.com · 12 years ago
  55. de5ab09 Implement ObjectMirror.[] the VM. by rmacnak@google.com · 12 years ago
  56. 462d036 Remove dart:io Options class. by whesse@google.com · 12 years ago
  57. 1e3b58a dart:io | Add 'recursive' flag to File.create and Link.create. by whesse@google.com · 12 years ago
  58. 16eb7fd Fix standalone/io/platform_test on Windows. Remove @deprecated from Platform. by whesse@google.com · 12 years ago
  59. be7a746 Resolve jsPlainJavaScriptObjectClass when a native class is instantiated by lry@google.com · 12 years ago
  60. 537464f Revert "Substitute types in generic superclasses and interfaces." by zarah@google.com · 12 years ago
  61. 36e2df1 Mirrors overhaul. by ahe@google.com · 12 years ago
  62. 841785c Add IOSink:flush(). by ajohnsen@google.com · 12 years ago
  63. 7821715 Emit a compile-time error if a constant list or map is contains non-assignable elements. by karlklose@google.com · 12 years ago
  64. ca06578 Substitute types in generic superclasses and interfaces. by zarah@google.com · 12 years ago
  65. f5ec8f2 Emit a compile-time error when using default values in a redirecting factory. by karlklose@google.com · 12 years ago
  66. c4cc94c In checked mode, parameters are already explicitly checked in the inferrer graph. So there is no need to narrow them. by ngeoffray@google.com · 12 years ago
  67. 253ad80 Don't close the _FileStream until all operations are done. by ajohnsen@google.com · 12 years ago
  68. 7338c0c Fix File.openStream where it sometimes would keep the file open. by ajohnsen@google.com · 12 years ago
  69. 41ff075 Remove deprecated dart:utf library. by lrn@google.com · 12 years ago
  70. f0a1c92 Reapply "Remove @deprecated features." by lrn@google.com · 12 years ago
  71. 09e82e0 Let the stream of File:openRead handle cancel correctly. by ajohnsen@google.com · 12 years ago
  72. 70e0cd4 Support checking of malbounded types. by johnniwinther@google.com · 12 years ago
  73. 7a76ad7 Add @proxy to annotations.dart. by lrn@google.com · 12 years ago
  74. 0b2426a Add types to dart:convert constants. by lrn@google.com · 12 years ago
  75. 4416887 Update List constructor documentation. Say that null is not a length. by lrn@google.com · 12 years ago
  76. b18735d Fix warnings in sdk, found by the analyzer. by ajohnsen@google.com · 12 years ago
  77. 72e6685c Change and documentat how completer handles futures. by lrn@google.com · 12 years ago
  78. de3c1d7 Fix js_test in dart2js checked mode by justinfagnani@google.com · 12 years ago
  79. c5e2028 Control whether pub build and serve minify or not. by rnystrom@google.com · 12 years ago
  80. 7233d46 Revise unhandled args patch. by rnystrom@google.com · 12 years ago
  81. 83495ee Refactor EventStreamProvider.dart to make flow make more sense. by amouravski@google.com · 12 years ago
  82. 742f0ae Clean up some pub and scheduled_test integration with the new isolate API. by nweiz@google.com · 12 years ago
  83. 0abc881 Mirror API removals: async invocations, mirrorSystemOf(port), Mirror.mirrors. by rmacnak@google.com · 12 years ago
  84. 2f5b84f Don't skip tests on machines without git. by rnystrom@google.com · 12 years ago
  85. c638273 Revise barback logging patch. by rnystrom@google.com · 12 years ago
  86. d4b3098 Address code review comments from https://chromiumcodereview.appspot.com/49493004/ by sra@google.com · 12 years ago
  87. 316c081 Revise pub build patch. by rnystrom@google.com · 12 years ago
  88. 1573890 Updated top level docs for Window. by amouravski@google.com · 12 years ago
  89. c02e911 JS_INTERCEPTOR_CONSTANT(Type) generates a constant interceptor in Dart code. by sra@google.com · 12 years ago
  90. b3ec785 Address code review comments for https://chromiumcodereview.appspot.com/49923003/ by sra@google.com · 12 years ago
  91. 60b57c3 Update headings to use sentence case. by amouravski@google.com · 12 years ago
  92. 9c20d56 Remove uses of dart:io Options from pub. by whesse@google.com · 12 years ago
  93. 13dad66 Remove uses of dart:io Options in dart2js and dartdoc. by whesse@google.com · 12 years ago
  94. d836e01 Add missing coverage for generics properties of dynamic and void. Fix reflectType(dynamic) in dart2js. by rmacnak@google.com · 12 years ago
  95. c3a9f33 Fix directory-listing to return a future on cancel. by ajohnsen@google.com · 12 years ago
  96. bf7ea13 Fix HttpServer after SecureServerSocket no longer is a ServerSocket. by ajohnsen@google.com · 12 years ago
  97. fe47976 Fix sdk/lib/io errors found by the analyzer. by ajohnsen@google.com · 12 years ago
  98. 426bf24 Remove type argument from SecureServerSocket by sgjesse@google.com · 12 years ago
  99. 8d02707 Remove HType.UNKNOWN and HType.CONFLICTING. by ngeoffray@google.com · 12 years ago
  100. 7efd782 Fix the more specific relation. by johnniwinther@google.com · 12 years ago