0.5.12.0
  1. 79a0a65 Implement asBroadcast using a _MultiplexStreamController. by lrn@google.com · 12 years ago
  2. 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
  3. e5643d1 Address Stephen's concerns by only storing true/false for indexability for leaf classes. by kasperl@google.com · 12 years ago
  4. aa58317 Enqueue generative constructor by in codegen, not builder. by ngeoffray@google.com · 12 years ago
  5. 4638137 Switch from DRT to content shell. by antonm@google.com · 12 years ago
  6. 21b88c4 Fix bug in SsaConstructionFieldTypes where the phase got confused seeing multiple HForeignNew due to inlining. by ngeoffray@google.com · 12 years ago
  7. bb6d8c6 Remove library dart:crypto by sgjesse@google.com · 12 years ago
  8. 5e39dd8 Enqueue fields for resolution in the enqueuer, instead of doing it in the resolver. by ngeoffray@google.com · 12 years ago
  9. 39c8f31 Make new StreamController().isPaused be true until the first listener arrives. by lrn@google.com · 12 years ago
  10. 1762c5f Change top level queryAll to return ElementList. by efortuna@google.com · 12 years ago
  11. 34b6083 Fix up other RTC family mozilla names. by efortuna@google.com · 12 years ago
  12. c89a0c7 Add mozRTCPeerConnection to JS names. by efortuna@google.com · 12 years ago
  13. ca06a7e Show progress on upload and resolve. by rnystrom@google.com · 12 years ago
  14. 0942acf Fixing IndexedDB's deleteDatabase to have the correct future result. by blois@google.com · 12 years ago
  15. 4b6f228 Clarifying EventStreamProvider.forTarget. by blois@google.com · 12 years ago
  16. a1f5221 Modernizing HttpRequest documentation. by blois@google.com · 12 years ago
  17. 9323977 Analyze named arguments. by johnniwinther@google.com · 12 years ago
  18. 87182dd Make RTC work on Firefox (mostly). by efortuna@google.com · 12 years ago
  19. fd3c7da Verify that correct number of arguments was passed. by antonm@google.com · 12 years ago
  20. 5d058bb Adding isNotEmpty property to collection and string. by floitsch@google.com · 12 years ago
  21. 5adef4e Fix bug in VM timer implementation. by podivilov@google.com · 12 years ago
  22. ec4d0c7 Reapply "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  23. 9d6a64e Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 12 years ago
  24. 52165fe Fix warnings spotted by dart2js. by ngeoffray@google.com · 12 years ago
  25. 76e47ed Fix use of HashException in dart:io by sgjesse@google.com · 12 years ago
  26. 70e8ff8 Fix issue 9228, by nopt doing some optimizations in checked mode. by ngeoffray@google.com · 12 years ago
  27. 575e4c3 Use a Queue to implement a queue. by lrn@google.com · 12 years ago
  28. 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
  29. 49cb486 Make field initialize to constant in constructor, not as initializer. by lrn@google.com · 12 years ago
  30. 37b1cd3 Optimize internals of multiplex-streams. by lrn@google.com · 12 years ago
  31. a44da2b Fix use of HashException in dart:io by sgjesse@google.com · 12 years ago
  32. 4045d40 Fix warnings spotted by dart2js. by ngeoffray@google.com · 12 years ago
  33. 04aca6a - Inline iterator calls made for a "for in". by ngeoffray@google.com · 12 years ago
  34. 57e17bd Remove the dart:io dependency on dart:crypto by sgjesse@google.com · 12 years ago
  35. 911b12e Fix a bug where we would emit: for (var t = 42, $.global = 54; ;) by ngeoffray@google.com · 12 years ago
  36. f97f2c1 Remember to build HTML classes. by lrn@google.com · 12 years ago
  37. f391470 Use JSarray and friends when doing type checks in the helper libraries. by ngeoffray@google.com · 12 years ago
  38. 781e842 Reapply "Active stream subscriptions". by lrn@google.com · 12 years ago
  39. e23d000 Handle malformed catch formals. by johnniwinther@google.com · 12 years ago
  40. 1a54bf6 Revert "Reapply "Make int a double in argument type checks."" by karlklose@google.com · 12 years ago
  41. 8f28369 Reapply "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  42. 310e5b5 Support auto-drain of HttpRequest data. by ajohnsen@google.com · 12 years ago
  43. 2ce688b Implement simple name and qualified name. by ahe@google.com · 12 years ago
  44. a422244 Detect (null type == null type), and change it to true. by ngeoffray@google.com · 12 years ago
  45. cc0d9d5 Revert until Windows crash is debugged. by lrn@google.com · 12 years ago
  46. 71bfc2d Type check try statements by johnniwinther@google.com · 12 years ago
  47. 23162a3 Add StreamController.multiplex constructor. by lrn@google.com · 12 years ago
  48. a8da79c Create a new scope when analyzing then and else of an if. by ngeoffray@google.com · 12 years ago
  49. 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
  50. 398cc68 Implement ClassMirror.owner and LibraryMirror.uri. by ahe@google.com · 12 years ago
  51. 53eb38e Dogfood dart2js analysis by johnniwinther@google.com · 12 years ago
  52. eba39ea Fix bug in streamimpl by lrn@google.com · 12 years ago
  53. 00fed6f Fix bug in stream iterator. by lrn@google.com · 12 years ago
  54. db6bdac Fix bug in stream-impl. by lrn@google.com · 12 years ago
  55. ee1c11a Make StreamSubscription be the active part of a string. by lrn@google.com · 12 years ago
  56. c17b431 Revert r23201. Some tests fail. by ngeoffray@google.com · 12 years ago
  57. a56461f Change how we deal with interceptors in the optimizers and move all interceptor-related optimizations into a single phase. by ngeoffray@google.com · 12 years ago
  58. a35c219 Fix dartanalyzer.bat so it works when there are spaces in the path to dart sdk. by aprelev@gmail.com · 12 years ago
  59. b203ff2 Fix dartanalyzer failure to run when there are spaces in the path to the dart-sdk. by aprelev@gmail.com · 12 years ago
  60. c11289d Throw failure to upload as an ApplicationException. by nweiz@google.com · 12 years ago
  61. 427de53 Handle empty maps when converting YAML to a string. by rnystrom@google.com · 12 years ago
  62. 9e43928 Use helper methods for running pub. by rnystrom@google.com · 12 years ago
  63. cbee0a2 Clean up tests that are duplicated between install and update. by rnystrom@google.com · 12 years ago
  64. ecb5686 Generating support annotations from DOM triage list. by blois@google.com · 12 years ago
  65. 9ab7944 Include Platform.envrironment in pub, when passing custom environment option. by ajohnsen@google.com · 12 years ago
  66. 170b327 Revert "Allow ambiguous Expect and ExpectException imports." by floitsch@google.com · 12 years ago
  67. c3fcc4c Register the use of dispatchPropertyName. by kasperl@google.com · 12 years ago
  68. 0e27196 Fix host-checked errors. by ngeoffray@google.com · 12 years ago
  69. e068e64 Optimize JavaScriptIndexingBehavior checks by caching the result in the dispatch record. by kasperl@google.com · 12 years ago
  70. f75af83 Revert "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  71. f2f0261 Add Stream.drain() method. by ajohnsen@google.com · 12 years ago
  72. 853af76 Make int a double in argument type checks. by karlklose@google.com · 12 years ago
  73. d830696 Implement newInstance on ClassMirror. by ahe@google.com · 12 years ago
  74. 86c80bd Implement ClosureMirror. by ahe@google.com · 12 years ago
  75. ce1a2a1 Make it easier for the VM to optimize iterables. by floitsch@google.com · 12 years ago
  76. 87ea640 Remove ProcessOptions and make the options named arguments. by ajohnsen@google.com · 12 years ago
  77. 3f9ded8 Don't group timer callbacks. Use runAsync for that. by floitsch@google.com · 12 years ago
  78. 7156616 Revert to ? presence checks. by antonm@google.com · 12 years ago
  79. f968d34 Added tests to previously broken functionality and added null checks. by amouravski@google.com · 12 years ago
  80. e9e19b1 Fix dartc warning. by ngeoffray@google.com · 12 years ago
  81. 7c0de2e Fix bug in inferrer for switch: if a switch has a default, and all the cases break, the inferrer wrongly assumed that the code following the swtich was dead code. by ngeoffray@google.com · 12 years ago
  82. 50218e8 Remove last inlining restrictions. by ngeoffray@google.com · 12 years ago
  83. 41e5370 Only use is tests in the else branch if the condition is simple enough, that is does not contain any logical operator. by ngeoffray@google.com · 12 years ago
  84. c0b4b14 Increase the timeout for pub deploy tests that use dart2js. by nweiz@google.com · 12 years ago
  85. 770ea04 Use indentation for maps in lockfile. by rnystrom@google.com · 12 years ago
  86. 5976c55 Get deploy tests working on Windows. by rnystrom@google.com · 12 years ago
  87. 20b7444 Jump past disjoint package on disjoint constraint. by rnystrom@google.com · 12 years ago
  88. 2742a93 Fix a couple of warnings. by rnystrom@google.com · 12 years ago
  89. 5cfbd87 Fix deploy tests. by rnystrom@google.com · 12 years ago
  90. 09d7da9 Rewrite double.parse. by floitsch@google.com · 12 years ago
  91. f029dc2 Implement get/set field in library and class mirrors. by ahe@google.com · 12 years ago
  92. 3e7327d Don't report unuseful SocketIOExceptions on HttpServer. by ajohnsen@google.com · 12 years ago
  93. 9849fb8 Revert "Rewrite double.parse." by floitsch@google.com · 12 years ago
  94. 75cafec Rewrite double.parse. by floitsch@google.com · 12 years ago
  95. 724fb6b Revert "Rewrite double.parse." by floitsch@google.com · 12 years ago
  96. f829152 Implement string.trim for dart2js. by floitsch@google.com · 12 years ago
  97. d39ef26 Rewrite double.parse. by floitsch@google.com · 12 years ago
  98. 64c5ed1 Fix some Iterable comments. by floitsch@google.com · 12 years ago
  99. 61622d0 Make sure the type arguments of the supertype of a class are being added to the isCheck set. That supertype may not be instantiated. by ngeoffray@google.com · 12 years ago
  100. c49b48f Handle local variable declarations without immediate assignment. by polux@google.com · 12 years ago