1.0.2.0
  1. 2c7f815 Fix dart2js crash on unresolved super call. by aprelev@gmail.com · 12 years ago
  2. 28676cb Fix ContainerTypeMask== and ContainerTypeMask.hashCode. by ngeoffray@google.com · 12 years ago
  3. a0b92e0 Add another type JSPositiveInt to show a range analysis in the inferrer would be very beneficial :-). by ngeoffray@google.com · 12 years ago
  4. 07c5ba9 Hide more TimeoutExceptions in all the files importing pub's io.dart. by lrn@google.com · 12 years ago
  5. 8ae228f Remove --global-js-name flag (no longer needed). by kasperl@google.com · 12 years ago
  6. 44c8b95 Add warnings to ListMixin/ListBase about forwarding to a growable list. by lrn@google.com · 12 years ago
  7. 72ce0a7 Update raw receive port comment. by floitsch@google.com · 12 years ago
  8. 9677f68 Hide dart:async#TimeoutException in pub.io which implements its own. by lrn@google.com · 12 years ago
  9. eea963d Move registration of type variable constants to resolution. by zarah@google.com · 12 years ago
  10. 484ebb8 Use the constant.computeMask in IR type inferrer. by ngeoffray@google.com · 12 years ago
  11. fbd4b36 Use return instead of throw when calling throwing helpers to implement Dart semantics. by ngeoffray@google.com · 12 years ago
  12. caad7fb incremental hash codes for ir nodes by lry@google.com · 12 years ago
  13. e0314a6 Add Future.timeout. by lrn@google.com · 12 years ago
  14. fe0a79b pickling ir nodes by lry@google.com · 12 years ago
  15. 286721b Reapply "Assume Document may be HtmlDocument" by sra@google.com · 12 years ago
  16. fca9be6 Fix missing 'var' in hand-written JavaScript code by sra@google.com · 12 years ago
  17. b26fd6e Revert "Assume Document may be HtmlDocument" by sra@google.com · 12 years ago
  18. 4ceaeee Assume Document may be HtmlDocument by sra@google.com · 12 years ago
  19. 36865e7 Fix documentation drift between ClosureMirror.apply and the other reflective invocations. by rmacnak@google.com · 12 years ago
  20. 8d52b8b Mark 'pub/test/upgrade/hosted/upgrade_removed_constraints_test' as flaky. by ajohnsen@google.com · 12 years ago
  21. 0997632 Make sure not to store properties on the global JS object. by kasperl@google.com · 12 years ago
  22. e60f22c Add support for Websocket protocols. by ajohnsen@google.com · 12 years ago
  23. 79cf8dc Don't report file-system move events on Mac OS, and use no-defer to avoid past events. by ajohnsen@google.com · 12 years ago
  24. 1d9e1d5 Make the root zone's schduleMicrotask and create[Periodic]Timer bind the callback. by lrn@google.com · 12 years ago
  25. f0443b3 Emit a compile-time error when using type literals in case-expressions. by karlklose@google.com · 12 years ago
  26. 9e3fa2d Use the integer type to get rid of above 0 checks in bounds checks. by ngeoffray@google.com · 12 years ago
  27. fc0a48e '>>>' does not need a uint32 conversion. by ngeoffray@google.com · 12 years ago
  28. f7dd88c Support reflection on generics with dynamic types. by zarah@google.com · 12 years ago
  29. 4ff13b1 Check compiler exitCode. by johnniwinther@google.com · 12 years ago
  30. f39ba93 Remove debugging code. by ngeoffray@google.com · 12 years ago
  31. ca1cf5e Add UInt32 and UInt31 types to better infer bit operations. by ngeoffray@google.com · 12 years ago
  32. 73f6699 Add range error paragraph to getUint32 by johnmccutchan@google.com · 12 years ago
  33. 9e26a0f Fix some static warnings. by rnystrom@google.com · 12 years ago
  34. 81143c1 Avoid network requests while resolving versions when possible. by rnystrom@google.com · 12 years ago
  35. f9cb281 We can actually map the Dart shift right to the JavaScript one under certain conditions. by ngeoffray@google.com · 12 years ago
  36. ba8dea6 Fix crash in dart2js on type literal sends. by ngeoffray@google.com · 12 years ago
  37. e1b4afa Add num.parse. by lrn@google.com · 12 years ago
  38. 8541952 Implement least upper bound. by johnniwinther@google.com · 12 years ago
  39. aae8752 Handle parenthesized expression in type promotion. by johnniwinther@google.com · 12 years ago
  40. 8490a35 Better feature-testing for Chrome browser by sra@google.com · 12 years ago
  41. 314da36 Add demangle utility to Dartium's dart:html. Demangle typedef names in UserVisibleName. by rmacnak@google.com · 12 years ago
  42. 7cabd1f Revert "Revert "Build new IR for functions returning a constant."" by lry@google.com · 12 years ago
  43. f5bf361 Revert "Add num.parse." by lrn@google.com · 12 years ago
  44. bb008d1 Bailout on array optimizations if the array might escape to reflection land. by ngeoffray@google.com · 12 years ago
  45. 0539146 Make sure the SSA codegen visit constants used in a switch through the 'visitConstant' method, to ensure they are registered to the compile time constant handler. by ngeoffray@google.com · 12 years ago
  46. 6961c4a Most host-checked fixes. by ngeoffray@google.com · 12 years ago
  47. e0f3bb3 Add num.parse. by lrn@google.com · 12 years ago
  48. d997b51 Change type of parameter with 'var' as modifier in initializing formals to the static type of the field. by zarah@google.com · 12 years ago
  49. ce56a03 Fix host-checked mode error. by ngeoffray@google.com · 12 years ago
  50. 014fe54 Revert "Build new IR for functions returning a constant." by lry@google.com · 12 years ago
  51. ebcdf11 Build new IR for functions returning a constant. by lry@google.com · 12 years ago
  52. 27d1f7a Inline the fixed array constructor manually in the SSA builder. Also track whether a fixed array ever flows into a method that may check if it is growable. by ngeoffray@google.com · 12 years ago
  53. 461de40 Fix function subtyping bug. by johnniwinther@google.com · 12 years ago
  54. 7abe3e6 Document requirement that setRange works with itself as argument. by lrn@google.com · 12 years ago
  55. 141be96 Fix host-checked mode error. by ngeoffray@google.com · 12 years ago
  56. 5170072 Nicer pretty printing of jsAst object literals. by sigurdm@google.com · 12 years ago
  57. ca20fe6 Remove annotation. Benchmarks are not affected by inlining this method. by ngeoffray@google.com · 12 years ago
  58. af73893 Fix filtering out .dart files in release mode. by rnystrom@google.com · 12 years ago
  59. f472000 Don't allow accidentally publishing to pub.dartlang.org from the dev version of pub. by rnystrom@google.com · 12 years ago
  60. bb1e80c Update isolate documentation. by floitsch@google.com · 12 years ago
  61. 0710eb7 Please the analyzer. by ngeoffray@google.com · 12 years ago
  62. e9c480c Fix bug in handling IPv6 proxy hosts by sgjesse@google.com · 12 years ago
  63. 72692b8 Always inline a method if it is called once. by ngeoffray@google.com · 12 years ago
  64. 6279004 Avoid unneeded toLowerCase and add fast version of _isTokenChar, in HTTP parser. by ajohnsen@google.com · 12 years ago
  65. 426d826 Fix an oversight wiht HIndex and HIndexAssign: they can throw if the receiver can be null. by ngeoffray@google.com · 12 years ago
  66. 13a2617 Better handling of IPv6 with HTTP proxy by sgjesse@google.com · 12 years ago
  67. d953287 We cannot send fixed lists to a worker anymore, because they contain an extra property holding a function. We can send a growable list. by ngeoffray@google.com · 12 years ago
  68. 08b6932 Revert "Nicer pretty printing of jsAst object literals." by sigurdm@google.com · 12 years ago
  69. 2627136 Use a function instead of a value for marking fixed and const arrays, so that JavaScript engines can assume the property will never change. by ngeoffray@google.com · 12 years ago
  70. 6202c0c Nicer pretty printing of jsAst object literals. by sigurdm@google.com · 12 years ago
  71. a203c64 Recognize this.foo = 42 in the type inferrer, and optimize in case it only reaches a `foo` field. by ngeoffray@google.com · 12 years ago
  72. 9fd9b07 Fix typo in core documentation. by lrn@google.com · 12 years ago
  73. d530df2 Remove hack on typed array length fully: previous CL just removed the length access, not setting the extra field. by ngeoffray@google.com · 12 years ago
  74. 0f61205 Documentation update by sgjesse@google.com · 12 years ago
  75. 90e5792 Remove hack for length access of typed arrays. by ngeoffray@google.com · 12 years ago
  76. 9e8880c Remove DateTime TODO. API is stable now. by floitsch@google.com · 12 years ago
  77. 1b97a47 Fix timezone extraction for IE and Opera. by floitsch@google.com · 12 years ago
  78. 5f8d021 Change InternetAddress back to abstract and make the constructor a factory by sgjesse@google.com · 12 years ago
  79. 892c0c8 DateTime.parse throws a FormatException and not an ArgumentError. by floitsch@google.com · 12 years ago
  80. 93d6f94 Remove abstract from InternetAddress now that it has a constructor by sgjesse@google.com · 12 years ago
  81. a7db0f1 Simplify 0-timers to not go through the eventhandler. by ajohnsen@google.com · 12 years ago
  82. 3aecb9e Fix http headers to enable chunked transfer encoding when content-length is set to -1. by ajohnsen@google.com · 12 years ago
  83. 26f89db Fix dart2js after InternetAddress change by sgjesse@google.com · 12 years ago
  84. 2a63af9 Add RawReceivePort to dart2js. by lrn@google.com · 12 years ago
  85. d4345e6 Use 'eagerError' on Future:wait in HTTP, after Futute:wait change. by ajohnsen@google.com · 12 years ago
  86. f30972c Remove warnings in SplayTreeSet. by lrn@google.com · 12 years ago
  87. 32e6279 Update InternetAddress by sgjesse@google.com · 12 years ago
  88. feaba45 Add missing removeWhere/retainWhere methods to Queue interface. by lrn@google.com · 12 years ago
  89. c79c647 Update documentation for List.removeAt. by lrn@google.com · 12 years ago
  90. 3ed80c3 Compute position and isAbstract for function elements on construction by lry@google.com · 12 years ago
  91. e03a741 Clean up HttpHeaders to always have them in a consistent state. by ajohnsen@google.com · 12 years ago
  92. cd2cf50 Add SplayTreeSet. by lrn@google.com · 12 years ago
  93. f3a501e Make Future.wait have an eagerError option that defaults to false. by lrn@google.com · 12 years ago
  94. b78e3b5 Revert "make position of PartialFunctionElement final" by lry@google.com · 12 years ago
  95. 35e9adb make position of PartialFunctionElement final by lry@google.com · 12 years ago
  96. d60823a Use parser events to detect abstract methods. by lry@google.com · 12 years ago
  97. edde44d Compute position and isAbstract for function elements on construction by lry@google.com · 12 years ago
  98. 915b5b2 Update the documentation for List.replaceRange. by lrn@google.com · 12 years ago
  99. d512b4d Fix http://code.google.com/p/dart/issues/detail?id=15017. by ngeoffray@google.com · 12 years ago
  100. 4ca65d0 Fix a bug in the type inferrer. by ngeoffray@google.com · 12 years ago