0.4.2.1
  1. ed2e198 Mixins with Generics by hausner@google.com · 12 years ago
  2. 453e8fe Add the native intrinsic TypedData_setRange to optimize the setRange call when the destination and source of setRange are of the same typeddata type. by asiva@google.com · 12 years ago
  3. b0a2eca dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows. by whesse@google.com · 12 years ago
  4. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  5. ba07261 Avoid massive stack frames by allocating 64k buffers in the heap. by ager@google.com · 12 years ago
  6. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  7. bab488a Allow String.fromCharCodes to work directly on a GrowableObjectArray. by lrn@google.com · 12 years ago
  8. 7b5a610 Make allocation of Dart parameters and local variables architecture independent. by regis@google.com · 12 years ago
  9. 7611d6f Fixes a build warning about a format string. by zra@google.com · 12 years ago
  10. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  11. f1fa8c6 Fix bug in optimized byte array views on tranferable backing stores. by fschneider@google.com · 12 years ago
  12. 3316092 Fix typo in method calls for [] and []= operators in views. by asiva@google.com · 12 years ago
  13. e723d17 Fix source generation for strings that have \$ in them. by asiva@google.com · 12 years ago
  14. a792eec Revert: Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  15. a25625e Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  16. fb53f40 Add setOption method on Socket/RawSocket. by ajohnsen@google.com · 12 years ago
  17. 5b0ee63 Use offsetInBytes and not index in the get/set accessors of views. by asiva@google.com · 12 years ago
  18. 924e321 Optimize TypedData in the same way as ScalarList. by fschneider@google.com · 12 years ago
  19. 6e878e9 Remove Dart_GetScriptSource as it is not used anywhere. by asiva@google.com · 12 years ago
  20. 6b8987e Add a command line option to generate source code for a script by asiva@google.com · 12 years ago
  21. 2987d53 dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  22. 2905da6 Fix build. Review URL: https://codereview.chromium.org//12607009 by zra@google.com · 12 years ago
  23. 82367b3 Copies Simulator Debugger from ARM to MIPS. by zra@google.com · 12 years ago
  24. caf1f9e Run type propagation after LICM to ensure correct reaching types for hoisted values. by vegorov@google.com · 12 years ago
  25. 61e1d90 Added check that the object being stored as a return value in the NativeArguments array is a Dart instance. by asiva@google.com · 12 years ago
  26. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  27. c8f2a81 Rename Timer.repeating to Timer.periodic. by floitsch@google.com · 12 years ago
  28. 26c4b3a Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it. by ager@google.com · 12 years ago
  29. f594eec Remove some assertion code in the GC from the release build. by fschneider@google.com · 12 years ago
  30. 74d4e1f Remove virtual functions on class InliningContext. by kmillikin@google.com · 12 years ago
  31. 3eab4ce Fix typo in typeddate.dart. by ajohnsen@google.com · 12 years ago
  32. 7ba1326 Disable stack context when its frame is for optimized code. by tball@google.com · 12 years ago
  33. 58e396f Added include for SkTypeface by vsm@google.com · 12 years ago
  34. 681ffda Change ImageElement to use onLoad.listen instead of on.load and by gram@google.com · 12 years ago
  35. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  36. ef62519 Add a new, separate block entry instruction for catch-blocks. by fschneider@google.com · 12 years ago
  37. 69d0484 - Use dart:typedata types in the Dart API calls. by asiva@google.com · 12 years ago
  38. 6a70178 Decode ic data and arguments descriptor passed in calls on ARM. by regis@google.com · 12 years ago
  39. ad80045 Adds MIPS instructions to simulator, assembler, disassembler by zra@google.com · 12 years ago
  40. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 12 years ago
  41. a429f3a Fix checked mode error on socket IOSink by sgjesse@google.com · 12 years ago
  42. a301711 Handle /dev/null on linux, as an closed device. by ajohnsen@google.com · 12 years ago
  43. 2eb5953 Fix of file descriptor inheritance problem in process_{linux,android,mac} by kustermann@google.com · 12 years ago
  44. c94a722 Remove unused context-level from LoadLocal/StoreLocal IL instructions. by fschneider@google.com · 12 years ago
  45. 53f877e Rename String.concat to operator+. by lrn@google.com · 12 years ago
  46. d095908 Inline ByteArray setters like setUint8 in the optimizer. by fschneider@google.com · 12 years ago
  47. 43c13f4 dart:io | Revert addition of Link class, because it conflicts with a Link class in dart2js. by whesse@google.com · 12 years ago
  48. 31c6f8d dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  49. cf60528 Add first version of runAsync. by floitsch@google.com · 12 years ago
  50. 5dc8107 Revert "Remove Expect from core library." by floitsch@google.com · 13 years ago
  51. 12dbd2f Remove Expect from core library. by floitsch@google.com · 13 years ago
  52. 3b5c3e6 Add the allocator intrinsics for dart:typeddata implementation. by asiva@google.com · 13 years ago
  53. 6699610 Adds a few MIPS arithmetic instructions to the simulator, assembler, disassembler by zra@google.com · 13 years ago
  54. 7766ac7 Implement leaf runtime call stub on ARM and corresponding call redirection by regis@google.com · 13 years ago
  55. eeeeecb Add pass to remove empty blocks and recompute fall-through targets. by vegorov@google.com · 13 years ago
  56. fc899d6 Add the typed data classes to the do not extend list. by asiva@google.com · 13 years ago
  57. b95087e Implement native call stub on ARM and native call redirection in ARM simulator. by regis@google.com · 13 years ago
  58. 2c21d3d Move Float32x4 tests out of runtime/vm/tests into tests/standalone by johnmccutchan@google.com · 13 years ago
  59. dd48256 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 13 years ago
  60. cd9bcfe Remove references to capital-D-Dynamic. by lrn@google.com · 13 years ago
  61. bead146 Renamed StreamSink to EventSink. Renamed signalError to addError. by lrn@google.com · 13 years ago
  62. ef0580c Implement a branch optimization pass. by kmillikin@google.com · 13 years ago
  63. 35dbc70 dart:io | Implement FileSystemEntity.typeSync on Windows, to identify symbolic links and junctions. by whesse@google.com · 13 years ago
  64. a5a9349 Change VM's string-buffer patch to use a Uin16Array as backing buffer. by lrn@google.com · 13 years ago
  65. b609684 Make IOSink implement StringSink by sgjesse@google.com · 13 years ago
  66. 0308a45 - Allow the use of branch delay slots. by iposva@google.com · 13 years ago
  67. 98b1c1a Added window.requestAnimationFrame. by gram@google.com · 13 years ago
  68. a6fba65 Fix build break caused by Skia changes. by gram@google.com · 13 years ago
  69. dd6691a The complete fix for issue 8919. by srdjan@google.com · 13 years ago
  70. 5135d46 Fix crash in issue 8919. The test still fails. by srdjan@google.com · 13 years ago
  71. 3f14a14 Implement 'dart:typeddata' directly in the VM instead of using 'dart:scalarlist' by asiva@google.com · 13 years ago
  72. 8949d73 Stop handling VM messages if the isolate has an uncaught (sticky) by tball@google.com · 13 years ago
  73. b25d694 - Avoid wrapping into Mints when generating random numbers. by iposva@google.com · 13 years ago
  74. fd88738 dart:io | Fix stray code committed to Windows platform by whesse@google.com · 13 years ago
  75. ec7e4e5 dart:io | Add FileSystemEntity.typeSync to test for symbolic links. by whesse@google.com · 13 years ago
  76. f507e54 - Add a skeleton MIPS assembler, disassembler and simulator. by iposva@google.com · 13 years ago
  77. f79786d Fix String.fromCharCodes to work with iterables. by lrn@google.com · 13 years ago
  78. 6ed4973 Fix build. Review URL: https://codereview.chromium.org//12433011 by regis@google.com · 13 years ago
  79. bb71e75 Clean up ARM assembly code loading and storing from/to a large offset. by regis@google.com · 13 years ago
  80. 9e3a61f Added support for "bin-ified" resources, used to link the vmstats by tball@google.com · 13 years ago
  81. d47757d And another... :( by ajohnsen@google.com · 13 years ago
  82. 28daa7b Introduce ZLibInflater and ZLibDeflater to dart:io. by ajohnsen@google.com · 13 years ago
  83. f644ba9 Complete implementation of bounds checking in the vm, by introducing a vm object by regis@google.com · 13 years ago
  84. 31da7d6 Adds muls, sdiv, udiv instructions to ARM simulator, assembler, disassembler by zra@google.com · 13 years ago
  85. ad6f5a6 Fix the handling of screen orientation changes. In these cases almost the entire application is torn down, which includes the destruction of the VMGlue instance. When we restart we create a new VMGlue but we don't want to reinitialize the VM, just create a new main isolate. by gram@google.com · 13 years ago
  86. 54ffaab Fix typeddata. Was still using Arrays. by floitsch@google.com · 13 years ago
  87. fd28ec5 Move Arrays class to private library. by floitsch@google.com · 13 years ago
  88. 28e2259 Added a rudimentary DOM, to assist with event dispatch. by gram@google.com · 13 years ago
  89. c9c0881 Adds mrc instruction to arm simulator, assembler, disassembler. by zra@google.com · 13 years ago
  90. 1b274ff Remove the barely used macro assemblers after merging their contents to the base by regis@google.com · 13 years ago
  91. c563450 Fix for loop variable capturing by hausner@google.com · 13 years ago
  92. 97f6dee First step towards implementing dart:typeddata library. by asiva@google.com · 13 years ago
  93. d5084b7 Recognize more list factories. Recognizing list factories (Array, Bytearrays, etc) allows the type and range to be determined. Add byte array factories to the list of recognzied factories and intrinsify them early. If not intrinisified they may be inlined and not recognized. Keeping the recognition at API level is more stable as internal implementation may change. by srdjan@google.com · 13 years ago
  94. 5505496 Revert "Move Arrays class to private library." by floitsch@google.com · 13 years ago
  95. a879bba Second codegen test passing on ARM (simulated). by regis@google.com · 13 years ago
  96. 767b8ec Adds vstm, vldm to ARM simulator, assembler, disassembler by zra@google.com · 13 years ago
  97. d91bca2 Add List.asMap(). by floitsch@google.com · 13 years ago
  98. 8929d6c0 dart:io | Fix a crash when read was called on a closed socket on Windows. by whesse@google.com · 13 years ago
  99. f4300b8 Make List.from and Iterable.toList default to not growable. by lrn@google.com · 13 years ago
  100. e1e7051 In LoadOptimizer::EmitPhis check for environment uses of phis. by vegorov@google.com · 13 years ago