0.6.3.1
  1. 965819a Inline native setters for length and data in the optimizer. by fschneider@google.com · 12 years ago
  2. 32ef8cd Add 'address' and 'port' to SocketException, and include them in toString(). by ajohnsen@google.com · 12 years ago
  3. 6867242 dart:io | Pass errors from multithreaded encryption back to Dart. by whesse@google.com · 12 years ago
  4. 3c34f42 Add debugging info for 'this' by hausner@google.com · 12 years ago
  5. 9888315 Partial solution to analyze potentially constant expressions by hausner@google.com · 12 years ago
  6. 898a3d8 Relax method override restrictions. by floitsch@google.com · 12 years ago
  7. 5e207df Revert "Relax method override restrictions." Revert "Update status file." by floitsch@google.com · 12 years ago
  8. 77034fe Relax method override restrictions. by floitsch@google.com · 12 years ago
  9. 438767c Add stackTrace to Error object. by floitsch@google.com · 12 years ago
  10. 856df98 Remove old code for dealing with non-typed buffers in Socket.write. by ajohnsen@google.com · 12 years ago
  11. 4e96a9b Fix bug 11637: by iposva@google.com · 12 years ago
  12. 8b8795f Const constructor must have const super initializer by hausner@google.com · 12 years ago
  13. b7608cc JSONStream and tests by johnmccutchan@google.com · 12 years ago
  14. 04e9e1f Add a VM defined class VMReference as an opaque pointer for Dart code to VM internal objects. by rmacnak@google.com · 12 years ago
  15. c1fe1ba Fix a debugger step regression by hausner@google.com · 12 years ago
  16. 908bf5b Fix Stdio->Stdin typo and missing external. by ajohnsen@google.com · 12 years ago
  17. 8aa2069 Add Stdio.readByteSync and Stdio.readLineSync. by ajohnsen@google.com · 12 years ago
  18. 5f0c327 Add Dart_GetSupertype to the dart debugger API so that the dartium by asiva@google.com · 12 years ago
  19. 98fee55 Fixes ARM assembler test for hardware. by zra@google.com · 12 years ago
  20. f86d2ec Adds support for integer division for ARM chips without the sdiv instruction. by zra@google.com · 12 years ago
  21. 1e95596 Better single stepping in VM debugger by hausner@google.com · 12 years ago
  22. 5dcd8f2 Extract the correct os-error on Socket.write, and report correctly in IOSink. by ajohnsen@google.com · 12 years ago
  23. 1e0c987 Make writes consistent across socket and file synchronous/asynchronus writes in terms of truncation semantics (reports an argument error if the list element contains a non byte value). by asiva@google.com · 12 years ago
  24. 76f8729 Optimize functions containing try-catch on MIPS. by zra@google.com · 12 years ago
  25. 5eb7e3b Optimize functions containing try-catch on ARM. by regis@google.com · 12 years ago
  26. 15c47d5 Fix 11574: Smi is a subtype of parametrizable Compare. by srdjan@google.com · 12 years ago
  27. 4456ba2 Fixed crash in EqualityCompareInstr::IsCheckedStrictEqual : update unary_ic_data_ if ic_data_ is set at a later stage. by srdjan@google.com · 12 years ago
  28. 74c379d Equality can be converted to a strict equality with checks. If the number of checks exceeds the threshold (--max_equality_polymorphic_checks=32) use megamorphic dispatch instead. by srdjan@google.com · 12 years ago
  29. 5f9331e Fix a VM bug in the handling of try/catch/finally. by kmillikin@google.com · 12 years ago
  30. b39d2c0 Implement redirect-stdout-on-close on Winows, to the 'NUL' device. by ajohnsen@google.com · 12 years ago
  31. 900dba8 Remove static mutexes/monitors from dart:io. by ajohnsen@google.com · 12 years ago
  32. fb06bcd - Revert r24564 and r24563 due to unexplained malloc corruption. by iposva@google.com · 12 years ago
  33. 2402d2a - Fix compilation errors. Apparently clang != clang everywhere. by iposva@google.com · 12 years ago
  34. 9c9989d - Add a WeakTable to the VM. This is used to remember the by iposva@google.com · 12 years ago
  35. e730b67 Fixes bug in mips left shift. by zra@google.com · 12 years ago
  36. 0656d30 Split IdenticalWithNumberCheck in two versions: once called from unoptimized code the other called from optimzied code. Only the one for unoptimized code will be able to stop for single stepping. The optimized version is a leaf stub and cannot cause GC. by srdjan@google.com · 12 years ago
  37. 51276c7 Remove obsolete #ifdefs excluding MIPS target. by regis@google.com · 12 years ago
  38. 573b9d8 Fixes a bug in the mips Random_nextState intrinsic. by zra@google.com · 12 years ago
  39. 3711825 Fix Random_nextState intrinsic on ARM. by regis@google.com · 12 years ago
  40. 55d97a6 Adds missing case in mips double comparison. by zra@google.com · 12 years ago
  41. 50fc824 - Remove arguments definition test from the VM. by iposva@google.com · 12 years ago
  42. 7c65732 - Protect against icount_ overflow in the delay slot and only by iposva@google.com · 12 years ago
  43. 6005ff6 Fix comment from earlier commit. by ajohnsen@google.com · 12 years ago
  44. d506a6e Stop printing when stdout is closed. by ajohnsen@google.com · 12 years ago
  45. 60392c7 Implements external array access for mips. by zra@google.com · 12 years ago
  46. f415b31 Add --deoptimization_counter_inlining_threshold=10 that stops inlining in a method that has reached it. by srdjan@google.com · 12 years ago
  47. fd3f443 Fix a bug in allocation sinking and load elimination. by fschneider@google.com · 12 years ago
  48. 6aa0faf Fix runtime build for Android by whesse@google.com · 12 years ago
  49. 2d2f1bf - Use VOID_TEMP_FAILURE_RETRY where needed by iposva@google.com · 12 years ago
  50. 0c93466 Hide parent function name in name of closurized function to user (issue 5436). by regis@google.com · 12 years ago
  51. f791281 Add two-byte string support in codeunitAt intrinsic. by srdjan@google.com · 12 years ago
  52. 169bc2f Fix code for store buffer update on ARM and MIPS (link register was trashed). by regis@google.com · 12 years ago
  53. e16291b Convert implementation in mirrors.cc to use Dart_GetType instead of Dart_GetClass. by asiva@google.com · 12 years ago
  54. 5ffa56b Fix and simplify invocation of noSuchMethod on all platforms after the wrong by regis@google.com · 12 years ago
  55. ce82a77 Fixes integer negate intrinsic for arm and mips. by zra@google.com · 12 years ago
  56. 70043d1 Fix and simplify invocation of noSuchMethod on ARM after the wrong number of by regis@google.com · 12 years ago
  57. 364c540 Fixes floating point bug in ARM simulator. by zra@google.com · 12 years ago
  58. 7aa0222 Avoid picking port 65535 for ServerSockets, when any is requested. by ajohnsen@google.com · 12 years ago
  59. 78e9b8e dart:io | Add rename to Link by sgjesse@google.com · 12 years ago
  60. fe175fd Change the timeout handling in the standalone VM to use 64-bit integers - take 2 by sgjesse@google.com · 12 years ago
  61. 89a21f2 Change the timeout handling in the standalone VM to use 64-bit integers by sgjesse@google.com · 12 years ago
  62. 56c4a4a Remove an unused field in the AST. by kmillikin@google.com · 12 years ago
  63. 7e71783 Support type arguments for allocation sinking in certain conditions. by fschneider@google.com · 12 years ago
  64. b76b3bb Correctly deal with method invocation of a getter. by fschneider@google.com · 12 years ago
  65. 1163211 - Revert r24441 until issues found have been addressed. by iposva@google.com · 12 years ago
  66. ddc3e13 - Trial balloon for removal of argument definition test. by iposva@google.com · 12 years ago
  67. f21ae73 Fix bot redness: max_calls can be zero if no call was actually executed. by srdjan@google.com · 12 years ago
  68. 7defd22 Use call counts to determine which static calls to inline. by srdjan@google.com · 12 years ago
  69. 7d945c5 Remove skip_static_calls_ as it uses an obsolete way to check for uncalled static calls. Will be replaced by ICData tracking. by srdjan@google.com · 12 years ago
  70. 9977246 Updates status files for arm hardware by zra@google.com · 12 years ago
  71. 5bf5a92 Fixes bugs in arm and mips intrinsifier. by zra@google.com · 12 years ago
  72. 370a99e Refactor load forwarding pass to use a Place abstraction. by vegorov@google.com · 12 years ago
  73. 010c23d Fix Dart_GetType to get the correct number of type arguments. by asiva@google.com · 12 years ago
  74. 7db2572 dart:io | Change names for SecureSocket exceptions. by whesse@google.com · 12 years ago
  75. 887c8e7 Move getters from Options to Platform by sgjesse@google.com · 12 years ago
  76. 6783eae Fix checked mode error in previous commit by sgjesse@google.com · 12 years ago
  77. 8a2a138 Detect EOF when reading stdio from terminal on Mac OS by sgjesse@google.com · 12 years ago
  78. 015f2ee Fix InternetAddress.resolve impl and test for Windows. by ajohnsen@google.com · 12 years ago
  79. d550b05 Remove dead code and re-enable short socket read by sgjesse@google.com · 12 years ago
  80. 3ad9779 Add reverse dns lookup as a method on InternetAddress. by ajohnsen@google.com · 12 years ago
  81. b8db2f0 Inline object constructor already in the method recognizer. by fschneider@google.com · 12 years ago
  82. ed4fbd6 Removed dead code: ConsumeIdentChar by rmacnak@google.com · 12 years ago
  83. db9f4d4 Remove --disable_privacy by johnmccutchan@google.com · 12 years ago
  84. 8e27430 - Create isolate specific resuable handles and use them in the hot lookup paths. by asiva@google.com · 12 years ago
  85. 83230d2 Preallocate objects in Dart::InitializeIsolate not in Api::CheckIsolateState by johnmccutchan@google.com · 12 years ago
  86. ce3c239 Reduce time spenty in tests: instead of looping for long, shorten optimizations threshold. by srdjan@google.com · 12 years ago
  87. 8edda78 Enables more tests for SIMMIPS. by zra@google.com · 12 years ago
  88. 6ea08a3 Allows exception object to be null in simarm and simmips. by zra@google.com · 12 years ago
  89. b8531f4 Mark test pass, crash for simarm, in order to make bot green. by srdjan@google.com · 12 years ago
  90. 0bf7251 Reland: Optimizing noSuchMethod invocation with no arguments. by fschneider@google.com · 12 years ago
  91. 48b1656 Allow Object when doing lookups. by floitsch@google.com · 12 years ago
  92. 35ce4d2 Ensure that allocation sinking candidates are classified as not-aliased before final load forwarding. by vegorov@google.com · 12 years ago
  93. fa7817b Change static calls in unoptimized code to always call via a stub. Using ICData, the call count of static calls is collected as well. by srdjan@google.com · 12 years ago
  94. 06abf98 In FiftyThreeBitOverflow, stores overflowing value as a string. by zra@google.com · 12 years ago
  95. 48555c8 Back out r24266 to investigate dartium test failure. by fschneider@google.com · 12 years ago
  96. 64553c2 Fix expectation for 53-bit-overflow. by lrn@google.com · 12 years ago
  97. 0bd36e7 Add missing include of ifaddrs in mac. by ajohnsen@google.com · 12 years ago
  98. 63e62f6 Update mac and android Socket::LookupAddress. by ajohnsen@google.com · 12 years ago
  99. 4624420 Add NetworkAdaptor to dart:io. by ajohnsen@google.com · 12 years ago
  100. ab1981b Optimizing noSuchMethod invocation with no arguments. by fschneider@google.com · 12 years ago