2.13.3
  1. 74b8195 [io/mac] Ensure FSEventsWatcher::Node is deleted synchronously with Callback that uses it. by Alexander Aprelev · 4 years, 3 months ago
  2. aff8f52 [vm/transferable] Adjust the test so it throws OOM on bionic. by Alexander Aprelev · 4 years, 3 months ago
  3. bab84f8 [io/file_watcher] Ensure start/stop file watching requests are run on dart thread. by Alexander Aprelev · 4 years, 3 months ago
  4. a290a06 [vm/compiler] Generate non-speculative Unbox instructions for Phis by Alexander Markov · 4 years, 3 months ago
  5. b99f016 [vm] Fix constant in PcRelativeCall pattern on x64 by Martin Kustermann · 4 years, 4 months ago
  6. d9e96c1 [vm/compiler] Fix relocator to take out-of-range backwards calls into acount by Martin Kustermann · 4 years, 4 months ago
  7. 707cd92 [vm/ffi] Fix representation of value for 8-bit and 16-bit FFI loads and stores by Alexander Markov · 4 years, 5 months ago
  8. a38a2dd [vm/aot] Fix retaining of targets of FFI callbacks in precompiler by Alexander Markov · 4 years, 5 months ago
  9. ee3a86d [vm] Avoid data race querying the new-space page cache. by Ryan Macnak · 4 years, 5 months ago
  10. a6ffc74 [vm] Switch most Instances whose layout is determined in C++ to compressed pointers. by Ryan Macnak · 4 years, 5 months ago
  11. 9302a74 [vm/concurrency] Assert that no SafepointRwLocks are acquired while in SafepointOperationScope. by Alexander Aprelev · 4 years, 5 months ago
  12. 39a2e69 Enable non-function type aliases by default in 2.13. by Leaf Petersen · 4 years, 5 months ago
  13. 8aee735 [gardening] Another comment update to trigger g3 bot by Alexander Aprelev · 4 years, 5 months ago
  14. a169752 [gardening] Fix comment to trigger g3 bot by Alexander Aprelev · 4 years, 5 months ago
  15. abdca81 Revert "[vm, service, observatory] Add ability to retrieve the set of all instances of a class, implementation hierarchy or interface hierarchy as an array." by Alexander Aprelev · 4 years, 5 months ago
  16. d32e86a [vm/debugger] Speed up Debugger::IsDebugging and Function::HasBreakpoint checks. by Alexander Aprelev · 4 years, 5 months ago
  17. 38d0528 [vm/compiler] Fix materialization of Float32List by Alexander Markov · 4 years, 5 months ago
  18. 6b42491 [wasm] Remove deprecated dart_enable_wasm flag. by Liam Appelbe · 4 years, 5 months ago
  19. 170bda2 [vm, service, observatory] Add ability to retrieve the set of all instances of a class, implementation hierarchy or interface hierarchy as an array. by Ryan Macnak · 4 years, 5 months ago
  20. 22e9b61 [vm/isolate] Fix problems with sending RegExp to newly spawned isolate. by Alexander Aprelev · 4 years, 5 months ago
  21. b888aeb [vm, compiler] Compute narrow types for unboxed fields even when their static types are wider than the unboxed type. by Ryan Macnak · 4 years, 5 months ago
  22. e190a85 [io/socket] Handle OSError returned by Socket_GetPort. by Alexander Aprelev · 4 years, 5 months ago
  23. 76e41bc [vm, compiler] Use correct size of Smi when truncating during constant folding. by Ryan Macnak · 4 years, 5 months ago
  24. e70690e [native_extensions] Convert uri to path so that on Windows native extension loading works. by Alexander Aprelev · 4 years, 5 months ago
  25. d0ee565 [VM/runtime] Fix optimization for reusing instantiator type argument vector. by Regis Crelier · 4 years, 5 months ago
  26. 2a14259fd [vm/compiler] Cleanup CheckedSmi* instructions by Alexander Markov · 4 years, 5 months ago
  27. db0fa84 [vm] Optimize get current thread id in Fuchsia. by Corey Tabaka · 4 years, 5 months ago
  28. 4bf6de7 [vm/compiler] Null-aware EqualityCompare instruction by Alexander Markov · 4 years, 5 months ago
  29. 9ca19ca [kernel] Change encoding of types in constants to not be offset by the context by Johnni Winther · 4 years, 5 months ago
  30. 43333c3 Revert "[vm/debugger] Fix deadlock around GroupDebugger::breakpoint_locations_lock." by Alexander Aprelev · 4 years, 5 months ago
  31. 6c710d2 [vm/debugger] Fix deadlock around GroupDebugger::breakpoint_locations_lock. by Alexander Aprelev · 4 years, 5 months ago
  32. fbc25f3 [vm, compiler] Avoid undefined behavior when tracking induction variables wraps around. by Ryan Macnak · 4 years, 5 months ago
  33. 13556d6 [cfe] Add DartType.toNonNull by Johnni Winther · 4 years, 5 months ago
  34. 2ac0590 [vm/debugger] Refactor NotifyCompilation from per-isolate to per-isolate_group. by Alexander Aprelev · 4 years, 5 months ago
  35. e35ba5b [VM/runtime] Consider trail when comparing type parameter and bounds of function types. by Regis Crelier · 4 years, 5 months ago
  36. 0ab30e5 [ Service ] Mark pause_on_exception_from_slow_path_test as Slow by Ben Konyi · 4 years, 5 months ago
  37. a4fa508 [dartfuzz] Add compressed pointer modes. by Ryan Macnak · 4 years, 5 months ago
  38. 6a6e08b Reapply "[vm, compiler] Convert binary Smi ops to graph intrinsics." by Ryan Macnak · 4 years, 6 months ago
  39. fa90073 [dartfuzz] Opt out of NNBD. by Ryan Macnak · 4 years, 6 months ago
  40. 320ad6a [vm/aot] Remove heuristic selection of checked Smi operations by Alexander Markov · 4 years, 6 months ago
  41. 024ff88 [vm/debugger] Refactor reference to Function out of BreakpointLocation. by Alexander Aprelev · 4 years, 6 months ago
  42. 2c371ff [vm, compiler] Respect --use_slow_path in CheckedSmiOp/Comparison. by Ryan Macnak · 4 years, 6 months ago
  43. 3b76190 [ Service ] Skip sigquit_starts_service_test on AppJIT configurations by Ben Konyi · 4 years, 6 months ago
  44. 1453eeb Reland "[vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE" by Martin Kustermann · 4 years, 6 months ago
  45. bf74cad [vm/compiler] Change when parents of local functions are retained. by Tess Strickland · 4 years, 6 months ago
  46. 45c4f58 [ Service ] Skip sigquit_starts_service_test on precompiled and simarm by Ben Konyi · 4 years, 6 months ago
  47. 4faadf1 [ VM / Service ] Fixed Observatory URI not being printed when service is by Ben Konyi · 4 years, 6 months ago
  48. c4bfca9 [ dart:io / package:vm_service ] Add HTTP request profiling service extensions by Ben Konyi · 4 years, 6 months ago
  49. b43e89c [ VM ] Cleanup timeline_test.cc by Ben Konyi · 4 years, 6 months ago
  50. e4ea8e8 [vm] Remove dead Function:IsInFactoryScope method. by Tess Strickland · 4 years, 6 months ago
  51. f412771 Revert "[vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE" by Martin Kustermann · 4 years, 6 months ago
  52. 6127386 [vm/compiler] Ensure allocate instructions have correctly pruned lazy deopt environment by Martin Kustermann · 4 years, 6 months ago
  53. 6a585a2 [vm/compiler] Assign deopt id to all allocation instructions by Martin Kustermann · 4 years, 6 months ago
  54. bdb77e4 [vm/compiler] Mark all allocation IR instructions as potentially throwing by Martin Kustermann · 4 years, 6 months ago
  55. ff1c9c9 [vm/compiler] Always allow CSE of LoadStaticField & loosen assertion in AllowsCSE by Martin Kustermann · 4 years, 6 months ago
  56. 2fa31c9 [vm/compiler] Explicitly use near jumps in InstantiateTypeArgumentsInstr by Martin Kustermann · 4 years, 6 months ago
  57. 5e88959 [ Service ] Deprecate CpuSamples.timeSpan by Ben Konyi · 4 years, 6 months ago
  58. d007362 [vm, gc] Mention handles in the high-level GC documentation. by Ryan Macnak · 4 years, 6 months ago
  59. 19b6790 [ VM ] Add missing locks in timeline recorder cleanup by Ben Konyi · 4 years, 6 months ago
  60. deb9467 [vm/compiler] Correctly prune environment for lazy-deopt in IR instructions by Martin Kustermann · 4 years, 6 months ago
  61. 043ea3b [vm/service] Fix tests in obfuscation by Daco Harkes · 4 years, 6 months ago
  62. dec7b4f [vm/compiler] Avoid pruning deopt environments during SSA construction by Martin Kustermann · 4 years, 6 months ago
  63. e7d3a60 [vm] Create more Function helper methods for code clarity. by Tess Strickland · 4 years, 6 months ago
  64. 5bfb36d [vm, compiler] Use leaf calls for exp and log. by Ryan Macnak · 4 years, 6 months ago
  65. 3b49fd8 [ VM / Service ] Add identityHashCode to @Instance and Instance responses by Ben Konyi · 4 years, 6 months ago
  66. 3ecbfd9 Revert "[ VM ] Ensure shared timeline objects are protected by locks" by Siva Annamalai · 4 years, 6 months ago
  67. ddcb60a Revert "[ VM ] Update Timeline tests to not use recorder->Clear()" by Siva Annamalai · 4 years, 6 months ago
  68. dfb009d [fuchsia] allow injecting the inspect node by Chase Latta · 4 years, 6 months ago
  69. d82ecdf [vm] Fix GCC build by Vyacheslav Egorov · 4 years, 6 months ago
  70. f063481 [ VM ] Update Timeline tests to not use recorder->Clear() by Ben Konyi · 4 years, 6 months ago
  71. dd9b00f [vm/concurrency/debugger] Fix lock acquisition to avoid deadlocks. by Alexander Aprelev · 4 years, 6 months ago
  72. 2c5b320 [vm/concurrency/debugger] Fix pool patching synchronization for lightweight isolates breakpoints. by Alexander Aprelev · 4 years, 6 months ago
  73. a62e144 [ VM ] Ensure shared timeline objects are protected by locks by Ben Konyi · 4 years, 6 months ago
  74. 77dc74b [vm/ffi] Support packed `Struct`s by Daco Harkes · 4 years, 6 months ago
  75. e7acc69 [vm/ffi] Support packed `Struct`s backend - part 2 by Daco Harkes · 4 years, 6 months ago
  76. 6d1ea68 [build] Move from the C++11 to the C++17 standard. by Tess Strickland · 4 years, 6 months ago
  77. caa31f5 [vm/compiler] Make codegen of InstantiateTypeArgumentsInstr sharable by Martin Kustermann · 4 years, 6 months ago
  78. 3930eb8 [gardening] Mark class as entrypoint to preserve name in obfuscation mode by Martin Kustermann · 4 years, 6 months ago
  79. d504084 [vm] Fix uses of NullIsAssignableTo at runtime. by Tess Strickland · 4 years, 6 months ago
  80. 9ad76fe7 [cfe] Support annotations on function type parameters by Johnni Winther · 4 years, 6 months ago
  81. c665bac [vm/compiler] Follow-up to SupportsUnboxedInt64 cleanup by Alexander Markov · 4 years, 6 months ago
  82. dbd2c76 [vm/compiler] Remove InstanceOf runtime call from IL instruction, call stub instead by Martin Kustermann · 4 years, 6 months ago
  83. da5fa77 [vm] Avoid populating page table entries for the compressed heap up front. by Ryan Macnak · 4 years, 6 months ago
  84. 19e5899 [vm] Switch most non-Instances to compressed pointers. by Ryan Macnak · 4 years, 6 months ago
  85. c5eaf31 Revert "[vm, compiler] Convert binary Smi ops to graph intrinsics." by Ryan Macnak · 4 years, 6 months ago
  86. 051ec30 [vm, compiler] Convert binary Smi ops to graph intrinsics. by Ryan Macnak · 4 years, 6 months ago
  87. 08295a8 [vm, compiler] Consider T{_IntegerImplementation} as equivalent to T{int} for optimization purposes. by Ryan Macnak · 4 years, 6 months ago
  88. 817582a [vm/compiler] Cleanup --no-unbox_mints flag and SupportsUnboxedInt64() by Alexander Markov · 4 years, 6 months ago
  89. 5fc2ba5 [platform] Adjust Utils::StringHash() for misaligned starts. by Tess Strickland · 4 years, 6 months ago
  90. fbaf439 [vm/ffi] Fix ScopeBuilder uninitialized read by Daco Harkes · 4 years, 6 months ago
  91. 7b94d56 [observatory] Provide isolate for send data events because observatory expects it for write events. by Alexander Aprelev · 4 years, 6 months ago
  92. 2e56467 [vm, compiler] Unpredicate boolean loads on x64. by Ryan Macnak · 4 years, 6 months ago
  93. bed0589 [vm] Fix access to parameters in async closure body inside field initializer by Alexander Markov · 4 years, 6 months ago
  94. 4baf7e5 [vm/concurrency] Introduce GroupDebugger that takes CodeBreakpoints management away from isolate Debugger. by Alexander Aprelev · 4 years, 6 months ago
  95. 4c0edc6 [vm] Extend BitField class to allow storing negative numbers by sign-extending when decoding by Martin Kustermann · 4 years, 6 months ago
  96. df43994 [vm/compiler] Change various allocation fast paths to check for --use-slow-path and --no-inline-alloc by Martin Kustermann · 4 years, 6 months ago
  97. 26f0eba [vm/compiler] Make AssertSubtypeInstr always call stub - including on ia32 by Martin Kustermann · 4 years, 6 months ago
  98. 0834f9b [vm/compiler] Move runtime call out of InstantiateTypeInstr to stub by Martin Kustermann · 4 years, 6 months ago
  99. 1055db5 [vm/compiler] Add infer range to Utf8ScanInstr by Martin Kustermann · 4 years, 6 months ago
  100. 1ca7593 [vm/compiler] Mark various additional IR instructions as kNoGC by Martin Kustermann · 4 years, 6 months ago