0.5.11.0
  1. cbee0a2 Clean up tests that are duplicated between install and update. by rnystrom@google.com · 12 years ago
  2. ecb5686 Generating support annotations from DOM triage list. by blois@google.com · 12 years ago
  3. 9ab7944 Include Platform.envrironment in pub, when passing custom environment option. by ajohnsen@google.com · 12 years ago
  4. 170b327 Revert "Allow ambiguous Expect and ExpectException imports." by floitsch@google.com · 12 years ago
  5. c3fcc4c Register the use of dispatchPropertyName. by kasperl@google.com · 12 years ago
  6. 0e27196 Fix host-checked errors. by ngeoffray@google.com · 12 years ago
  7. e068e64 Optimize JavaScriptIndexingBehavior checks by caching the result in the dispatch record. by kasperl@google.com · 12 years ago
  8. f75af83 Revert "Make int a double in argument type checks." by karlklose@google.com · 12 years ago
  9. f2f0261 Add Stream.drain() method. by ajohnsen@google.com · 12 years ago
  10. 853af76 Make int a double in argument type checks. by karlklose@google.com · 12 years ago
  11. d830696 Implement newInstance on ClassMirror. by ahe@google.com · 12 years ago
  12. 86c80bd Implement ClosureMirror. by ahe@google.com · 12 years ago
  13. ce1a2a1 Make it easier for the VM to optimize iterables. by floitsch@google.com · 12 years ago
  14. 87ea640 Remove ProcessOptions and make the options named arguments. by ajohnsen@google.com · 12 years ago
  15. 3f9ded8 Don't group timer callbacks. Use runAsync for that. by floitsch@google.com · 12 years ago
  16. 7156616 Revert to ? presence checks. by antonm@google.com · 12 years ago
  17. f968d34 Added tests to previously broken functionality and added null checks. by amouravski@google.com · 12 years ago
  18. e9e19b1 Fix dartc warning. by ngeoffray@google.com · 12 years ago
  19. 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
  20. 50218e8 Remove last inlining restrictions. by ngeoffray@google.com · 12 years ago
  21. 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
  22. c0b4b14 Increase the timeout for pub deploy tests that use dart2js. by nweiz@google.com · 12 years ago
  23. 770ea04 Use indentation for maps in lockfile. by rnystrom@google.com · 12 years ago
  24. 5976c55 Get deploy tests working on Windows. by rnystrom@google.com · 12 years ago
  25. 20b7444 Jump past disjoint package on disjoint constraint. by rnystrom@google.com · 12 years ago
  26. 2742a93 Fix a couple of warnings. by rnystrom@google.com · 12 years ago
  27. 5cfbd87 Fix deploy tests. by rnystrom@google.com · 12 years ago
  28. 09d7da9 Rewrite double.parse. by floitsch@google.com · 12 years ago
  29. f029dc2 Implement get/set field in library and class mirrors. by ahe@google.com · 12 years ago
  30. 3e7327d Don't report unuseful SocketIOExceptions on HttpServer. by ajohnsen@google.com · 12 years ago
  31. 9849fb8 Revert "Rewrite double.parse." by floitsch@google.com · 12 years ago
  32. 75cafec Rewrite double.parse. by floitsch@google.com · 12 years ago
  33. 724fb6b Revert "Rewrite double.parse." by floitsch@google.com · 12 years ago
  34. f829152 Implement string.trim for dart2js. by floitsch@google.com · 12 years ago
  35. d39ef26 Rewrite double.parse. by floitsch@google.com · 12 years ago
  36. 64c5ed1 Fix some Iterable comments. by floitsch@google.com · 12 years ago
  37. 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
  38. c49b48f Handle local variable declarations without immediate assignment. by polux@google.com · 12 years ago
  39. 555e940 Build reflective data by ahe@google.com · 12 years ago
  40. c42321b Enable more inlining: by ngeoffray@google.com · 12 years ago
  41. 2c0794c Fix bug in ConcreteTypeEnvironment.join. by polux@google.com · 12 years ago
  42. 7a9c22f If a query on a function set is not empty, return a set. Also remove unused FullFunctionSet class. by ngeoffray@google.com · 12 years ago
  43. 0ccb463 Change TypeMask.containedClasses to return an iterable and make sure the base element is always included in it. by kasperl@google.com · 12 years ago
  44. ea1f83e Use args' command support for pub commands. by rnystrom@google.com · 12 years ago
  45. b70412c Inline generative constructor calls. by ngeoffray@google.com · 12 years ago
  46. 0d7c743 Fix static warnings spotted by dartc. by ngeoffray@google.com · 12 years ago
  47. 1ed6793 Use assertSubtype for lists. by karlklose@google.com · 12 years ago
  48. dc5d92b Add a proper HInvokeConstructorBody instead of mis-using HInvokeDynamicMethod. by ngeoffray@google.com · 12 years ago
  49. c21b584 Introduce a UnionTypeMask, currently limited to 4 types. by ngeoffray@google.com · 12 years ago
  50. a7d1dd4 Give dart2js.dart and dart2jslib.dart different library names. by kasperl@google.com · 12 years ago
  51. b698e28 Add Process.shell and Process.runShell. by ajohnsen@google.com · 12 years ago
  52. c5bd888 Fix string.trim (adding more runes). by floitsch@google.com · 12 years ago
  53. 5487ce8 Some comment cleanups. by floitsch@google.com · 12 years ago
  54. 8ff1130 Fix bad merge in comments. by floitsch@google.com · 12 years ago
  55. 3d53076 Explicitly register is check for the return type of a factory. by ngeoffray@google.com · 12 years ago
  56. 2d8c6c9 Two samples extracted from try.dartlang.org. by ahe@google.com · 12 years ago
  57. 4e200fe Print the complete type of the object in error messages. by karlklose@google.com · 12 years ago
  58. 78fcea3 Specialize the return type of a factory constructor to be the enclosing type. by ngeoffray@google.com · 12 years ago
  59. 5b9d62c Migrate to new indexed getter marking scheme. by antonm@google.com · 12 years ago
  60. 5c1e4f2 Implement missed optimization described in https://code.google.com/p/dart/issues/detail?id=10759. by ngeoffray@google.com · 12 years ago
  61. 5e31f99 Sort elements by library first. by ahe@google.com · 12 years ago
  62. b80cfdc Regens after IDL roll. by antonm@google.com · 12 years ago
  63. d991dbd Replace all + with _add32 in SHA1. by ajohnsen@google.com · 12 years ago
  64. 890ed97 Use typeOfElementWithSelector when we have a selector available. by ngeoffray@google.com · 12 years ago
  65. a4bd18e Do the null deref guard before doing inlining, especially before doing type checks on the parameters. by ngeoffray@google.com · 12 years ago
  66. f06faf4 Remove explicit delayed futures in dart:io. by ajohnsen@google.com · 12 years ago
  67. ee483c9 Cleanup of various DOM dart2js and dart_analyzer warnings by blois@google.com · 12 years ago
  68. 4284aa22 Getting html_dart2js and html_dartium a bit more in sync. by blois@google.com · 12 years ago
  69. 77ad817 Exposing a number of new events. by blois@google.com · 12 years ago
  70. 19be113 When recording the type of a captured variable/parameter, use the closure field it maps to. Otherwise, there is a confusion for a parameter between the type given by its callers, and the actual type in the method, where the parameter can be updated explictly, or implicitly by the inferrer on "is checks". by ngeoffray@google.com · 12 years ago
  71. 28c458b Add the cast equivalent of assertSubtype and assertSubtypeOfRuntimeType. by ngeoffray@google.com · 12 years ago
  72. 2a77796 Fix a non-bool value used in boolean expression. by ahe@google.com · 12 years ago
  73. d19cfb4 Ensure to close file-stream on all errors. by ajohnsen@google.com · 12 years ago
  74. 61c3339 Fix a pretty bad bug of a class inheriting a patched class. The fix is by ngeoffray@google.com · 12 years ago
  75. 426908c Detect dead code, and handle breaks and continues in inferrer. by ngeoffray@google.com · 12 years ago
  76. ea8f7a7 Fix bug in http_impl. by johnniwinther@google.com · 12 years ago
  77. 3635b9f Make sure ClosureClassElement implements all abstract members (parseNode) and fix == on MalformedType and GenericType. by kasperl@google.com · 12 years ago
  78. 5327e95 Handle assignability for Send and SendSet. by johnniwinther@google.com · 12 years ago
  79. e6bd5c4 Fix compile time warning, spotted by dart-analyzer. by ngeoffray@google.com · 12 years ago
  80. 919ece9 Add 'start' and 'end' optional arguments to File.openRead(). This makes it possible to stream a sub-range of a file. by ajohnsen@google.com · 12 years ago
  81. 1443541 Only reference JSUnknown when it is instantiated. by ahe@google.com · 12 years ago
  82. 7715b19 Add timeouts to HttpClient. by ajohnsen@google.com · 12 years ago
  83. daab199 Pass enqueuer to registerCatchStatement by ahe@google.com · 12 years ago
  84. 2c5091c Add a new flag to dart2js: --trust-type-annotations and implement it in the types inferrer. by ngeoffray@google.com · 12 years ago
  85. 2347f22 Don't expose native exceptions that aren't backed by a native class. by ahe@google.com · 12 years ago
  86. aee430f Gracefully handle pubspecs with dependencies using unknown sources. by rnystrom@google.com · 12 years ago
  87. d605223 Fix socket leak in HttpServer, when the connection is closed while receiving data. by ajohnsen@google.com · 12 years ago
  88. df4f281 Use dart:crypto's Base64 methods in dart:io. by ajohnsen@google.com · 12 years ago
  89. 1550ee6 Handle switch statement in simple types inferrer. by ngeoffray@google.com · 12 years ago
  90. 70ae8f0 Revert r22847: some dart2dart tests fail. by ngeoffray@google.com · 12 years ago
  91. ff90748 Handle assignability for Send and SendSet. by johnniwinther@google.com · 12 years ago
  92. 35da54e Reapply "Enable full type-checks in checked mode." by karlklose@google.com · 12 years ago
  93. b20fbe5 Reason on "is checks" in the types inferrer. by ngeoffray@google.com · 12 years ago
  94. 7be3121 Revert "Reapply "Enable full type-checks in checked mode."" by karlklose@google.com · 12 years ago
  95. 9e94f37 Remove warnings and errors given by dart2js in the dart2js code base. by ngeoffray@google.com · 12 years ago
  96. c4c7c4b Reapply "Enable full type-checks in checked mode." by karlklose@google.com · 12 years ago
  97. cb7bedf Implement continue for switch. by johnniwinther@google.com · 12 years ago
  98. 7574f26 Fix the leap server to correctly handle HTTP errors by sgjesse@google.com · 12 years ago
  99. f609121 Expose StreamSubscription.isPaused. by ajohnsen@google.com · 12 years ago
  100. 1ef03d3 Rewrite parts of http-parser, to better handle connection errors and pausing. by ajohnsen@google.com · 12 years ago