0.4.7.1
  1. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  2. 9ac0c8d - Allow for experimentation with different header sizes. by iposva@google.com · 12 years ago
  3. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  4. 56cca9e Support Float32x4List in the embedding API. by ager@google.com · 12 years ago
  5. 5ea0d55 Do not allocate unnecessary ObjectArrays. When allocating an empty growable array, pass it a compile time constant empty array instead of allocating a new empty array at runtime, since the factory method will anyway allocate its own object array of length 4. by srdjan@google.com · 12 years ago
  6. 155dd04 Run constant propagation one more time after canonicalization so that following code can always return true: by srdjan@google.com · 12 years ago
  7. f553392 Change StreamController constructor. by floitsch@google.com · 12 years ago
  8. 1049521 Add setAll, insertAll, replaceRange and fillRange. by floitsch@google.com · 12 years ago
  9. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  10. b4eacbf Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. by ajohnsen@google.com · 12 years ago
  11. 5b6c0ba Rename InvocationMirror to Invocation. by ahe@google.com · 12 years ago
  12. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  13. 9bfc844 Refactor removeRange. by floitsch@google.com · 12 years ago
  14. 45ad548 Update dart:mirrors to use Symbol. by ahe@google.com · 12 years ago
  15. 485c8a5 Move Iterable implementation to collection. by lrn@google.com · 12 years ago
  16. 83bd0f1 Add support for even more typed data on native ports by sgjesse@google.com · 12 years ago
  17. bebe3ac Refactor List.setRange function. by floitsch@google.com · 12 years ago
  18. 601686b Update Function.apply to use Symbol. by ahe@google.com · 12 years ago
  19. 07b02a8 Remove String.slice. Too much overlap with String.substring. by floitsch@google.com · 12 years ago
  20. 457dffa Add StreamSubscription.asFuture. by floitsch@google.com · 12 years ago
  21. 81ecaba Re-apply r20377. by vegorov@google.com · 12 years ago
  22. 0f607e4 Remove methods on StackTrace class. by lrn@google.com · 12 years ago
  23. 1743496 Rename DAYS_IN_WEEK to DAYS_PER_WEEK. Add MONTHS_PER_YEAR. by floitsch@google.com · 12 years ago
  24. 640e6a9 Fix wrong ASSERT by sgjesse@google.com · 12 years ago
  25. 7ddac4a Fix GCC compiler warning by sgjesse@google.com · 12 years ago
  26. 6507357 Add support for more typed data types on native ports by sgjesse@google.com · 12 years ago
  27. 67650cb Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. by ajohnsen@google.com · 12 years ago
  28. ace27bb Add curly braces in typeddata implementation. by ager@google.com · 12 years ago
  29. e8f86c5 Adds support for UseDartApi vm test on MIPS. by zra@google.com · 12 years ago
  30. 84c1529 Fix wire json breakage Review URL: https://codereview.chromium.org//14217006 by hausner@google.com · 12 years ago
  31. 268bdbc More cleanups in debugger API and wire protocol by hausner@google.com · 12 years ago
  32. 1349cb1 Adds some floating point instructions to MIPS simulator, assembler, disassembler. by zra@google.com · 12 years ago
  33. 2dbfa51 Simplify intrinsic for GrowableArray.setLength : no need to check if the length is above the range of data, that has been checked before. by srdjan@google.com · 12 years ago
  34. 01c9661 Revert to loop from rep movsb for copying one byte strings in order to restore performance. by srdjan@google.com · 12 years ago
  35. 54dde7c Implement rethrow statement by hausner@google.com · 12 years ago
  36. 830508b - memmove instead of memcpy. by iposva@google.com · 12 years ago
  37. 0d8ff3e - Add OS::StrNDup instead of redefining it when needed. by iposva@google.com · 12 years ago
  38. 7b9c279 Fix x64 build failing after r21366. by vegorov@google.com · 12 years ago
  39. de28343 Fix bug in MegamorphicCacheMissHandler: put kNullCid into the cache when receiver is null. by vegorov@google.com · 12 years ago
  40. 06ef8ea Support IfThenElse instruction pattern for arbitrary smi constants. by vegorov@google.com · 12 years ago
  41. 5d02006 dart:io | Change the way SecureSocket initializes the NSS library with an empty database. by whesse@google.com · 12 years ago
  42. 067b9ff Reapply "Incrementally recompute dominators when inlining." by kmillikin@google.com · 12 years ago
  43. 9f378318 Ensure that all goto instructions have deoptimization target. by vegorov@google.com · 12 years ago
  44. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  45. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  46. aed9246 Add fromList constructor to typeddata typed lists. by ager@google.com · 12 years ago
  47. a09fe36 - Reverting the 'static' change of strndup. by iposva@google.com · 12 years ago
  48. 4241378 - Make the definition of strndup static to avoid conflicting in case it is available. by iposva@google.com · 12 years ago
  49. c74dd9c - Add strndup for Mac OS X version < 10.7. by iposva@google.com · 12 years ago
  50. f9bc3af Better write barrier code for static fields if the value is known not to be Smi. by srdjan@google.com · 12 years ago
  51. 8b71446 Remove legacy debugger API stuff. The removed functions do not appear to be used in Dartium. by hausner@google.com · 12 years ago
  52. 134302a Remove second generic argument of StreamConsumer. by floitsch@google.com · 12 years ago
  53. 1ccf49c Use rep_movsb for copying one-byte strings in substring intrinsic. by srdjan@google.com · 12 years ago
  54. aecbeab Implement getRange (returning an Iterable). by floitsch@google.com · 12 years ago
  55. 2507ded Fix bug introduced by r21269. by vegorov@google.com · 12 years ago
  56. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  57. 968e805 Unboxed load/store indexed of Float32x4 by johnmccutchan@google.com · 12 years ago
  58. bdce382 Add Symbol class. by ahe@google.com · 12 years ago
  59. 40002d8 Revert "Incrementally recompute dominators when inlining." by kmillikin@google.com · 12 years ago
  60. 49a0fbd Align start of the page's object area to match OS::kMaxPreferredCodeAlignment. by vegorov@google.com · 12 years ago
  61. 9cb005c Incrementally recompute dominators when inlining. by kmillikin@google.com · 12 years ago
  62. 9d044d3 dart2js: Allow 'throw' when inlining by erikcorry@google.com · 12 years ago
  63. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  64. 52f54a2 Add support for typed data views on native threads by sgjesse@google.com · 12 years ago
  65. e08647b BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals. by gbracha@google.com · 12 years ago
  66. cadaedb Debugger wire protocol cleanups by hausner@google.com · 12 years ago
  67. 698a98b Pass flag --error_on_malformed_type when running gen_snapshot. by regis@google.com · 12 years ago
  68. 5900ae7 A patch class must be given the same name as the class it is patching, otherwise by regis@google.com · 12 years ago
  69. 2c5cea8 Supports FrameLookup vm test on MIPS by zra@google.com · 12 years ago
  70. 02f305a Intrinsify OnebyteString's substringUnchecked. Significant performance improvement on Json benchmarks. by srdjan@google.com · 12 years ago
  71. bdcca76 Prohibit use of dynamic when extending or implementing classes (was crashing). by regis@google.com · 12 years ago
  72. 70ccbd0 Repair compilation with VTune support. by vegorov@google.com · 12 years ago
  73. 11edd87 Convert diamond shaped control flow into a single conditional instruction. by vegorov@google.com · 12 years ago
  74. 9618a8d dart:io | Remove some unneeded global error save/restore pairs on Windows. by whesse@google.com · 12 years ago
  75. 2f5eb60 Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse. by ajohnsen@google.com · 12 years ago
  76. 0693221 dart:io | Directory.list: Add some missing lines to macos and android versions of implementation. by whesse@google.com · 12 years ago
  77. 6082783 Fix issue with serializing typed array views by sgjesse@google.com · 12 years ago
  78. 7c56d46 dart:io | Ensure that Directory.list terminates even when symbolic links create loops in the file system. by whesse@google.com · 12 years ago
  79. 62358bf Make default argument to Iterable.join be "". by floitsch@google.com · 12 years ago
  80. 0a26d0e Rename DateTime constants to full names. by floitsch@google.com · 12 years ago
  81. f8efe5b Fix typo in type parameter. by lrn@google.com · 12 years ago
  82. 57a82e9 Implement JS version of LinkedHashSet and move the various HashTable implementations to the VM collection library patch. by kasperl@google.com · 12 years ago
  83. 226b3f4 Fix issue 9744 by hausner@google.com · 12 years ago
  84. 0d0fcbe Changelist to land https://codereview.chromium.org/13452007/ for Siva. by iposva@google.com · 12 years ago
  85. 4d4a91a Fix bug in ParallelMoveResolver::EmitSwap: implement swaps of FPU spill slots. by vegorov@google.com · 12 years ago
  86. 6160e59 Moving ListBase, FixedLengthListMixin and UmodifiableListMixin to collection. by lrn@google.com · 12 years ago
  87. ea312dd Also wrap stdin/stdout/stderr on Process. by ajohnsen@google.com · 12 years ago
  88. 15e23c7 - Make the test_extension (a shared library) build in PIC. by iposva@google.com · 12 years ago
  89. cae56d7 Introduces a second temporary register for MIPS assembler macros. by zra@google.com · 12 years ago
  90. 9b3a1bd More debugger fixing in json objects by hausner@google.com · 12 years ago
  91. 0257112 Fix editor build by hausner@google.com · 12 years ago
  92. 1a4d308 Add library id to code location object by hausner@google.com · 12 years ago
  93. d5be052 Adds macros to the MIPS assembler for detecting overflow. by zra@google.com · 12 years ago
  94. b377039 Implement write barrier on ARM. by regis@google.com · 12 years ago
  95. 343fa26 Remove deprecated Expect from the libraries. by floitsch@google.com · 12 years ago
  96. 7e65824 dart:io | Add asynchronous Link.create implementation. by whesse@google.com · 12 years ago
  97. 6d1c14a WebSocket: Correctly expect masked frames from clients, and send masked frames from the client. by ajohnsen@google.com · 12 years ago
  98. a273179 Use locale insensitive method to parse double literals. by vegorov@google.com · 12 years ago
  99. 06ce0c3 Add JS implementation of LinkedHashMap. by kasperl@google.com · 12 years ago
  100. 140409a Wrap stdout/stderr/stdin to only expose the relevant methods. by ajohnsen@google.com · 12 years ago