0.5.10.0
  1. b70412c Inline generative constructor calls. by ngeoffray@google.com · 12 years ago
  2. 0d7c743 Fix static warnings spotted by dartc. by ngeoffray@google.com · 12 years ago
  3. 1ed6793 Use assertSubtype for lists. by karlklose@google.com · 12 years ago
  4. dc5d92b Add a proper HInvokeConstructorBody instead of mis-using HInvokeDynamicMethod. by ngeoffray@google.com · 12 years ago
  5. c21b584 Introduce a UnionTypeMask, currently limited to 4 types. by ngeoffray@google.com · 12 years ago
  6. a7d1dd4 Give dart2js.dart and dart2jslib.dart different library names. by kasperl@google.com · 12 years ago
  7. b698e28 Add Process.shell and Process.runShell. by ajohnsen@google.com · 12 years ago
  8. c5bd888 Fix string.trim (adding more runes). by floitsch@google.com · 12 years ago
  9. 5487ce8 Some comment cleanups. by floitsch@google.com · 12 years ago
  10. 8ff1130 Fix bad merge in comments. by floitsch@google.com · 12 years ago
  11. 3d53076 Explicitly register is check for the return type of a factory. by ngeoffray@google.com · 12 years ago
  12. 2d8c6c9 Two samples extracted from try.dartlang.org. by ahe@google.com · 12 years ago
  13. 4e200fe Print the complete type of the object in error messages. by karlklose@google.com · 12 years ago
  14. 78fcea3 Specialize the return type of a factory constructor to be the enclosing type. by ngeoffray@google.com · 12 years ago
  15. 5b9d62c Migrate to new indexed getter marking scheme. by antonm@google.com · 12 years ago
  16. 5c1e4f2 Implement missed optimization described in https://code.google.com/p/dart/issues/detail?id=10759. by ngeoffray@google.com · 12 years ago
  17. 5e31f99 Sort elements by library first. by ahe@google.com · 12 years ago
  18. b80cfdc Regens after IDL roll. by antonm@google.com · 12 years ago
  19. d991dbd Replace all + with _add32 in SHA1. by ajohnsen@google.com · 12 years ago
  20. 890ed97 Use typeOfElementWithSelector when we have a selector available. by ngeoffray@google.com · 12 years ago
  21. a4bd18e Do the null deref guard before doing inlining, especially before doing type checks on the parameters. by ngeoffray@google.com · 12 years ago
  22. f06faf4 Remove explicit delayed futures in dart:io. by ajohnsen@google.com · 12 years ago
  23. ee483c9 Cleanup of various DOM dart2js and dart_analyzer warnings by blois@google.com · 12 years ago
  24. 4284aa22 Getting html_dart2js and html_dartium a bit more in sync. by blois@google.com · 12 years ago
  25. 77ad817 Exposing a number of new events. by blois@google.com · 12 years ago
  26. 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
  27. 28c458b Add the cast equivalent of assertSubtype and assertSubtypeOfRuntimeType. by ngeoffray@google.com · 12 years ago
  28. 2a77796 Fix a non-bool value used in boolean expression. by ahe@google.com · 12 years ago
  29. d19cfb4 Ensure to close file-stream on all errors. by ajohnsen@google.com · 12 years ago
  30. 61c3339 Fix a pretty bad bug of a class inheriting a patched class. The fix is by ngeoffray@google.com · 12 years ago
  31. 426908c Detect dead code, and handle breaks and continues in inferrer. by ngeoffray@google.com · 12 years ago
  32. ea8f7a7 Fix bug in http_impl. by johnniwinther@google.com · 12 years ago
  33. 3635b9f Make sure ClosureClassElement implements all abstract members (parseNode) and fix == on MalformedType and GenericType. by kasperl@google.com · 12 years ago
  34. 5327e95 Handle assignability for Send and SendSet. by johnniwinther@google.com · 12 years ago
  35. e6bd5c4 Fix compile time warning, spotted by dart-analyzer. by ngeoffray@google.com · 12 years ago
  36. 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
  37. 1443541 Only reference JSUnknown when it is instantiated. by ahe@google.com · 12 years ago
  38. 7715b19 Add timeouts to HttpClient. by ajohnsen@google.com · 12 years ago
  39. daab199 Pass enqueuer to registerCatchStatement by ahe@google.com · 12 years ago
  40. 2c5091c Add a new flag to dart2js: --trust-type-annotations and implement it in the types inferrer. by ngeoffray@google.com · 12 years ago
  41. 2347f22 Don't expose native exceptions that aren't backed by a native class. by ahe@google.com · 12 years ago
  42. aee430f Gracefully handle pubspecs with dependencies using unknown sources. by rnystrom@google.com · 12 years ago
  43. d605223 Fix socket leak in HttpServer, when the connection is closed while receiving data. by ajohnsen@google.com · 12 years ago
  44. df4f281 Use dart:crypto's Base64 methods in dart:io. by ajohnsen@google.com · 12 years ago
  45. 1550ee6 Handle switch statement in simple types inferrer. by ngeoffray@google.com · 12 years ago
  46. 70ae8f0 Revert r22847: some dart2dart tests fail. by ngeoffray@google.com · 12 years ago
  47. ff90748 Handle assignability for Send and SendSet. by johnniwinther@google.com · 12 years ago
  48. 35da54e Reapply "Enable full type-checks in checked mode." by karlklose@google.com · 12 years ago
  49. b20fbe5 Reason on "is checks" in the types inferrer. by ngeoffray@google.com · 12 years ago
  50. 7be3121 Revert "Reapply "Enable full type-checks in checked mode."" by karlklose@google.com · 12 years ago
  51. 9e94f37 Remove warnings and errors given by dart2js in the dart2js code base. by ngeoffray@google.com · 12 years ago
  52. c4c7c4b Reapply "Enable full type-checks in checked mode." by karlklose@google.com · 12 years ago
  53. cb7bedf Implement continue for switch. by johnniwinther@google.com · 12 years ago
  54. 7574f26 Fix the leap server to correctly handle HTTP errors by sgjesse@google.com · 12 years ago
  55. f609121 Expose StreamSubscription.isPaused. by ajohnsen@google.com · 12 years ago
  56. 1ef03d3 Rewrite parts of http-parser, to better handle connection errors and pausing. by ajohnsen@google.com · 12 years ago
  57. 3a7b330 Bug number added to a TODO. by antonm@google.com · 12 years ago
  58. 6ebe277 Re-apply: Move inlining decision of a static element in pushInvokeStatic. by ngeoffray@google.com · 12 years ago
  59. 1e7a090 Actually end a ZLib stream with a Z_FINISH marker. by ajohnsen@google.com · 12 years ago
  60. 3be81a6 Normalize [Entrypoint.packageFiles] paths for Windows. by nweiz@google.com · 12 years ago
  61. 440b01c Regen dart:html from IDL with fixes by vsm@google.com · 12 years ago
  62. 85c7111 Revert "Regen from IDL 1242" by vsm@google.com · 12 years ago
  63. 7f62404 Regen from IDL 1242 by vsm@google.com · 12 years ago
  64. f878dcc Add unit tests for [Entrypoint.packageFiles] in pub. by nweiz@google.com · 12 years ago
  65. 88df7b7 Remove _WorkerStub hack to make benefit closing an isolate. by ahe@google.com · 12 years ago
  66. 37b23da Quick fix: provide a private copy of Lists for now. by antonm@google.com · 12 years ago
  67. ee7c963 Revert r22789: source maps are wrong. by ngeoffray@google.com · 12 years ago
  68. b288805 Move inlining decision of a static element in pushInvokeStatic. by ngeoffray@google.com · 12 years ago
  69. 64cab61 Make dart:typed_data do not depend on client-only libraries. by antonm@google.com · 12 years ago
  70. e44e86c Avoid syntax errors on oddly named fields. by ahe@google.com · 12 years ago
  71. 8190de1 Handle super calls in the backend type inferrer. by ngeoffray@google.com · 12 years ago
  72. 24af4e1 Handle fields in getTypeOfElement by polux@google.com · 12 years ago
  73. fefb5b9 Don't decodeHttpEntityString on urlencoded post data. by ajohnsen@google.com · 12 years ago
  74. 00605c9 Handle mixins in lookupMember. by johnniwinther@google.com · 12 years ago
  75. 466504f Fix bug in checked mode: we need to register super fields as well, because the super class might not be instantiated. by ngeoffray@google.com · 12 years ago
  76. 8dca71e Add optional defaultEncoding to HttpBodyHandler, as a way to override default encoding for 'application/x-www-form-urlencoded'. by ajohnsen@google.com · 12 years ago
  77. dd89a73 Fix a type error and add support for enumerating members of compilation units. by karlklose@google.com · 12 years ago
  78. 792209e Properly process the case of CallWith=ScriptArguments. by antonm@google.com · 12 years ago
  79. 86cfce9 Fix a type error in Primitives.applyFunction. by ahe@google.com · 12 years ago
  80. 82b5bea Fix parser in case of unmatched angle bracket. by ahe@google.com · 12 years ago
  81. a80f7eb Revert "Enable full type-checks in checked mode." by karlklose@google.com · 12 years ago
  82. 55b4c21 Handle static access in SendSet. by johnniwinther@google.com · 12 years ago
  83. 6625b57 Fix type warnings in API and helpers. by johnniwinther@google.com · 12 years ago
  84. e78c52f Enable full type-checks in checked mode. by karlklose@google.com · 12 years ago
  85. 92385b8 Now that we inline instance methods on all kinds of receivers (not only "this" calls), we need to do an explicit null check. by ngeoffray@google.com · 12 years ago
  86. 50df944 Do the intersection between the receiver type and the type annotation when inferring a type for an as expression. by ngeoffray@google.com · 12 years ago
  87. e5000c0 Fix performance regression after adding inlining support for operators, [], and []=. by ngeoffray@google.com · 12 years ago
  88. 66f12bd Check patch parameter types. by johnniwinther@google.com · 12 years ago
  89. efe04db Improve parsing of query string by sgjesse@google.com · 12 years ago
  90. 14ff1b7 Handle constants that mix eager and deferred types. by ahe@google.com · 12 years ago
  91. 909b19c Allow proxy settings in environment variables to be full URLs by sgjesse@google.com · 12 years ago
  92. ac6df4c Add isMixinApplication to Element by ahe@google.com · 12 years ago
  93. 843e412 Implement invoke, setField, and getField (unminified). by ahe@google.com · 12 years ago
  94. a5825ec Add additional Schedule heartbeat calls. by nweiz@google.com · 12 years ago
  95. 8a96eca Add a bunch of extra logging to Pub. by nweiz@google.com · 12 years ago
  96. ecbb8f2 Log verbose output when testing pub. by nweiz@google.com · 12 years ago
  97. 04627db Use "self" not "window" for Worker API. by ahe@google.com · 12 years ago
  98. 62df821 + Fix TODO. by ahe@google.com · 12 years ago
  99. ee7bbf7 fix warnings caused by xtag fixes http://dartbug.com/10651 by jmesserly@google.com · 12 years ago
  100. fb84712 dart:io | Add FileSystemEntity.stat() and FileStat class. by whesse@google.com · 12 years ago