0.8.2.3
  1. 28fae98 Version 0.8.2.3 by ricow@google.com · 10 years ago 0.8.2.3
  2. 0f7a0bd Rename runAsync to scheduleMicrotask. by floitsch@google.com · 12 years ago
  3. 564fbb6 Add proper API for creating private symbols wrt a library. by rmacnak@google.com · 12 years ago
  4. fcadf9f Overlap type arguments of a type with the type arguments of its super type by regis@google.com · 12 years ago
  5. fb6249e Add unit tests to cover stack inspect in the presence of closure calls by turnidge@google.com · 12 years ago
  6. c07e740 - Make sure values are "used" as part of ASSERT even when compiling optimized. by iposva@google.com · 12 years ago
  7. d69461b VM: Fix performance regression introduced by r28408. by fschneider@google.com · 12 years ago
  8. 4be547c Adapt streams for additional stackTrace argument. by floitsch@google.com · 12 years ago
  9. 171c6d7 Optimize some collection operations. by lrn@google.com · 12 years ago
  10. 04c230b Add Set.lookup method to get the instance in the set. by lrn@google.com · 12 years ago
  11. 0ca8374 Modifications to TypeVariableMirror implementation to accommodate expected hoisting of methods from ClassMirror to TypeMirror. by gbracha@google.com · 12 years ago
  12. 8a0d62f Substitution for type variables in mirrors on instantiated generics. by rmacnak@google.com · 12 years ago
  13. 15bc5b9 Disallow extending a malformed type (issue 13940). by regis@google.com · 12 years ago
  14. 42ceee4 Allow malbounded literal types (fix issue 13952). by regis@google.com · 12 years ago
  15. afb372d Fix checked mode failure by turnidge@google.com · 12 years ago
  16. 3fa1374 Fix compiler error that wasn't showing up on my platform. by turnidge@google.com · 12 years ago
  17. b15b293 Allow the debugger to inspect local variables from optimized and inlined frames. by turnidge@google.com · 12 years ago
  18. 90895e8 Forward stores to loads for SIMD arrays by johnmccutchan@google.com · 12 years ago
  19. 2786add Initial GUI for VM service by johnmccutchan@google.com · 12 years ago
  20. c9504a7 Bump inlining size threshold. by fschneider@google.com · 12 years ago
  21. 7fec019 Revert 28422 by johnmccutchan@google.com · 12 years ago
  22. 5a5850d Optimize away empty string sections in string interpolation by hausner@google.com · 12 years ago
  23. 209d858 Initial GUI for VM service by johnmccutchan@google.com · 12 years ago
  24. 6ed9f2c Implement constructor kinds in the VM mirrors. by rmacnak@google.com · 12 years ago
  25. 0fdb309 Prefix compile-time typedef checks with __attribute__((unused)) by cbracken@google.com · 12 years ago
  26. b87ef6a Final variables induce a setter that throws NSME by hausner@google.com · 12 years ago
  27. 334fd6b Mark spawnFunction tests as Fail on Dartium by vsm@google.com · 12 years ago
  28. 9641c3e Fix snapshot generation to ensure that the snapshot does not contain by asiva@google.com · 12 years ago
  29. 974d4f1 Use the methods recommended by ARM to flush ICache. by zra@google.com · 12 years ago
  30. d787372 Last cleanup int -> intptr_t. Also removed a hack (boolean is not an integer). by srdjan@google.com · 12 years ago
  31. ed4621d Use HasTypeArguments instead of first computing NumTypeArguments(); by asiva@google.com · 12 years ago
  32. f21708a - Dart_ObjectIsType was allowing classes as parameter, changed it to only by asiva@google.com · 12 years ago
  33. 3190d33 Adds Android as an allowed OS for ARM build. by zra@google.com · 12 years ago
  34. 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
  35. 3a8252f Cleanups: int -> intptr_t for "array" lengths, memory sizes. by srdjan@google.com · 12 years ago
  36. 321c9fe Rewrite Class::HasTypeArguments() for efficiency. by regis@google.com · 12 years ago
  37. e3713a0 Make List.shuffle take an optional Random object to use. by lrn@google.com · 12 years ago
  38. 5e817c1 It is not an error anymore to leave an instance final field uninitialized. by regis@google.com · 12 years ago
  39. 1676113 Fix runtimeType for strings, integers and double: return their interface type. by srdjan@google.com · 12 years ago
  40. 3423572 - Harden coverage generation, by not attempting to compile by iposva@google.com · 12 years ago
  41. 21cefcd Add a new method Dart_InvokeConstructor to allow invocation of generative by asiva@google.com · 12 years ago
  42. 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
  43. 30e5368 Fix bug in inlining of []= operators. by fschneider@google.com · 12 years ago
  44. 1cd2ad7 Fix for 12312 (Dartium crash when reloading after running tests). by asiva@google.com · 12 years ago
  45. 299b95c Skip AssertAssignable in code generator if optimizer could establish that by regis@google.com · 12 years ago
  46. 8fa41d5 Compile error on const instance variables by hausner@google.com · 12 years ago
  47. ecc0213 Better error message when attempting to import dart:html on the stand-alone VM. by rmacnak@google.com · 12 years ago
  48. b56528f Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode. by rmacnak@google.com · 12 years ago
  49. 3c0c99a Add Directory.systemTemp getter to replace createSystemTemp(). by whesse@google.com · 12 years ago
  50. 55a8a72 Add List.shuffle(). by lrn@google.com · 12 years ago
  51. 2cff019 Polymorphic inlining for []= operators. by fschneider@google.com · 12 years ago
  52. 7efd22a Fix build: - Update Symbol name. by iposva@google.com · 12 years ago
  53. e7e2e4b - Rename arrays to lists: by iposva@google.com · 12 years ago
  54. 3f238a0 Add type check to const conditional expression evaluation by hausner@google.com · 12 years ago
  55. fbec69d - Fix typos and add comments. by iposva@google.com · 12 years ago
  56. 07366f0 Disable string interpolation optimization until fixed. by srdjan@google.com · 12 years ago
  57. 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
  58. 35da9f1 Fix GuardFieldInstr on IA32 by johnmccutchan@google.com · 12 years ago
  59. 0b57a04 Bug fix in load elimination, constant propagation for LoadClassId. by fschneider@google.com · 12 years ago
  60. 24d089f - Eliminated the excessive prefixing in the renamer of dart2dart. by bak@google.com · 12 years ago
  61. b568dd8 Call correct FATAL macro in EventHandler. by ajohnsen@google.com · 12 years ago
  62. b960f8f Speed up gen_snapshot by writing all bytes at once. by ajohnsen@google.com · 12 years ago
  63. a86f11f IssueRead for DirectoryWatcherHandle as soon as the watcher starts. by ajohnsen@google.com · 12 years ago
  64. 0420c6b8 Reuse thread when writing stdout/stderr on Windows. by ajohnsen@google.com · 12 years ago
  65. 22d2031 Implement testing support for "--compiler=none --runtime=dartium" by kustermann@google.com · 12 years ago
  66. 3a19cdd Respond to Ivan's code review comments from previous TBR cl. by jacobr@google.com · 12 years ago
  67. 4882c51 Support compile time constant conditional expressions by hausner@google.com · 12 years ago
  68. baeb23f Refactor some deoptimization code. by turnidge@google.com · 12 years ago
  69. b6b3e1f Factor out throwing of argument error. by srdjan@google.com · 12 years ago
  70. 79b9edb Do not share type arguments of mixin types, but clone them to avoid finalization by regis@google.com · 12 years ago
  71. ab2d2fc Make ClassMirror.newInstance deal with reordered etc type arguments for redirecting factories. by rmacnak@google.com · 12 years ago
  72. 1ea4547 Disallow double in case clauses and const map literal keys by hausner@google.com · 12 years ago
  73. 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
  74. e5982dc Fix breakage from r28097 by whesse@google.com · 12 years ago
  75. b221c70 dart:io | Add Directory.CreateSystemTemp(template) and change Directory.CreateTemp(template). by whesse@google.com · 12 years ago
  76. 33c74ee Remove usage of legacy inet_ntop from dart:io. by ajohnsen@google.com · 12 years ago
  77. b9715d2 x64: Use a short encoding of addq and subq for 32-bit immediates. by kmillikin@google.com · 12 years ago
  78. e375053 Pattern match on generated code to find edge counters. by kmillikin@google.com · 12 years ago
  79. a329b0e Dart VM: Simplify code generation for equality operators. by fschneider@google.com · 12 years ago
  80. 9278e87 Use int for size when printing to stdout. by ajohnsen@google.com · 12 years ago
  81. db94aec Always mark stdout as blocking when using 'print'. by ajohnsen@google.com · 12 years ago
  82. da160cd TBR: fix build break by jacobr@google.com · 12 years ago
  83. 1548768 TBR: fix build break by jacobr@google.com · 12 years ago
  84. 636d137 Fix for issue where external one byte strings cannot be escaped. This occured in practice when requesting all library names for a Polymer.dart example The likely reason why the issue occurs in this case but not others is that some of the libraries are generated using data urls. Added some tests for EscapeSpecialCharacters as it did not have any tests. by jacobr@google.com · 12 years ago
  85. 7a41b5a Fixed x64 assembler tests that load large immediates. by zra@google.com · 12 years ago
  86. e75bbe2 Eliminates more large immediates from x64 code. by zra@google.com · 12 years ago
  87. 1a9d6cf Adds the BreakpointRuntime stub to ARM and MIPS. by zra@google.com · 12 years ago
  88. fcb84c8 Fix expression evaluation in library context by hausner@google.com · 12 years ago
  89. 5b95688 dart:io | Remove unused asynchronous file request enums. by whesse@google.com · 12 years ago
  90. 031dcbe Don't emit errors from the socket when we are closing it down. by ajohnsen@google.com · 12 years ago
  91. e9f0b93 Revert r28050 due to crashes with --optimization-counter-threshold=5. by fschneider@google.com · 12 years ago
  92. acb389d Optimize conditional branches that have same true/false targets. by fschneider@google.com · 12 years ago
  93. f4aaf70 Change type of Dart_PersistentHandle to be the same as Dart_Handle so that by asiva@google.com · 12 years ago
  94. 8912fdd Rename NativeReceiver to NativeArg0 as this method is used not necessarily by asiva@google.com · 12 years ago
  95. 1941e15 Improve code coverage generation. by mlippautz@google.com · 12 years ago
  96. bbbe821 - Add special access for receiver as it is a frequently used operation by asiva@google.com · 12 years ago
  97. db2516d Add a is_recognized bit to function kind field. Improves performance of method recognizer and thus the compilation speed. by srdjan@google.com · 12 years ago
  98. fcdf8f3 Remove openglui embedder code by vsm@google.com · 12 years ago
  99. 292d8c9 Fix 13594. by asiva@google.com · 12 years ago
  100. b7dbaaa Slight optimization of case clause type checks by hausner@google.com · 12 years ago