0.5.4.0
  1. 75f7127 Update status file by sgjesse@google.com · 12 years ago
  2. 6c7042e Revert r22321. Some tests fail. by ngeoffray@google.com · 12 years ago
  3. 58686ec Track side effects of foreign JS calls. by ngeoffray@google.com · 12 years ago
  4. 08db2e4 Add a dart tags program which generates TAGS files that can be used by Emacs for quick navigation. by ahe@google.com · 12 years ago
  5. 461e98c Handle null types in the "same" method of types.dart by polux@google.com · 12 years ago
  6. c8970a0 Fix issue https://code.google.com/p/dart/issues/detail?id=10166 by using the interceptor instead of the receiver when doing a super call in an interceptor class. by ngeoffray@google.com · 12 years ago
  7. 871294b Handle || and &&. by polux@google.com · 12 years ago
  8. 2426d15 Don't use length when reading a file in chunks (but continue to EOF). by ajohnsen@google.com · 12 years ago
  9. 04b91e0 Also add default argument to names argument in io_patch. by ajohnsen@google.com · 12 years ago
  10. 2c02634 Fix dart2js io patch file. by ajohnsen@google.com · 12 years ago
  11. 70096aa Clear http session object on destroy. by ajohnsen@google.com · 12 years ago
  12. 6a78c0c Add v6Only named argument to ServerSocket and etc. by ajohnsen@google.com · 12 years ago
  13. e764239 Fix warnings spotted by dartc. by ngeoffray@google.com · 12 years ago
  14. aa7c44e Re-apply https://codereview.chromium.org/14636002/, but this time avoid creating TypeMask with dynamic. by ngeoffray@google.com · 12 years ago
  15. 0b8c65c Fix warnings spotted by dartc. by ngeoffray@google.com · 12 years ago
  16. b605f19 Track side effects in simple inferrer. by ngeoffray@google.com · 12 years ago
  17. 2ca9afd Precompute substitutions for type arguments. by karlklose@google.com · 12 years ago
  18. de148fa Add tests for getTypeOfSelector by polux@google.com · 12 years ago
  19. 6db8adf Fix __proto__ support check by sra@google.com · 12 years ago
  20. e35f885 Revert "Fix listing directories with recursive symlinks." by rnystrom@google.com · 12 years ago
  21. 5856219 Remove outdated DOM generation check by blois@google.com · 12 years ago
  22. 47635f0 Fix listing directories with recursive symlinks. by rnystrom@google.com · 12 years ago
  23. fe231c3 Enable Windows test since it seems to be working locally. by rnystrom@google.com · 12 years ago
  24. 2bc3c48 Fix dart2js build by adding missing part of directives by hausner@google.com · 12 years ago
  25. ebdd38c Update pub usage of '127.0.0.1'. by ajohnsen@google.com · 12 years ago
  26. 50842a3 Revert r22246, some tests fail. by ngeoffray@google.com · 12 years ago
  27. 954ba85 Always connect using HOST_NAME, but swicth on host source on secure upgrade, in secure_upgrade test. by ajohnsen@google.com · 12 years ago
  28. 1f1aad2 Make TypeMask an interface and start hiding implementation details of FlatTypeMask. by ngeoffray@google.com · 12 years ago
  29. 9def654 Use correct address host for NSS. by ajohnsen@google.com · 12 years ago
  30. 479abbc Use address and not remoteHost for NSS initialization of incoming connection. by ajohnsen@google.com · 12 years ago
  31. 5f28dab Update dart2js' io_patch file. by ajohnsen@google.com · 12 years ago
  32. a516bbc Enable IPv6 by default in dart:io. by ajohnsen@google.com · 12 years ago
  33. 217b6bb Re-apply https://codereview.chromium.org/14640010/, but use two different methods for parsing JS code in Dart, and JS code in the compiler. by ngeoffray@google.com · 12 years ago
  34. e595d21 Revert r22235, minified mode breaks. by ngeoffray@google.com · 12 years ago
  35. 49d92ab Move the parsing of JS expressions in NativeBehavior. This is in preparation for tracking side effects of JS expressions. by ngeoffray@google.com · 12 years ago
  36. c5039cb Fix pub after changing the HttpServer.bind signature by sgjesse@google.com · 12 years ago
  37. 151a03c Fix Uri constructor to be generative. by ajohnsen@google.com · 12 years ago
  38. 96d0c72 Fix issue 10321 by invalidating previous "generate at use site" optimizations based on a pure instruction that is being moved in the graph. by ngeoffray@google.com · 12 years ago
  39. 26263a7 Fix copy/paste error. by ngeoffray@google.com · 12 years ago
  40. d548955 Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). by ajohnsen@google.com · 12 years ago
  41. 2fdb878 Change the signature for all network bind calls. by sgjesse@google.com · 12 years ago
  42. f2684e7 Mark test/install/git/dependency_name_match_pubspec_test as Skip by ricow@google.com · 12 years ago
  43. 668e058 Suppress failing pub/test/install/git/dependency_name_match_pubspec_test on windows by ricow@google.com · 12 years ago
  44. 6830845 Backjump on a source or description mismatch. by rnystrom@google.com · 12 years ago
  45. 40d39b2 Always capture stack traces when running pub tests. by nweiz@google.com · 12 years ago
  46. 7c92439 Sort pubspec.lock packages. by amouravski@google.com · 12 years ago
  47. de6f602 Guard more thoroughly against stack overflows in the backtracking version solver. by nweiz@google.com · 12 years ago
  48. 72cf63c Refactoring DOM annotations and comment generation, adding DOM API triage list by blois@google.com · 12 years ago
  49. 37c1236 Create a "PackageRef" class that defines a versionless package reference. by rnystrom@google.com · 12 years ago
  50. c10ddaf Fix upgrade to secure issue by sgjesse@google.com · 12 years ago
  51. 9ba2a28 In CSP mode, emit a field for the runtime type name, if different from the class name. by karlklose@google.com · 12 years ago
  52. 6c486c7 Add static getters for common internet addresses by sgjesse@google.com · 12 years ago
  53. dfc7ef4 Remove holders for runtime type information. by karlklose@google.com · 12 years ago
  54. 86230fe Fix last regression on bounds check analyzer after new HBoundCheck instruction: now that the HBoundsCheck instruction is being used by more than one user, unconditionnaly use an updated range for it. by ngeoffray@google.com · 12 years ago
  55. 98f022a First try at removing ? from HTML. by amouravski@google.com · 12 years ago
  56. 47cc612 Removing PagePopupController. by blois@google.com · 12 years ago
  57. 936fdce Fixing build from merge issue. by blois@google.com · 12 years ago
  58. 3ca6bd2 Properly exposing NodeIterator and TreeWalker by blois@google.com · 12 years ago
  59. a0a4cdd Added SIMD stubs for dart2js by vsm@google.com · 12 years ago
  60. 7479473 Revert "Revert "Native mixin interceptor bug fix"" by sra@google.com · 12 years ago
  61. eb4708c Revert "Native mixin interceptor bug fix" by sra@google.com · 12 years ago
  62. 396ee8b Native mixin interceptor bug fix by sra@google.com · 12 years ago
  63. def45dd Fixing error event type of Workers. by blois@google.com · 12 years ago
  64. 6f85889 fix a bug in the Event constructor by jmesserly@google.com · 12 years ago
  65. a987120 Running gen.sh on DOM libs. by blois@google.com · 12 years ago
  66. f93ab65 Explicit typed array bounds checks by vsm@google.com · 12 years ago
  67. 329e876 Add HTTP proxy tunnel support by sgjesse@google.com · 12 years ago
  68. 72096c3 When a phi is generated at use site, the names of its inputs must be freed by the user of the phi. by ngeoffray@google.com · 12 years ago
  69. b51006a Fix checked mode errors in previous commit by sgjesse@google.com · 12 years ago
  70. 2ef54d3 Add the ability to change the working directory by sgjesse@google.com · 12 years ago
  71. 096c58b Fix http://dartbug.com/10231 regression. by kasperl@google.com · 12 years ago
  72. 73fe0da Check for cyclicity in named mixin applications. by johnniwinther@google.com · 12 years ago
  73. e5e17e7 Fix issue 10216. If the type mask is a subtype, and its base mixes in class A, it should consider an element of class A as potential runtime targets. by ngeoffray@google.com · 12 years ago
  74. f341cac Do not infer types of arguments of closures and methods named "call". by ngeoffray@google.com · 12 years ago
  75. ba3d850 Revert "Native mixin interceptor bug fix" by sra@google.com · 12 years ago
  76. 7f596f8 Revert "Use List mixins for typed lists." by vsm@google.com · 12 years ago
  77. 758bdd6 Use List mixins for typed lists. by vsm@google.com · 12 years ago
  78. eb9ff1f Native mixin interceptor bug fix by sra@google.com · 12 years ago
  79. 59c2920 This is a resubmit of: https://codereview.chromium.org/13852008/ by blois@google.com · 12 years ago
  80. b6adcf3 Properly detect if pub is running from the SDK. by nweiz@google.com · 12 years ago
  81. df712e1 Inline Float32x4 constructors by johnmccutchan@google.com · 12 years ago
  82. e831c7d Properly initialize HTTPS certificates in pub. by nweiz@google.com · 12 years ago
  83. caf22cb Add a toString to Symbol for easier debugging by alanknight@google.com · 12 years ago
  84. 0502284 Fix Fannkuch regression by not always replacing the index with the range check by erikcorry@google.com · 12 years ago
  85. b15288a Start sharing code for instance members pulled in using mixin applications. by kasperl@google.com · 12 years ago
  86. a33ec28 Proper support for ForceOptional. by antonm@google.com · 12 years ago
  87. cb7f745 Re-apply CL https://codereview.chromium.org/14217011/, by fixing the internal HashMap implementation to not use its opaque objects in a way visible to the compiler. by ngeoffray@google.com · 12 years ago
  88. 6b2db08 Fix dart2js tests and restore missing type propagation visitor by erikcorry@google.com · 12 years ago
  89. 687b95b Implement getTypeOfSelector by polux@google.com · 12 years ago
  90. 8ef45a3 dart2js: Optimize int-and-bounds check by making BoundsCheck do both by erikcorry@google.com · 12 years ago
  91. 28c1b7c WebKit IDL roll. by antonm@google.com · 12 years ago
  92. aac3655 Support new function subtyping rules in dart2js. by johnniwinther@google.com · 12 years ago
  93. c5413c5 Revert CL https://codereview.chromium.org/14217011/, one test fails in minified mode. by ngeoffray@google.com · 12 years ago
  94. 9c8e1ee If we know a call will actually not reach an element anymore, because we have more information on the receiver type, unregister that call. by ngeoffray@google.com · 12 years ago
  95. 5a8e457 Make source mirror ObjectMirror.getField synchronous by johnniwinther@google.com · 12 years ago
  96. 1b03648 Reinsert return. by johnniwinther@google.com · 12 years ago
  97. e289575 Use native types for inlined native fields. by sra@google.com · 12 years ago
  98. 5fe5359c Ensure current element in FunctionElementX.isAbstract by johnniwinther@google.com · 12 years ago
  99. f4bd615 fix for cache list to handle old cached packages with sdk dependencies by keertip@google.com · 12 years ago
  100. 56636a5 Import io.dart in pub.dart. by nweiz@google.com · 12 years ago