0.6.2.1
  1. 18357c5 Remove weird operator== implementations. by ahe@google.com · 12 years ago
  2. 0c17281 Fixing type error for WebGL's getShaderParameter. by blois@google.com · 12 years ago
  3. d477c3f Implement JsMethodMirror.constructorName. by ahe@google.com · 12 years ago
  4. 4a4b1bf Copy compiled constants from metadataHandler to constantHandler. by ahe@google.com · 12 years ago
  5. df2bcb8 Revert "Make StreamController be a StreamSink, not just an EventSink." by floitsch@google.com · 12 years ago
  6. 7784724 Remove type variable to work around dart2js bug. by ahe@google.com · 12 years ago
  7. a15e02c Make StreamController be a StreamSink, not just an EventSink. by lrn@google.com · 12 years ago
  8. 3a23c34 Handle map literals in conditional expression in PartialParser.skipExpression. by ahe@google.com · 12 years ago
  9. f25c1c4 Implement addAll on unmodifiable/constant maps. by ahe@google.com · 12 years ago
  10. e8924d6 Add stubs for missing methods. by ahe@google.com · 12 years ago
  11. 3abe288 Implement JsMethodMirror.parameters and returnType. by ahe@google.com · 12 years ago
  12. cb6346b Don't load dart:async when it isn't needed. by ahe@google.com · 12 years ago
  13. 3534719 Don't reinsert canceled timers. by ajohnsen@google.com · 12 years ago
  14. c326893 Continue updating MDV. by jmesserly@google.com · 12 years ago
  15. fc6769a Reorganize some pub libraries. by rnystrom@google.com · 12 years ago
  16. fca7d29 Disallow template instances when !parentNode || !owner.defaultView https://github.com/Polymer/mdv/commit/d035acecab7c2d1afd9eb67bb01818d7ed9eb11f by jmesserly@google.com · 12 years ago
  17. 74cca39 Add fromIterable(s) constructors in SplayTreeMap and LinkedHashMap. by zarah@google.com · 12 years ago
  18. f6b8d89 Add FileException.path and clean up file exceptions. by ajohnsen@google.com · 12 years ago
  19. 1cbcd0e Document that IOSink.add may buffer data. by ajohnsen@google.com · 12 years ago
  20. 3570215 Fix type annotation. by kasperl@google.com · 12 years ago
  21. 56d2e0e Fix Element.findMyName for named constructors. by kasperl@google.com · 12 years ago
  22. 13d024e Add Map constructors taking iterables. by zarah@google.com · 12 years ago
  23. ec99eb5 Document HttpServer. by ajohnsen@google.com · 12 years ago
  24. d12f2b4 dart:io | Handle an immediately closed connection in RawSecureServerSocket. by whesse@google.com · 12 years ago
  25. f7faa23 dart:io | Add rename() and renameSync() to FileSystem Entity by whesse@google.com · 12 years ago
  26. 5530bbe Fix typo that caused orphaned info to be emitted. by ahe@google.com · 12 years ago
  27. 5ab5bbb Get rid of this code. Doesn't seem necessary anymore. by kasperl@google.com · 12 years ago
  28. 5ec4d52 fix analysis issue caught by dart2js bots by jmesserly@google.com · 12 years ago
  29. d6b9207 Reorganize mdv and observe functionality by jmesserly@google.com · 12 years ago
  30. 4d9098c Move some native type dispatch tags from runtime into class definitions. by sra@google.com · 12 years ago
  31. edf30f6 Exposing Node.firstChild and Node.lastChild. by blois@google.com · 12 years ago
  32. 60e5ca3 Add runAsync interceptor. by floitsch@google.com · 12 years ago
  33. 2089370 dart.io | Fix to previous commit by sgjesse@google.com · 12 years ago
  34. 78e9b8e dart:io | Add rename to Link by sgjesse@google.com · 12 years ago
  35. 6414d81 Implement hashCode on objects stored in a set or used as map keys. by ahe@google.com · 12 years ago
  36. 4976228 Warn about overriding operator== but not hashCode. by ahe@google.com · 12 years ago
  37. 50868bb Test equality argument order in iterable. by zarah@google.com · 12 years ago
  38. 122b7cd Document HttpClientResponse data. by ajohnsen@google.com · 12 years ago
  39. 1e6c3a1 Remove support for 'argument definitions test' from dart2js. by kasperl@google.com · 12 years ago
  40. 2d285ca Generate less code when importing dart:mirrors. by ahe@google.com · 12 years ago
  41. 1a6eb93 Added link to HTML5 samples to the top of HTML library. by amouravski@google.com · 12 years ago
  42. a3f57b0 Fixed old docs for WebSocket. by amouravski@google.com · 12 years ago
  43. 67ab947 Added minimal documentation to the KeyboardEvent class. by amouravski@google.com · 12 years ago
  44. 304a2c4 Fix typo in documentation of CanvasElement.toDataUrl. by amouravski@google.com · 12 years ago
  45. 6a0ef8f Fix odd case of missing constant interceptor optimization by sra@google.com · 12 years ago
  46. 7fd6e0a Restore adoptNode and importNode to dart:html by jmesserly@google.com · 12 years ago
  47. 50d4da2 Let operator* in Duration accept doubles. by zarah@google.com · 12 years ago
  48. 7db2572 dart:io | Change names for SecureSocket exceptions. by whesse@google.com · 12 years ago
  49. 887c8e7 Move getters from Options to Platform by sgjesse@google.com · 12 years ago
  50. c37dff6 Stop passing the selector name separately to methods in the enqueuer. by kasperl@google.com · 12 years ago
  51. 3ad9779 Add reverse dns lookup as a method on InternetAddress. by ajohnsen@google.com · 12 years ago
  52. b74a30c Add a few helper classes for tracking down excessive memory usage due to large maps and sets. by kasperl@google.com · 12 years ago
  53. d3c24e1 Implement JsClassMirror.constructors. by ahe@google.com · 12 years ago
  54. c5fd57b Implement JsMirrorSystem.libraries. by ahe@google.com · 12 years ago
  55. f5196d3 Swap order of arguments in js_array contains. by zarah@google.com · 12 years ago
  56. e4cf5cd Add a TypeInformation abstraction in the inferrer, that holds information per element, to get rid of some maps. by ngeoffray@google.com · 12 years ago
  57. 437133e Throw LinkException and not FileException on Windows, when the link-target can't be found. by ajohnsen@google.com · 12 years ago
  58. e7226ca Create LinkExceptions using the right arguments, in dart:io. by ajohnsen@google.com · 12 years ago
  59. 25e75a7 Mark NetworkInterface as abstract. by ajohnsen@google.com · 12 years ago
  60. e1221d8 Running go.sh by blois@google.com · 12 years ago
  61. aa6ccd2 Don't run pub in checked mode in the built SDK. by rnystrom@google.com · 12 years ago
  62. 2e5ee49 Added the continueParsing option to ArgParser. by amouravski@google.com · 12 years ago
  63. c0f342a Fixing up previous CL to fix Dartium issues. by blois@google.com · 12 years ago
  64. 506a2b3 Revert "Make Error capture a stacktrace when it is created." by floitsch@google.com · 12 years ago
  65. 153a9b7 Add a static method decode to StringDecoder by sgjesse@google.com · 12 years ago
  66. c091038 Fix dart2js type for contains. by floitsch@google.com · 12 years ago
  67. 271a6bd Limit the amount of inlining we do to try to avoid generating too much code. by kasperl@google.com · 12 years ago
  68. c0a3910 Improve num.toStringAsX documentation. by floitsch@google.com · 12 years ago
  69. f88d18a Remove obsolete (and slightly broken) code for registering specific elements in the enqueuer. by kasperl@google.com · 12 years ago
  70. 48b1656 Allow Object when doing lookups. by floitsch@google.com · 12 years ago
  71. 0d532f1 Make Error capture a stacktrace when it is created. by lrn@google.com · 12 years ago
  72. 04f294a Remove =List in JS, use JSExtendableArray instead. by ngeoffray@google.com · 12 years ago
  73. 3f478e5 Fix issue 11398 by making sure we look at mixin applications by kasperl@google.com · 12 years ago
  74. c6d74e4 Update documentation for Stream.fromIterable by lrn@google.com · 12 years ago
  75. 2432ac4 Support runtime check of function types. by johnniwinther@google.com · 12 years ago
  76. 9a55dad This is causing a build error on Dartium (conversion from unsigned long to GLenum). by blois@google.com · 12 years ago
  77. 7b4bd8f Fixing an issue where EXTDrawBuffers.drawBuffersEXT was not getting generated. by blois@google.com · 12 years ago
  78. 90bf620 Revert "Support runtime check of function types." by johnniwinther@google.com · 12 years ago
  79. 2ce76ed Support runtime check of function types. by johnniwinther@google.com · 12 years ago
  80. 1c6931e Fix broken code in emitter. by ahe@google.com · 12 years ago
  81. 2d28935 Include named parameters in reflection names. by ahe@google.com · 12 years ago
  82. 74bb6d9 Update io_patch with NetworkInterface. by ajohnsen@google.com · 12 years ago
  83. 4624420 Add NetworkAdaptor to dart:io. by ajohnsen@google.com · 12 years ago
  84. 0c90061 Move FiftythreeBitOverflowError to VM-only patch file. by lrn@google.com · 12 years ago
  85. 1bceead Update io_patch for dart2js/editor. by ajohnsen@google.com · 12 years ago
  86. e01bcba Include parent environment by default, add option to not, for Process. by ajohnsen@google.com · 12 years ago
  87. c2ef58b Doing a call on a getter does not yield the return type of that getter. by ngeoffray@google.com · 12 years ago
  88. 28fecea Use the inferred return type of the factory instead of the inferred type. by ngeoffray@google.com · 12 years ago
  89. 6b44f65 Revert "Making all DOM types abstract and removing superfluous Dartium constructors." by blois@google.com · 12 years ago
  90. c3547d4 Making all DOM types abstract and removing superfluous Dartium constructors. by blois@google.com · 12 years ago
  91. 66c4b8f More specific doc for int|double.parse. The onError is only invoked for strings. by floitsch@google.com · 12 years ago
  92. a3c86a4 Don't use " in process args in pub, after Process escape fix on Windows. by ajohnsen@google.com · 12 years ago
  93. 55e71ee State that skip/take does not accept negative arguments. by floitsch@google.com · 12 years ago
  94. 43716dc Rename run method to _run. by floitsch@google.com · 12 years ago
  95. 91deb19 dart:io | Enable multithreaded secure networking encryption. by whesse@google.com · 12 years ago
  96. 54e2031 Fix a bug in how we deal HTypeConversion during type propagation: we can only convert to int if the input is int or null. by ngeoffray@google.com · 12 years ago
  97. 28d5718 Add type arguments to constants. by karlklose@google.com · 12 years ago
  98. bf5ab71 Also deal with List.filled in the backend, not just the inferrer and list tracer. by ngeoffray@google.com · 12 years ago
  99. c9de8d4 Avoid sending 3 packages per http chunk, but send last footer with next header. by ajohnsen@google.com · 12 years ago
  100. 52329d3 dart:io | Add cache and getters to Platform by sgjesse@google.com · 12 years ago