0.2.4.1
  1. 927aa56 Include command in ProcessException. by ager@google.com · 13 years ago
  2. 01a3127 Make creation of list literal more resilient to changes in the underlying by regis@google.com · 13 years ago
  3. f9ab2fd Disallow const native factories by hausner@google.com · 13 years ago
  4. e1adedb Revert OneByteString back to ISO Latin-1 instead of ASCII by asiva@google.com · 13 years ago
  5. 271a1f9 - Add functionality to morph a string into an external string by asiva@google.com · 13 years ago
  6. d0fe936 Fixed missing O_CLOEXEC in Mac OS by kustermann@google.com · 13 years ago
  7. fb093fd Added O_CLOEXEC to the flags parameter of open() calls by kustermann@google.com · 13 years ago
  8. 0b89690 Remove overhead of socket testing flags by storing the value in a static. by ager@google.com · 13 years ago
  9. 6d1cda3 Added FD_CLOEXEC flag to client/server socket file descriptors by kustermann@google.com · 13 years ago
  10. 7d83493 Don't copy Int8Arrays when passing them in as lists of bytes and don't by ager@google.com · 13 years ago
  11. a5917a5 - Make sure to add predefined symbols into the current symbol table after growth. by iposva@google.com · 13 years ago
  12. a64fd27 Address comments to r14887 by sgjesse@google.com · 13 years ago
  13. 67e8d8e Fix build failure on linux. by asiva@google.com · 13 years ago
  14. 99ff4ce Address Florian's comments: use restricted lazy deoptimization, fix typo. by srdjan@google.com · 13 years ago
  15. 7eb3efc Fix native argument handling by hausner@google.com · 13 years ago
  16. bb1039f Do not try to write ContextScope into a snapshot. by asiva@google.com · 13 years ago
  17. b477e4d Fail new space promotions only when old space is truly exhausted. by cshapiro@google.com · 13 years ago
  18. fc4f5c0 Upon script loading deoptimize only functions whose owener has been subclassed, as that is the only CHA optimizations being applied to the code at the moment. by srdjan@google.com · 13 years ago
  19. 4027860 Throw illegal argument exception when by asiva@google.com · 13 years ago
  20. 868f994 Remove unused files. Review URL: https://codereview.chromium.org//11365262 by srdjan@google.com · 13 years ago
  21. 8af5f5e Fix result type checking of redirecting factory in checked mode (issue 6596). by regis@google.com · 13 years ago
  22. 1d760bc Never compile a redirecting factory (issue 6697). by regis@google.com · 13 years ago
  23. 105c7f1 Add some makefiles generated by gyp for newly added targets to .gitignore. by whesse@google.com · 13 years ago
  24. 3e2f323 Dynamic -> dynamic. by floitsch@google.com · 13 years ago
  25. 9dfdb48 Add a TlsSocket class to dart:io, that implements secure client sockets using TLS (SSL). by whesse@google.com · 13 years ago
  26. cde0bb0 Add support for non ASCII strings when communicating with native ports by sgjesse@google.com · 13 years ago
  27. 02a8df0 Remove private class helping the parser to construct literal lists and maps. by regis@google.com · 13 years ago
  28. 59a1f74 Enable inlining of functions containing instance-of. by fschneider@google.com · 13 years ago
  29. 439110b Move lazy deoptimization of all optimized code from top level parsing to end of class finalization (after installing new classes, and --use_cha, we need to invalidate some optimzied code) by srdjan@google.com · 13 years ago
  30. b38ad8f Count per check hits in ICData. by vegorov@google.com · 13 years ago
  31. ebc3402 Create symbols for string constants. by regis@google.com · 13 years ago
  32. 569322c Improve SHR by using range information for the shift count. by fschneider@google.com · 13 years ago
  33. 7614e95 Check result type of redirecting factory in checked mode. by regis@google.com · 13 years ago
  34. 7375693 In optimized code use IC calls for instance calls that have no IC data instead of deoptimizing. The optimized IC call increments usage counter and reoptimizes optimized function if the threshold is met. by srdjan@google.com · 13 years ago
  35. 28b4314 Update dart:io to convert strings between UTF8 and current code page by ager@google.com · 13 years ago
  36. b7b3bb5 Make ReceivePort an abstract class. by ajohnsen@google.com · 13 years ago
  37. 87eec0e Revert "Exception no longer an interface." by lrn@google.com · 13 years ago
  38. def3ee6 Exception no longer an interface. by lrn@google.com · 13 years ago
  39. 92045c8 Change gyp flag from in_dartium to dart_io_support. by whesse@google.com · 13 years ago
  40. 25d2147 Change the VM-specific crypto interfaces to asbstract classes. by ajohnsen@google.com · 13 years ago
  41. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  42. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  43. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  44. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  45. 4ca0c72 Enforce proper library/import syntax by hausner@google.com · 13 years ago
  46. f46860b Eradicate CallSiteInliner::next_ssa_temp_index_. by vegorov@google.com · 13 years ago
  47. 1fad631 Do not add InstantiatedTypeArgument entries into cache as they cannot be canonicalized. Limit the maximum subtype cache size, so that it does not become brobdingnagian and thus slows the GC. by srdjan@google.com · 13 years ago
  48. 4a0f4b0 Fix debugger test Review URL: https://codereview.chromium.org//11369203 by hausner@google.com · 13 years ago
  49. c9c79e6 - Fix x64 build. Review URL: https://codereview.chromium.org//11362214 by iposva@google.com · 13 years ago
  50. 0c6ff65 - Do not mix scalar values and object fields in RawInstance to by iposva@google.com · 13 years ago
  51. 959f9ab More function literal changes in tests. by hausner@google.com · 13 years ago
  52. 8aa175b Restrict immediate operands to smi where only smis are supported. by fschneider@google.com · 13 years ago
  53. b2cbdba Remove named function literals from library and tests by hausner@google.com · 13 years ago
  54. 2e21fbd Fix for issue 6623 - Canonicalize implicit static closure objects. by asiva@google.com · 13 years ago
  55. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  56. 1555c1d Convert String to a class. by lrn@google.com · 13 years ago
  57. 40276f8 Fix result type checking of factory constructors of generic classes in VM. by regis@google.com · 13 years ago
  58. dc8115e Remove unused/not working function tracing flag and functionality. by srdjan@google.com · 13 years ago
  59. a42474b Reland: Improve smi shift operations and avoid repeated deoptimizations. by fschneider@google.com · 13 years ago
  60. 53a7565 Fix Code::ToCString. by kmillikin@google.com · 13 years ago
  61. d131fa7 Disable NSS build targets in a Dartium build. by whesse@google.com · 13 years ago
  62. 35e84d8 Change names of all NSS gyp targets, so they don't conflict with the Chromium target names. by whesse@google.com · 13 years ago
  63. 4cf65ab Add gyp files to build NSS in Dart by whesse@google.com · 13 years ago
  64. 2fdbeb2 Make sure that ParsedFunction holds onto zone handles. by srdjan@google.com · 13 years ago
  65. be175c7 Implement const expressions for local variables by hausner@google.com · 13 years ago
  66. a830c7c Revert r14711 and r14709 because of test failures. by fschneider@google.com · 13 years ago
  67. c93feb7 Fix broken VM build. by fschneider@google.com · 13 years ago
  68. 0f25108 Improve smi shift operations and avoid repeated deoptimizations. by fschneider@google.com · 13 years ago
  69. 78c5832 Use structural loop info computed by register allocator to mark loop phis. by vegorov@google.com · 13 years ago
  70. 96016f9 Fix library syntax Review URL: https://codereview.chromium.org//11368124 by gram@google.com · 13 years ago
  71. d372a81 Pass closure object as first implicit argument to closure functions. by regis@google.com · 13 years ago
  72. 48aed26 Fix bug 6586: by iposva@google.com · 13 years ago
  73. 677bbd7 "Reverting 14684" - Building NSS libraries. It is causing local compilation failures. by whesse@google.com · 13 years ago
  74. 6845644 Add gyp files to build NSS in Dart by whesse@google.com · 13 years ago
  75. 28cfcec Move Platform class to dartlib_io target. by whesse@google.com · 13 years ago
  76. ad4681a When building standalone Dart executable, put implementation of dart:io natives in a separate library. by whesse@google.com · 13 years ago
  77. 7c8923b Try allocating loop phi into a register even if phi has only unconstrained uses but there are cheap eviction candidates: values that come into the loop and have only unconstrained uses in it. by vegorov@google.com · 13 years ago
  78. 160c56e Add flag --remove-redundant-phis, default to false until incorrect code generation is fixed. This CL makes all test pass with --optimization-counter-threshold=5 . by srdjan@google.com · 13 years ago
  79. 61caff8 Change dart_no_snapshot to run native extensions. by whesse@google.com · 13 years ago
  80. 80a4b76 Fixed disabling inlining of static calls that were not executed. by srdjan@google.com · 13 years ago
  81. 9cb8c71 Fix bug 4534: by iposva@google.com · 13 years ago
  82. 9a4e7b0 Do not inline static calls that have not been executed in unoptimized code: the inlined function does not have type feedback that takes that call's arguments into account. As a side effect, it fixes a crash in smi-equality. by srdjan@google.com · 13 years ago
  83. 323c735 Make sure setter does not conflict with method by hausner@google.com · 13 years ago
  84. 657358e Avoid duplicate null checks when calling SetRaw from InitializeHandle by asiva@google.com · 13 years ago
  85. ab2cf23 Fix length computation in Dart_StringToUTF8. by asiva@google.com · 13 years ago
  86. 99c505e Fix various inheritance bugs by hausner@google.com · 13 years ago
  87. f4fc4f8 Fix some warnings generated when -Wconversion-null is used. by asiva@google.com · 13 years ago
  88. c1d07c4 Added a unit test case for issue 6448 by asiva@google.com · 13 years ago
  89. 48a8be1 Fix compiler warning. Review URL: https://codereview.chromium.org//11364084 by asiva@google.com · 13 years ago
  90. b509fa6 Made string sub-classes friends of Object, to give them access to Object::Allocate when compiling with clang. by tball@google.com · 13 years ago
  91. 209499c Merged String subclasses into String. by tball@google.com · 13 years ago
  92. 2148b51 Do not copy type parameter bound from declaration to reference, since we are by regis@google.com · 13 years ago
  93. 32c54b3 Remove special meaning when usage counter reaches the threshold. by srdjan@google.com · 13 years ago
  94. c884187 Revert commit 14524, which builds NSS and NSPR libraries, for secure networking. by whesse@google.com · 13 years ago
  95. fcd4c3d This change depends on changelist 11341038, which checks out third_party/nss and related libraries from the Chromium repository into third_party in the Dart repository, and on changelist 11343039, which adds platform-specific files for linux to the Chromium repository. by whesse@google.com · 13 years ago
  96. 95c7971 Make library, import, export, part pseudo-keywords by hausner@google.com · 13 years ago
  97. a397650 For megamorphic calls (IC calls in optimized code), use a stub without attempting to count usage of function. by srdjan@google.com · 13 years ago
  98. 078bc44a Various little cleanups to avoid excessive allocation of handles. by srdjan@google.com · 13 years ago
  99. cc155a8 Add missing path_separator arguments after sdk paths became deeper. by dgrove@google.com · 13 years ago
  100. 5b6e1a3 Fix a few more dregs from sdk move by dgrove@google.com · 13 years ago