0.8.3.0
  1. 0be514a - Add more data collection to the scavenger. - Fix runtime/PRESUBMIT.py script. by iposva@google.com · 12 years ago
  2. 22628ce Output character literals rather than ints in create_resources.py by cbracken@google.com · 12 years ago
  3. 14b7cc4 Temporary disable string-interpolation constant folding until failures witj --optimization-counter-threshold=5 are resolved. by srdjan@google.com · 12 years ago
  4. b83bda9 Add new style of string interpolation optimization: new nodes, working constant folding. by srdjan@google.com · 12 years ago
  5. cb7711e Reorganize VM Service client. by johnmccutchan@google.com · 12 years ago
  6. 4ee18d0 - Rearrange bits in the bitfields to get better compaction, this reduces by asiva@google.com · 12 years ago
  7. ed801a1 VM: Fix bug with evaluation order of static setter invocation. by fschneider@google.com · 12 years ago
  8. 8b1d572 Change "typedef" to "class" in core library and related tests. by lrn@google.com · 12 years ago
  9. 2d59eb0 Throw a dynamic type error instead of a CastError in a type cast with a by regis@google.com · 12 years ago
  10. e8d030b Do not hide membership of implementation classes in dart:core. by rmacnak@google.com · 12 years ago
  11. 5d79a9a Allow an interface to be (mal)bounded (fix issue 14118). by regis@google.com · 12 years ago
  12. 6a0fb0d Handle recursive list structures in debugger by hausner@google.com · 12 years ago
  13. 2ad40bc When a value has been optimized away by the compiler, set its value to by turnidge@google.com · 12 years ago
  14. 2f900da Cache number of type arguments in class object instead of recalculating it. by regis@google.com · 12 years ago
  15. b4b7e58 Allow access to context variables in optimized/inlined frames. by turnidge@google.com · 12 years ago
  16. 732ab1c Add factory-method for scheduleMicrotask, as well as a (failing) test. by ajohnsen@google.com · 12 years ago
  17. c646aed Implement new mixin application syntax by hausner@google.com · 12 years ago
  18. 10e9a79 Make print interceptable. by floitsch@google.com · 12 years ago
  19. b5465cf VM: Fix bug in canonicalization of identical in the optimizing compiler. by fschneider@google.com · 12 years ago
  20. eb18535 Document equality and compareTo of numbers. by lrn@google.com · 12 years ago
  21. 86606af Forgot to submit the cleanup. by srdjan@google.com · 12 years ago
  22. 2f0a906 Cleanups, refactoring in anticipation of new string interpolation nodes. Removed unnecessary code. by srdjan@google.com · 12 years ago
  23. 951ff15 Add back native tracing to optimized code. Tracing natives is an important part of perfromance analysis and should therefore be available in optiumized VM as well. No performance implications are expected. by srdjan@google.com · 12 years ago
  24. e9e3dd9 Formatter library entry-point for the masses (w/ gypi update). by pquitslund@google.com · 12 years ago
  25. 99ce667 Fix a typo in debugger.cc that was causing variable bounds checking to by turnidge@google.com · 12 years ago
  26. 06ace75 Improve --optimization-filter to accept a comma-separated list of strings. by fschneider@google.com · 12 years ago
  27. 8922b10 Add EfficientLength marker interface to some iterabels. by lrn@google.com · 12 years ago
  28. 0f7a0bd Rename runAsync to scheduleMicrotask. by floitsch@google.com · 12 years ago
  29. 564fbb6 Add proper API for creating private symbols wrt a library. by rmacnak@google.com · 12 years ago
  30. fcadf9f Overlap type arguments of a type with the type arguments of its super type by regis@google.com · 12 years ago
  31. fb6249e Add unit tests to cover stack inspect in the presence of closure calls by turnidge@google.com · 12 years ago
  32. c07e740 - Make sure values are "used" as part of ASSERT even when compiling optimized. by iposva@google.com · 12 years ago
  33. d69461b VM: Fix performance regression introduced by r28408. by fschneider@google.com · 12 years ago
  34. 4be547c Adapt streams for additional stackTrace argument. by floitsch@google.com · 12 years ago
  35. 171c6d7 Optimize some collection operations. by lrn@google.com · 12 years ago
  36. 04c230b Add Set.lookup method to get the instance in the set. by lrn@google.com · 12 years ago
  37. 0ca8374 Modifications to TypeVariableMirror implementation to accommodate expected hoisting of methods from ClassMirror to TypeMirror. by gbracha@google.com · 12 years ago
  38. 8a0d62f Substitution for type variables in mirrors on instantiated generics. by rmacnak@google.com · 12 years ago
  39. 15bc5b9 Disallow extending a malformed type (issue 13940). by regis@google.com · 12 years ago
  40. 42ceee4 Allow malbounded literal types (fix issue 13952). by regis@google.com · 12 years ago
  41. afb372d Fix checked mode failure by turnidge@google.com · 12 years ago
  42. 3fa1374 Fix compiler error that wasn't showing up on my platform. by turnidge@google.com · 12 years ago
  43. b15b293 Allow the debugger to inspect local variables from optimized and inlined frames. by turnidge@google.com · 12 years ago
  44. 90895e8 Forward stores to loads for SIMD arrays by johnmccutchan@google.com · 12 years ago
  45. 2786add Initial GUI for VM service by johnmccutchan@google.com · 12 years ago
  46. c9504a7 Bump inlining size threshold. by fschneider@google.com · 12 years ago
  47. 7fec019 Revert 28422 by johnmccutchan@google.com · 12 years ago
  48. 5a5850d Optimize away empty string sections in string interpolation by hausner@google.com · 12 years ago
  49. 209d858 Initial GUI for VM service by johnmccutchan@google.com · 12 years ago
  50. 6ed9f2c Implement constructor kinds in the VM mirrors. by rmacnak@google.com · 12 years ago
  51. 0fdb309 Prefix compile-time typedef checks with __attribute__((unused)) by cbracken@google.com · 12 years ago
  52. b87ef6a Final variables induce a setter that throws NSME by hausner@google.com · 12 years ago
  53. 334fd6b Mark spawnFunction tests as Fail on Dartium by vsm@google.com · 12 years ago
  54. 9641c3e Fix snapshot generation to ensure that the snapshot does not contain by asiva@google.com · 12 years ago
  55. 974d4f1 Use the methods recommended by ARM to flush ICache. by zra@google.com · 12 years ago
  56. d787372 Last cleanup int -> intptr_t. Also removed a hack (boolean is not an integer). by srdjan@google.com · 12 years ago
  57. ed4621d Use HasTypeArguments instead of first computing NumTypeArguments(); by asiva@google.com · 12 years ago
  58. f21708a - Dart_ObjectIsType was allowing classes as parameter, changed it to only by asiva@google.com · 12 years ago
  59. 3190d33 Adds Android as an allowed OS for ARM build. by zra@google.com · 12 years ago
  60. 41f0d0e Correctly report the type of initializing formals declared without an explicit type to be the type of the corresponding field. by rmacnak@google.com · 12 years ago
  61. 3a8252f Cleanups: int -> intptr_t for "array" lengths, memory sizes. by srdjan@google.com · 12 years ago
  62. 321c9fe Rewrite Class::HasTypeArguments() for efficiency. by regis@google.com · 12 years ago
  63. e3713a0 Make List.shuffle take an optional Random object to use. by lrn@google.com · 12 years ago
  64. 5e817c1 It is not an error anymore to leave an instance final field uninitialized. by regis@google.com · 12 years ago
  65. 1676113 Fix runtimeType for strings, integers and double: return their interface type. by srdjan@google.com · 12 years ago
  66. 3423572 - Harden coverage generation, by not attempting to compile by iposva@google.com · 12 years ago
  67. 21cefcd Add a new method Dart_InvokeConstructor to allow invocation of generative by asiva@google.com · 12 years ago
  68. 2ae1640 Fix issue 13474. Simplify graph builder for Boolean operators AND, OR: do not optimize code when the result of the Boolean operator is not used. by srdjan@google.com · 12 years ago
  69. 30e5368 Fix bug in inlining of []= operators. by fschneider@google.com · 12 years ago
  70. 1cd2ad7 Fix for 12312 (Dartium crash when reloading after running tests). by asiva@google.com · 12 years ago
  71. 299b95c Skip AssertAssignable in code generator if optimizer could establish that by regis@google.com · 12 years ago
  72. 8fa41d5 Compile error on const instance variables by hausner@google.com · 12 years ago
  73. ecc0213 Better error message when attempting to import dart:html on the stand-alone VM. by rmacnak@google.com · 12 years ago
  74. b56528f Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode. by rmacnak@google.com · 12 years ago
  75. 3c0c99a Add Directory.systemTemp getter to replace createSystemTemp(). by whesse@google.com · 12 years ago
  76. 55a8a72 Add List.shuffle(). by lrn@google.com · 12 years ago
  77. 2cff019 Polymorphic inlining for []= operators. by fschneider@google.com · 12 years ago
  78. 7efd22a Fix build: - Update Symbol name. by iposva@google.com · 12 years ago
  79. e7e2e4b - Rename arrays to lists: by iposva@google.com · 12 years ago
  80. 3f238a0 Add type check to const conditional expression evaluation by hausner@google.com · 12 years ago
  81. fbec69d - Fix typos and add comments. by iposva@google.com · 12 years ago
  82. 07366f0 Disable string interpolation optimization until fixed. by srdjan@google.com · 12 years ago
  83. 008229f Optimize string interpolation by running it at compile time if all inputs are constant. This is done during constant propagation, however, the argument construction instructions must be removed manually. It is unclear how safe it is to modify graph during constant propagation. by srdjan@google.com · 12 years ago
  84. 35da9f1 Fix GuardFieldInstr on IA32 by johnmccutchan@google.com · 12 years ago
  85. 0b57a04 Bug fix in load elimination, constant propagation for LoadClassId. by fschneider@google.com · 12 years ago
  86. 24d089f - Eliminated the excessive prefixing in the renamer of dart2dart. by bak@google.com · 12 years ago
  87. b568dd8 Call correct FATAL macro in EventHandler. by ajohnsen@google.com · 12 years ago
  88. b960f8f Speed up gen_snapshot by writing all bytes at once. by ajohnsen@google.com · 12 years ago
  89. a86f11f IssueRead for DirectoryWatcherHandle as soon as the watcher starts. by ajohnsen@google.com · 12 years ago
  90. 0420c6b8 Reuse thread when writing stdout/stderr on Windows. by ajohnsen@google.com · 12 years ago
  91. 22d2031 Implement testing support for "--compiler=none --runtime=dartium" by kustermann@google.com · 12 years ago
  92. 3a19cdd Respond to Ivan's code review comments from previous TBR cl. by jacobr@google.com · 12 years ago
  93. 4882c51 Support compile time constant conditional expressions by hausner@google.com · 12 years ago
  94. baeb23f Refactor some deoptimization code. by turnidge@google.com · 12 years ago
  95. b6b3e1f Factor out throwing of argument error. by srdjan@google.com · 12 years ago
  96. 79b9edb Do not share type arguments of mixin types, but clone them to avoid finalization by regis@google.com · 12 years ago
  97. ab2d2fc Make ClassMirror.newInstance deal with reordered etc type arguments for redirecting factories. by rmacnak@google.com · 12 years ago
  98. 1ea4547 Disallow double in case clauses and const map literal keys by hausner@google.com · 12 years ago
  99. 30197aab Improve performance of string buffer by modifying concatAll native to allow growable array and an interval. Eliminate unnecessary check for String elements in release mode. by srdjan@google.com · 12 years ago
  100. e5982dc Fix breakage from r28097 by whesse@google.com · 12 years ago