0.5.13.1
  1. 1862b4e Analyze patch elements. by johnniwinther@google.com · 12 years ago
  2. 3502e1f Warn on private members. by johnniwinther@google.com · 12 years ago
  3. 9f4ce20 dart:io | Add documentation for the default root certificate database for secure networking. by whesse@google.com · 12 years ago
  4. 87d2467 Fix issue with dart2dart translation of parameters (collision risk). by kasperl@google.com · 12 years ago
  5. 4e17f7d Implement ClassMirror.metadata. by ahe@google.com · 12 years ago
  6. 974e0c6 Type check switch and more. by johnniwinther@google.com · 12 years ago
  7. faa7227 Make new StreamController be async by default. by lrn@google.com · 12 years ago
  8. 66e4fdd Revert "Fix bug with super setter and interceptor calling convention." by sra@google.com · 12 years ago
  9. 42ed375 Fix bug with super setter and interceptor calling convention. by sra@google.com · 12 years ago
  10. be25032 Make bin/pub script work when run from the repo. by rnystrom@google.com · 12 years ago
  11. c40784b Changed Uint8ClampedList to implement Uint8List by vsm@google.com · 12 years ago
  12. 9a9db6b Fixing broken tests because of mismatch of suppressed warnings. by blois@google.com · 12 years ago
  13. ca01606 Fixing dart2js compilation warning. by blois@google.com · 12 years ago
  14. 8d750ef Suppressing CustomElementConstructor. by blois@google.com · 12 years ago
  15. 881e456 Cleaning up some DOM APIs which were marked as deprecated because they were moved or renamed. by blois@google.com · 12 years ago
  16. 36189af Move mirror implementation out of patch file. by ahe@google.com · 12 years ago
  17. c75b85f Call toList to match return type. by ahe@google.com · 12 years ago
  18. 69df933 Remove the HttpRequest.queryParameters getter by sgjesse@google.com · 12 years ago
  19. ee8c4f7 Address comments from CL 16101007. by ahe@google.com · 12 years ago
  20. 24b45ee Fix type annotation. by karlklose@google.com · 12 years ago
  21. 47cd31c Support type variables on redirecting factory constructors. by karlklose@google.com · 12 years ago
  22. cb3e022 Implement LibraryMirror.metadata. by ahe@google.com · 12 years ago
  23. 8e4163f It is OK for arrays to be null when doing optimizations on them. by ngeoffray@google.com · 12 years ago
  24. 822b936 Allow a space after -o in dart2js option parsing. by kasperl@google.com · 12 years ago
  25. 82050eb Fix code size regression by processing fields in processInstantiatedClassMember instead of registerInstantiatedClass. This avoids always considering native fields as live. by ngeoffray@google.com · 12 years ago
  26. 29aeb5b Fix issue 10898 by fixing the ByteData constructor to implicitly create an ArrayBuffer. by kasperl@google.com · 12 years ago
  27. ce382b4 Rename JS_CURRENT_ISOLATE to JS_CURRENT_ISOLATE_CONTEXT. by ahe@google.com · 12 years ago
  28. 456afd3 Be less conservative about bound closure instantiation. by ngeoffray@google.com · 12 years ago
  29. 6f15041 Fix type tests for null. by karlklose@google.com · 12 years ago
  30. 91297ab Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver. by ngeoffray@google.com · 12 years ago
  31. 6509c70 Move exisis and existsSync to FileSystemEntity by sgjesse@google.com · 12 years ago
  32. d21e9fd Move logic of computing the inferred type in the InvokeDynamicSpecializer classes, to make it uniform with the other specializers. Also computeTypeFromInputType does not care about nullability of its inputs. by ngeoffray@google.com · 12 years ago
  33. 16530e2 Fix http://dartbug.com/8669 by making sure we do not crash when trying to use Object as a mixin. by kasperl@google.com · 12 years ago
  34. 76f4ae0 Revert r23380, some browser tests fail. by ngeoffray@google.com · 12 years ago
  35. 6ed50f8 Implement operator== and hashCode for bound closures. by ngeoffray@google.com · 12 years ago
  36. 679b876 Reland "Add --version option to dart2js and add version information (if available) to generated code." by kasperl@google.com · 12 years ago
  37. 0c7e06c Fixing type of ApplicationCache.onProgress. by blois@google.com · 12 years ago
  38. 533a66b Reapply removeWhere and retainWhere for elements in dart:html by efortuna@google.com · 12 years ago
  39. 54bafa2 "Reverting 23366" by efortuna@google.com · 12 years ago
  40. 942392b Correctly implemented removeWhere and retainWhere for elements in dart:html. by efortuna@google.com · 12 years ago
  41. e90972e Revert "Add --version option to dart2js and add version information (if available) to generated code." by kasperl@google.com · 12 years ago
  42. 3c95824 Add --version option to dart2js and add version information (if available) to generated code. by kasperl@google.com · 12 years ago
  43. 284544c Fix Iterable.skipWhile documentation. by floitsch@google.com · 12 years ago
  44. 7841206 Change File.directory to not do any IO by sgjesse@google.com · 12 years ago
  45. 79a0a65 Implement asBroadcast using a _MultiplexStreamController. by lrn@google.com · 12 years ago
  46. 7fed1dd Fix generation of a bailout method when a BailoutTarget was in the middle of a loop/labeled block. It confused the SSA codegen. by ngeoffray@google.com · 12 years ago
  47. e5643d1 Address Stephen's concerns by only storing true/false for indexability for leaf classes. by kasperl@google.com · 12 years ago
  48. aa58317 Enqueue generative constructor by in codegen, not builder. by ngeoffray@google.com · 12 years ago
  49. 4638137 Switch from DRT to content shell. by antonm@google.com · 12 years ago
  50. 21b88c4 Fix bug in SsaConstructionFieldTypes where the phase got confused seeing multiple HForeignNew due to inlining. by ngeoffray@google.com · 12 years ago
  51. bb6d8c6 Remove library dart:crypto by sgjesse@google.com · 12 years ago
  52. 5e39dd8 Enqueue fields for resolution in the enqueuer, instead of doing it in the resolver. by ngeoffray@google.com · 12 years ago
  53. 39c8f31 Make new StreamController().isPaused be true until the first listener arrives. by lrn@google.com · 12 years ago
  54. 1762c5f Change top level queryAll to return ElementList. by efortuna@google.com · 12 years ago
  55. 34b6083 Fix up other RTC family mozilla names. by efortuna@google.com · 12 years ago
  56. c89a0c7 Add mozRTCPeerConnection to JS names. by efortuna@google.com · 12 years ago
  57. ca06a7e Show progress on upload and resolve. by rnystrom@google.com · 12 years ago
  58. 0942acf Fixing IndexedDB's deleteDatabase to have the correct future result. by blois@google.com · 12 years ago
  59. 4b6f228 Clarifying EventStreamProvider.forTarget. by blois@google.com · 12 years ago
  60. a1f5221 Modernizing HttpRequest documentation. by blois@google.com · 12 years ago
  61. 9323977 Analyze named arguments. by johnniwinther@google.com · 12 years ago
  62. 87182dd Make RTC work on Firefox (mostly). by efortuna@google.com · 12 years ago
  63. fd3c7da Verify that correct number of arguments was passed. by antonm@google.com · 12 years ago
  64. 5d058bb Adding isNotEmpty property to collection and string. by floitsch@google.com · 12 years ago
  65. 5adef4e Fix bug in VM timer implementation. by podivilov@google.com · 12 years ago
  66. ec4d0c7 Reapply "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  67. 9d6a64e Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 12 years ago
  68. 52165fe Fix warnings spotted by dart2js. by ngeoffray@google.com · 12 years ago
  69. 76e47ed Fix use of HashException in dart:io by sgjesse@google.com · 12 years ago
  70. 70e8ff8 Fix issue 9228, by nopt doing some optimizations in checked mode. by ngeoffray@google.com · 12 years ago
  71. 575e4c3 Use a Queue to implement a queue. by lrn@google.com · 12 years ago
  72. a4d526f Fix bug in ClassElement.lookupSelector: by returning an abstract method, we were not returning the actual element that would be hit at runtime. by ngeoffray@google.com · 12 years ago
  73. 49cb486 Make field initialize to constant in constructor, not as initializer. by lrn@google.com · 12 years ago
  74. 37b1cd3 Optimize internals of multiplex-streams. by lrn@google.com · 12 years ago
  75. a44da2b Fix use of HashException in dart:io by sgjesse@google.com · 12 years ago
  76. 4045d40 Fix warnings spotted by dart2js. by ngeoffray@google.com · 12 years ago
  77. 04aca6a - Inline iterator calls made for a "for in". by ngeoffray@google.com · 12 years ago
  78. 57e17bd Remove the dart:io dependency on dart:crypto by sgjesse@google.com · 12 years ago
  79. 911b12e Fix a bug where we would emit: for (var t = 42, $.global = 54; ;) by ngeoffray@google.com · 12 years ago
  80. f97f2c1 Remember to build HTML classes. by lrn@google.com · 12 years ago
  81. f391470 Use JSarray and friends when doing type checks in the helper libraries. by ngeoffray@google.com · 12 years ago
  82. 781e842 Reapply "Active stream subscriptions". by lrn@google.com · 12 years ago
  83. e23d000 Handle malformed catch formals. by johnniwinther@google.com · 12 years ago
  84. 1a54bf6 Revert "Reapply "Make int a double in argument type checks."" by karlklose@google.com · 12 years ago
  85. 8f28369 Reapply "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  86. 310e5b5 Support auto-drain of HttpRequest data. by ajohnsen@google.com · 12 years ago
  87. 2ce688b Implement simple name and qualified name. by ahe@google.com · 12 years ago
  88. a422244 Detect (null type == null type), and change it to true. by ngeoffray@google.com · 12 years ago
  89. cc0d9d5 Revert until Windows crash is debugged. by lrn@google.com · 12 years ago
  90. 71bfc2d Type check try statements by johnniwinther@google.com · 12 years ago
  91. 23162a3 Add StreamController.multiplex constructor. by lrn@google.com · 12 years ago
  92. a8da79c Create a new scope when analyzing then and else of an if. by ngeoffray@google.com · 12 years ago
  93. c50545d Re-apply: "Change how we deal with interceptors in the optimizers and move all interceptor-related optimizations into a single phase.", by fixing wrong assumptions. by ngeoffray@google.com · 12 years ago
  94. 398cc68 Implement ClassMirror.owner and LibraryMirror.uri. by ahe@google.com · 12 years ago
  95. 53eb38e Dogfood dart2js analysis by johnniwinther@google.com · 12 years ago
  96. eba39ea Fix bug in streamimpl by lrn@google.com · 12 years ago
  97. 00fed6f Fix bug in stream iterator. by lrn@google.com · 12 years ago
  98. db6bdac Fix bug in stream-impl. by lrn@google.com · 12 years ago
  99. ee1c11a Make StreamSubscription be the active part of a string. by lrn@google.com · 12 years ago
  100. c17b431 Revert r23201. Some tests fail. by ngeoffray@google.com · 12 years ago