2.13.0
  1. e70690e [native_extensions] Convert uri to path so that on Windows native extension loading works. by Alexander Aprelev · 4 years, 5 months ago
  2. 5a38589 [test] Apply simarm64 status file entries to simarm64c. by Ryan Macnak · 4 years, 6 months ago
  3. e1f5039 [test] Remove assumption that machine word size implies Smi size. by Ryan Macnak · 4 years, 7 months ago
  4. f358afc [vm/ffi] Migrate `package:ffi` `Utf8` and `Utf16` uses by Daco Harkes · 4 years, 7 months ago
  5. a45276a Reland "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 7 months ago
  6. 6d58f65 [samples/ffi] Fix integer overflow by Daco Harkes · 4 years, 7 months ago
  7. 302de78 [samples/ffi] Fix binding signatures by Daco Harkes · 4 years, 7 months ago
  8. 24a7e43 [vm/ffi] Migrate off `.addressOf` in samples by Daco Harkes · 4 years, 7 months ago
  9. 91b0f16 Migrate samples/sample_extension to null safety by Alexander Markov · 4 years, 7 months ago
  10. 3cfcc5a Revert "[vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque`" by Daco Harkes · 4 years, 7 months ago
  11. 7d648e3 [vm/ffi] Roll `package:ffi` to `Allocator` and `Opaque` by Daco Harkes · 4 years, 7 months ago
  12. 73bd44d [vm/ffi] Improve `Pool` samples by Daco Harkes · 4 years, 8 months ago
  13. ac805df [vm/ffi] Migrate to empty `Struct`s to `Opaque` by Daco Harkes · 4 years, 8 months ago
  14. d37e833 [vm/ffi] Migrate samples(_2)/ffi to `CallocAllocator` by Daco Harkes · 4 years, 8 months ago
  15. 5d40d52 [vm/ffi] Add `Opaque` type by Daco Harkes · 4 years, 8 months ago
  16. 550d580 [vm/ffi] Fuchsia FFI testing package by Daco Harkes · 4 years, 9 months ago
  17. da008fb [samples] Migrate ffi samples to NNBD by Daco Harkes · 4 years, 9 months ago
  18. 7d64a93 API doc issue: Update sqlite-tutorial CString section with correct ascii code by sheunglaili · 4 years, 10 months ago
  19. 5278383 [vm] Native API: Make Dart_NewWeakPersistentHandle not auto delete by Daco Harkes · 4 years, 10 months ago
  20. 745f112 Opt out some files from null safety. by Leaf Petersen · 4 years, 11 months ago
  21. 38ec554 Revert "[samples/ffi] Generate sqlite3 bindings with package:ffigen" by Alexander Aprelev · 5 years ago
  22. af4940f [samples/ffi] Generate sqlite3 bindings with package:ffigen by Daco Harkes · 5 years ago
  23. 202e32a [vm] Native API: Introduce Dart_FinalizableHandle by Daco Harkes · 5 years ago
  24. 7eac9f3 [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. by Daco Harkes · 5 years ago
  25. 54903e5 [vm/ffi] Rename members in NativeApi to not contain nativeApi by Daco Harkes · 5 years ago
  26. f7192b6 [vm/ffi] Expose dart_native_api.h symbols via dart:ffi by Daco Harkes · 6 years ago
  27. cb60e4b [samples/ffi] Sample for asynchronous native port calls by Daco Harkes · 6 years ago
  28. 76ef075 [samples/ffi] Sample for asynchronous callbacks by Daco Harkes · 6 years ago
  29. a228bf5 [vm/ffi] Test alignment of small stack arguments by Daco Harkes · 6 years ago
  30. 4bd3166 [samples/ffi] Native resource lifetime management by Daco Harkes · 6 years ago
  31. 1f791e0 Fixed #39679 make sqlite ffi sample run success by netroby · 6 years ago
  32. 740cd89 Fix link markup in ffi README by Brett Morgan · 6 years ago
  33. 75bee20 [samples/ffi] Add bitfield sample by Daco Harkes · 6 years ago
  34. e4f7893 [samples/ffi] Fix samples and run them as test - fix status file by Daco Harkes · 6 years ago
  35. aa36c1f [samples/ffi] Fix samples and run them as test by Daco Harkes · 6 years ago
  36. 4f0c8cb Add README for samples/sample_extension by Sam Rawlins · 6 years ago
  37. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  38. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  39. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  40. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  41. ee0b1df [vm/ffi] Migrate tests/samples/benchmarks to extension methods by Daco Harkes · 6 years ago
  42. 89ad636 Remove the old "preview Dart 2" flags from the test runner. by Robert Nystrom · 6 years ago
  43. 8678df0 ffi example: android.md - fix example code by djpnewton · 6 years ago
  44. 7acecda [vm/ffi] Fix FFI Utf8 example. by Samir Jindel · 6 years ago
  45. fc6cb0a [vm/ffi] Revamp struct representation in FFI. by Samir Jindel · 6 years ago
  46. 1eb113b [vm/bytecode] Support native extensions by Alexander Markov · 6 years ago
  47. cf03e96 Remove appJit and precompiled compiler options by Nate Bosch · 6 years ago
  48. 2b56c2c5 Normalize status files by Nate Bosch · 6 years ago
  49. 04c1a28 [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  50. 68b2d53 Revert "[vm/ffi] SimDBC64 align stack frame" by Samir Jindel · 6 years ago
  51. f1038ee [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  52. e7f7984 [doc/ffi] Fix CString implementation in dart:ffi sample by Daco Harkes · 6 years ago
  53. 7b893ce Check return value from Dart_PostCObject() in sample extension by Zichang Guo · 6 years ago
  54. 991c9da [vm/ffi] Add copyright headers to sqlite example and incorporate Michael's feedback. by Samir Jindel · 6 years ago
  55. 7a15b02 [vm/ffi] Add demo docs for using FFI on Android. by Samir Jindel · 6 years ago
  56. f3fd194 [vm/ffi] Update status file for FFI sqlite sample. by Samir Jindel · 6 years ago
  57. 28a2416 Fix sqlite sample import. by Samir Jindel · 6 years ago
  58. f135a49 [doc] dart:ffi SQLite sample by Daco Harkes · 6 years ago
  59. a43c525 Reland "[vm/ffi] Support Windows 64 bit" by Daco Harkes · 6 years ago
  60. 23eb57c Revert "[vm/ffi] Support Windows 64 bit" by Vyacheslav Egorov · 6 years ago
  61. 7f812de [vm/ffi] Support Windows 64 bit by Daco Harkes · 6 years ago
  62. a5d396c [vm/extensions] Fix native extensions in hot-reload and running from snapshot. by Samir Jindel · 7 years ago
  63. 3abc7d3 [vm/ffi] Remove platform specific logic from DynamicLibrary.open by Daco Harkes · 7 years ago
  64. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  65. 754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)." by Samir Jindel · 7 years ago
  66. 4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...). by Samir Jindel · 7 years ago
  67. 49142b4 Revert "[gardening] mark sample_extension_test as error" by Ryan Macnak · 7 years ago
  68. 679108e [gardening] mark sample_extension_test as error by Stevie Strickland · 7 years ago
  69. fba5a58 Update 'samples/sample_extension' to Dart 2 by Patrice Chalin · 7 years ago
  70. 2f25dcd [vm] Remove script snapshots. by Ryan Macnak · 7 years ago
  71. 355c73d [VM] Remove support for option --no-preview-dart-2 by asiva · 7 years ago
  72. d051050 [build] Add -a kbc for interpreter by Zach Anderson · 7 years ago
  73. cc1a7b3 Update SDK wrt to void and invalid returns by Peter von der Ahé · 7 years ago
  74. d1bf825 Remove some broad dart2analyzer status file exclusions. by Devon Carew · 7 years ago
  75. fcde5ca Remove old samples. by Devon Carew · 7 years ago
  76. dbd1b2f [test] Reload harness now reloads from, e.g. the URI of a snapshot or kernel file instead of the URI of the source from which it was derived. by Ryan Macnak · 7 years ago
  77. 92c24a1 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders by Martin Kustermann · 7 years ago
  78. b024432 [VM] Disable test in reload/rollback mode due to snapshot generation by Martin Kustermann · 7 years ago
  79. 6fcc95d Adjust status files. by asiva · 7 years ago
  80. a69d922 Adjust some of the test expectations based on the flip to Dart 2 mode. by asiva · 7 years ago
  81. bc7220a [VM] Turn dart2 on by default on the command line VM by asiva · 7 years ago
  82. 3851591 [infra] Keep comments intact when updating status files. by Alexander Thomas · 7 years ago
  83. 16e8194 Prepare additional lib, html, samples statuses: this embeds of d8-hostcheck results by Sigmund Cherem · 7 years ago
  84. 4f5ad19 Make strong mode the default under --preview-dart-2. by Siva Chandra · 8 years ago
  85. cca7b44 Replace `$builder_tag == strong` with `$strong` in status files by Paul Berry · 8 years ago
  86. 439e20c [infra] Normalize samples.status by Alexander Thomas · 8 years ago
  87. efca9c6 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  88. e84fa65 Revert "[vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration." by Vyacheslav Egorov · 8 years ago
  89. 50865e9 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  90. 7cbb96c Wholesale update tests status in attempt to make (fyi) dartkp buildbots green. by Alexander Aprelev · 8 years ago
  91. 0394d3a [infra] Begin removing gyp by Zach Anderson · 8 years ago
  92. c296f75 Revert "Revert "Revert "Revert "Refactor test option parsing code."""" by Bob Nystrom · 8 years ago
  93. 0254765 Revert "Revert "Revert "Refactor test option parsing code.""" by Bob Nystrom · 8 years ago
  94. 79af418 Revert "Revert "Refactor test option parsing code."" by Bob Nystrom · 8 years ago
  95. d038357 Revert "Refactor test option parsing code." by Bob Nystrom · 8 years ago
  96. 9c2dff8 Refactor test option parsing code. by Bob Nystrom · 8 years ago
  97. b33097b Format samples and samples-dev directories. by Jacob Richman · 8 years ago
  98. b06e4d5 Create separate scopes for constructors, setters, and other members. by Peter von der Ahé · 8 years ago
  99. 536c610 Update status files for all test suites for -c dartk / -c dartkp configuration. by Vyacheslav Egorov · 8 years ago
  100. e8e7b2c Reenable some sample tests and fix how they find their data files by Erik Corry · 9 years ago