0.5.4.0
  1. 6843db8 Implement Smi.toString in Dart instead of calling to C++ natives. Large performance improvement. by srdjan@google.com · 12 years ago
  2. f005802 Improve load forwarding: by vegorov@google.com · 12 years ago
  3. 596f203 Do not copy immutable arrays in String.createFromCharCodes. Tighten the types a little in string_patch.dart. by srdjan@google.com · 12 years ago
  4. 3c10f6b On MIPS, keeps Object::null() in a register. by zra@google.com · 12 years ago
  5. a6fb096 - Fixed some old-style casts. by iposva@google.com · 12 years ago
  6. 6a78c0c Add v6Only named argument to ServerSocket and etc. by ajohnsen@google.com · 12 years ago
  7. 76c8e61 Fix ARM memory addressing mode 3 in assembler. Update assembler test. by regis@google.com · 12 years ago
  8. 303011f Enable all vm tests on simarm (skip 2 timing out byte array tests). by regis@google.com · 12 years ago
  9. 8e29370 BREAKING CHANGE: enforce part of directive by hausner@google.com · 12 years ago
  10. aa1d4b4 Inline remaining Float32x4 operations. by johnmccutchan@google.com · 12 years ago
  11. 249ab96 Fix Android build. by gram@google.com · 12 years ago
  12. 7f1fac8 Loosen aggressive assert in debugger stack trace code by hausner@google.com · 12 years ago
  13. aa2dd0a On MIPS, uses more branch delay slots. by zra@google.com · 12 years ago
  14. a516bbc Enable IPv6 by default in dart:io. by ajohnsen@google.com · 12 years ago
  15. 2fdb878 Change the signature for all network bind calls. by sgjesse@google.com · 12 years ago
  16. 29f15c6 Instrument debugger to track down stack trace problems by hausner@google.com · 12 years ago
  17. 0334e1d Fix missing pc descriptor for NoSuchMethodExceptions when calling closures with wrong number of arguments. by srdjan@google.com · 12 years ago
  18. 706e79d Fix error reporting when calling static methods and closures withh mismatched arguments. by srdjan@google.com · 12 years ago
  19. d852cd3 Another fix for debugging stack traces and captured variables. by hausner@google.com · 12 years ago
  20. 10c4dcb Inline Float32x4 min,max,sqrt,reciprocal,reciprocalSqrt, and scale by johnmccutchan@google.com · 12 years ago
  21. cd59df7 - Remove kFreeBit, as it is not needed any longer by iposva@google.com · 12 years ago
  22. 34d41f9 Track side-effect free paths in the graph to allow CSE and LICM for instructions that depend on some side-effects. by vegorov@google.com · 12 years ago
  23. 2e857ff Put HashMap class in dart namespace. by sgjesse@google.com · 12 years ago
  24. 6c486c7 Add static getters for common internet addresses by sgjesse@google.com · 12 years ago
  25. c24e005 Make ninja build on mac work by kustermann@google.com · 12 years ago
  26. 05e5da6 Remove include which was not needed by sgjesse@google.com · 12 years ago
  27. 23cf7f0 Fix compiler warning about bool conversion. by fschneider@google.com · 12 years ago
  28. 09f3f25 Uses slt and sltu for signed vs. unsigned comparison by the MIPS assembler. by zra@google.com · 12 years ago
  29. 0e030b6 Further improve type optimization reusing the type argument vector of the by regis@google.com · 12 years ago
  30. 04cb872 First step towards loading the core library scripts directly from the sources by asiva@google.com · 12 years ago
  31. 26c86b5 Inline Float32x4 comparison. by johnmccutchan@google.com · 12 years ago
  32. 3a37a55 Re-enables ARM cross-compile. by zra@google.com · 12 years ago
  33. 755a90a Disables SIMMIPS test that is timing out. by zra@google.com · 12 years ago
  34. 6cc59c1 Enables API tests on MIPS by zra@google.com · 12 years ago
  35. ae2ab93 Avoid yet another import of dart:_collection_dev in the core patch library. Use the prefix _collection_dev (already set up in dart:core imports) when accessing Symbol in the core patch library. by asiva@google.com · 12 years ago
  36. 8607801 Ensure that safepoints are assigned to the live ranges of constants. by vegorov@google.com · 12 years ago
  37. 0f6e4f5 Suppress test failure due to issue 10272. by whesse@google.com · 12 years ago
  38. b51006a Fix checked mode errors in previous commit by sgjesse@google.com · 12 years ago
  39. 2ef54d3 Add the ability to change the working directory by sgjesse@google.com · 12 years ago
  40. 1a286be Align code by 32 bytes to reduce benchmark flakiness on Intel CPUs. by vegorov@google.com · 12 years ago
  41. e06acc8 Move negative length checks from Dart into the native. by srdjan@google.com · 12 years ago
  42. dd89943 Fix recognition of factories (for setting result cid) and add them to checks. by srdjan@google.com · 12 years ago
  43. 9d1341b Fix bad copy&paste in InvokeMathCFunctionInstr::AttributesEqual. by vegorov@google.com · 12 years ago
  44. dd9806e Fix crashes in debug mode with optimizations turned off. by srdjan@google.com · 12 years ago
  45. f934e19 Cleanup implementation of SmiToDouble to use unboxed double result. by vegorov@google.com · 12 years ago
  46. 8ab4688 Fix some minor nits: by asiva@google.com · 12 years ago
  47. d7fdf7f Fix context-allocated variables in stack traces by hausner@google.com · 12 years ago
  48. f2cfdc2 - Disassociate old page size from new allocatable size. by iposva@google.com · 12 years ago
  49. 2de2e61 Improve type optimization reusing the type argument vector of the instantiator by regis@google.com · 12 years ago
  50. df712e1 Inline Float32x4 constructors by johnmccutchan@google.com · 12 years ago
  51. bc58669 Get the OpenGLUI emulator building again on the desktop. Mostly this is applying the changes here: by gram@google.com · 12 years ago
  52. 566643c Disables a debugger test for MIPS. by zra@google.com · 12 years ago
  53. a49ab3a Adds support for debugger API on MIPS. by zra@google.com · 12 years ago
  54. 81eb689 Implement a tryParseSmi function in Dart for quick and frequent parsing of Smis. by srdjan@google.com · 12 years ago
  55. ebbc202 Put everything in runtime/bin into '::dart::bin' namespace. by smok@google.com · 12 years ago
  56. 2fb7cf7 - Print "top-level" instead of "class '::'" in NoSuchMethodErrors. by iposva@google.com · 12 years ago
  57. fbc931e Report OOM errors instead of asserting on allocation failures when sending by asiva@google.com · 12 years ago
  58. 51e4445 Fix debugging of top-level getters by hausner@google.com · 12 years ago
  59. 52a0f3c Enable api tests on ARM. Disable generation of optimized code on ARM and MIPS. by regis@google.com · 12 years ago
  60. c34810f Preserve aggregate count when creating unary checks ICData. by vegorov@google.com · 12 years ago
  61. 632e9c7 Implements missing features to run Hello, World in checked mode on MIPS. by zra@google.com · 12 years ago
  62. 7ce7e98 - Do not include unneeded platform/json.h. by iposva@google.com · 12 years ago
  63. d4e0eae - Avoid warnings when building with clang. by iposva@google.com · 12 years ago
  64. d273099 Fix broken Mac OS socket code by sgjesse@google.com · 12 years ago
  65. ca706b0 Disable IPv6 lookup by default. by ajohnsen@google.com · 12 years ago
  66. e0e13fe Fix missing concurrency check in [].forEach. by lrn@google.com · 12 years ago
  67. 55963a1 Add new InternetAddress class with a static lookup function (including IPv6 by ajohnsen@google.com · 12 years ago
  68. f721629 Change libraries map to use Uri. by johnniwinther@google.com · 12 years ago
  69. 60946b5 Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)." by ajohnsen@google.com · 12 years ago
  70. 81290b9 Trying another fix. by ajohnsen@google.com · 12 years ago
  71. 423025b Attempt to fix strict align issue. by ajohnsen@google.com · 12 years ago
  72. 20d1f5d Add new InternetAddress class with a static lookup function (including IPv6 results). by ajohnsen@google.com · 12 years ago
  73. 8e2bd19 Disable a stack frame test in checked mode on simulated MIPS. by zra@google.com · 12 years ago
  74. 4190de5 Enables stack frame vm tests on MIPS. by zra@google.com · 12 years ago
  75. 6973643 Implements catch on MIPS. Enables UnhandledException test for MIPS. by zra@google.com · 12 years ago
  76. 08c99e8 Inline Float32x4 Getters by johnmccutchan@google.com · 12 years ago
  77. 5c785e4 Add fallback to load the original version of dart:io library by podivilov@google.com · 12 years ago
  78. ad6005e Support debugger API on ARM. by regis@google.com · 12 years ago
  79. 78e4473 Yet another couple by ager@google.com · 12 years ago
  80. 6d8365e Update more fingerprints. by ager@google.com · 12 years ago
  81. a52499a Fixing more fingerprints. What is the right way to find all of these? by ager@google.com · 12 years ago
  82. be777a1a Fix another unused-private-field clang error. by kmillikin@google.com · 12 years ago
  83. 4f1a6ec More fixes. Thanks to Slava for reminding me of check-function-fingerprints flag. by ager@google.com · 12 years ago
  84. 63c9818 Fix wrong typed_data change. by ager@google.com · 12 years ago
  85. 431954b Rename dart:typeddata to dart:typed_data. by ager@google.com · 12 years ago
  86. 554a845 Make List.remove return boolean. by lrn@google.com · 12 years ago
  87. 207d8eb Optimize static field and context load/stores as part of CSE pass. by vegorov@google.com · 12 years ago
  88. afcb3ce Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)" by sgjesse@google.com · 12 years ago
  89. 042dbc4 Anoher try to avoid GCC strict-aliasing error by sgjesse@google.com · 12 years ago
  90. 6b4d9bf Try to avoid GCC strict-aliasing error by sgjesse@google.com · 12 years ago
  91. b33d142 Add new InternetAddress class with a static lookup function (including IPv6 results). by ajohnsen@google.com · 12 years ago
  92. 9eab35b - Remove redundant include of platform/globals.h. by iposva@google.com · 12 years ago
  93. efcd056 Support upgrading sockets to secure sockets by sgjesse@google.com · 12 years ago
  94. 6c4ac09 - Remove heap tracing. by iposva@google.com · 12 years ago
  95. d41cdc6 Mark Float32x4List as fixed length array. by johnmccutchan@google.com · 12 years ago
  96. e411541 Implements exception handler stub on MIPS. by zra@google.com · 12 years ago
  97. 72a4fed Implement list isolates command by hausner@google.com · 12 years ago
  98. 682cff0 Implements context allocation stub for MIPS. by zra@google.com · 12 years ago
  99. f74e8a0 Revert "- Do not keep growing when creating Lists from Iterables." by floitsch@google.com · 12 years ago
  100. 8b62471 - Check for error when creating the source string. by iposva@google.com · 12 years ago