2.7.0
  1. 740cd89 Fix link markup in ffi README by Brett Morgan · 6 years ago
  2. 75bee20 [samples/ffi] Add bitfield sample by Daco Harkes · 6 years ago
  3. e4f7893 [samples/ffi] Fix samples and run them as test - fix status file by Daco Harkes · 6 years ago
  4. aa36c1f [samples/ffi] Fix samples and run them as test by Daco Harkes · 6 years ago
  5. 4f0c8cb Add README for samples/sample_extension by Sam Rawlins · 6 years ago
  6. d82ca1a [vm/ffi] Remove Struct type argument by Daco Harkes · 6 years ago
  7. 4ee5ef9 [vm/ffi] Use Pointer<Null> as the type of nullptr. by Samir Jindel · 6 years ago
  8. 8859206 [vm/ffi] Remove Pointer.offsetBy. by Samir Jindel · 6 years ago
  9. 63d3012 [vm/ffi] Deprecate Pointer.allocate/free. by Samir Jindel · 6 years ago
  10. ee0b1df [vm/ffi] Migrate tests/samples/benchmarks to extension methods by Daco Harkes · 6 years ago
  11. 89ad636 Remove the old "preview Dart 2" flags from the test runner. by Robert Nystrom · 6 years ago
  12. 8678df0 ffi example: android.md - fix example code by djpnewton · 6 years ago
  13. 7acecda [vm/ffi] Fix FFI Utf8 example. by Samir Jindel · 6 years ago
  14. fc6cb0a [vm/ffi] Revamp struct representation in FFI. by Samir Jindel · 6 years ago
  15. 1eb113b [vm/bytecode] Support native extensions by Alexander Markov · 6 years ago
  16. cf03e96 Remove appJit and precompiled compiler options by Nate Bosch · 6 years ago
  17. 2b56c2c5 Normalize status files by Nate Bosch · 6 years ago
  18. 04c1a28 [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  19. 68b2d53 Revert "[vm/ffi] SimDBC64 align stack frame" by Samir Jindel · 6 years ago
  20. f1038ee [vm/ffi] SimDBC64 align stack frame by Daco Harkes · 6 years ago
  21. e7f7984 [doc/ffi] Fix CString implementation in dart:ffi sample by Daco Harkes · 6 years ago
  22. 7b893ce Check return value from Dart_PostCObject() in sample extension by Zichang Guo · 6 years ago
  23. 991c9da [vm/ffi] Add copyright headers to sqlite example and incorporate Michael's feedback. by Samir Jindel · 6 years ago
  24. 7a15b02 [vm/ffi] Add demo docs for using FFI on Android. by Samir Jindel · 6 years ago
  25. f3fd194 [vm/ffi] Update status file for FFI sqlite sample. by Samir Jindel · 6 years ago
  26. 28a2416 Fix sqlite sample import. by Samir Jindel · 6 years ago
  27. f135a49 [doc] dart:ffi SQLite sample by Daco Harkes · 6 years ago
  28. a43c525 Reland "[vm/ffi] Support Windows 64 bit" by Daco Harkes · 6 years ago
  29. 23eb57c Revert "[vm/ffi] Support Windows 64 bit" by Vyacheslav Egorov · 6 years ago
  30. 7f812de [vm/ffi] Support Windows 64 bit by Daco Harkes · 6 years ago
  31. a5d396c [vm/extensions] Fix native extensions in hot-reload and running from snapshot. by Samir Jindel · 7 years ago
  32. 3abc7d3 [vm/ffi] Remove platform specific logic from DynamicLibrary.open by Daco Harkes · 7 years ago
  33. 7d46d4b [vm / library] Foreign function interface prototype by Daco Harkes · 7 years ago
  34. 754e5f4 Revert "[vm/extensions] Fix Loader::ReloadNativeExtensions(...)." by Samir Jindel · 7 years ago
  35. 4118d3c [vm/extensions] Fix Loader::ReloadNativeExtensions(...). by Samir Jindel · 7 years ago
  36. 49142b4 Revert "[gardening] mark sample_extension_test as error" by Ryan Macnak · 7 years ago
  37. 679108e [gardening] mark sample_extension_test as error by Stevie Strickland · 7 years ago
  38. fba5a58 Update 'samples/sample_extension' to Dart 2 by Patrice Chalin · 7 years ago
  39. 2f25dcd [vm] Remove script snapshots. by Ryan Macnak · 7 years ago
  40. 355c73d [VM] Remove support for option --no-preview-dart-2 by asiva · 7 years ago
  41. d051050 [build] Add -a kbc for interpreter by Zach Anderson · 7 years ago
  42. cc1a7b3 Update SDK wrt to void and invalid returns by Peter von der Ahé · 7 years ago
  43. d1bf825 Remove some broad dart2analyzer status file exclusions. by Devon Carew · 7 years ago
  44. fcde5ca Remove old samples. by Devon Carew · 7 years ago
  45. 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
  46. 92c24a1 Skip sample_extension_app_snapshot_test on opt-counter-threshold builders by Martin Kustermann · 7 years ago
  47. b024432 [VM] Disable test in reload/rollback mode due to snapshot generation by Martin Kustermann · 7 years ago
  48. 6fcc95d Adjust status files. by asiva · 7 years ago
  49. a69d922 Adjust some of the test expectations based on the flip to Dart 2 mode. by asiva · 7 years ago
  50. bc7220a [VM] Turn dart2 on by default on the command line VM by asiva · 7 years ago
  51. 3851591 [infra] Keep comments intact when updating status files. by Alexander Thomas · 7 years ago
  52. 16e8194 Prepare additional lib, html, samples statuses: this embeds of d8-hostcheck results by Sigmund Cherem · 7 years ago
  53. 4f5ad19 Make strong mode the default under --preview-dart-2. by Siva Chandra · 8 years ago
  54. cca7b44 Replace `$builder_tag == strong` with `$strong` in status files by Paul Berry · 8 years ago
  55. 439e20c [infra] Normalize samples.status by Alexander Thomas · 8 years ago
  56. efca9c6 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  57. e84fa65 Revert "[vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration." by Vyacheslav Egorov · 8 years ago
  58. 50865e9 [vm/testing] Make --strong -c dartk configuration a Dart 2.0 configuration. by Vyacheslav Egorov · 8 years ago
  59. 7cbb96c Wholesale update tests status in attempt to make (fyi) dartkp buildbots green. by Alexander Aprelev · 8 years ago
  60. 0394d3a [infra] Begin removing gyp by Zach Anderson · 8 years ago
  61. c296f75 Revert "Revert "Revert "Revert "Refactor test option parsing code."""" by Bob Nystrom · 8 years ago
  62. 0254765 Revert "Revert "Revert "Refactor test option parsing code.""" by Bob Nystrom · 8 years ago
  63. 79af418 Revert "Revert "Refactor test option parsing code."" by Bob Nystrom · 8 years ago
  64. d038357 Revert "Refactor test option parsing code." by Bob Nystrom · 8 years ago
  65. 9c2dff8 Refactor test option parsing code. by Bob Nystrom · 8 years ago
  66. b33097b Format samples and samples-dev directories. by Jacob Richman · 8 years ago
  67. b06e4d5 Create separate scopes for constructors, setters, and other members. by Peter von der Ahé · 8 years ago
  68. 536c610 Update status files for all test suites for -c dartk / -c dartkp configuration. by Vyacheslav Egorov · 8 years ago
  69. e8e7b2c Reenable some sample tests and fix how they find their data files by Erik Corry · 9 years ago
  70. 2edcf5e [Gardening] Mark sample_extension_app_snapshot_test flaky by Karl Klose · 9 years ago
  71. 0111122 [Fuchsia] Update test status files by Zachary Anderson · 9 years ago
  72. 2ee2fe9 [Gardening] Disable running strong-mode analyzer tests in code that is not strong mode clean by Brian Wilkerson · 9 years ago
  73. 9bae50b VM: [Kernel] Revert changes to the native ports that introduced peers. by Vyacheslav Egorov · 9 years ago
  74. 43a0500 VM: [Kernel] Fix bootstraping when Kernel isolate is used. by Vyacheslav Egorov · 9 years ago
  75. 75b0844 Update status file after "Fix race in deletion of native message handlers" by Martin Kustermann · 9 years ago
  76. 2e6478a Further triage new ASAN failures. by Ryan Macnak · 9 years ago
  77. 1ebeb79 Remove runtime 'dart_app' as it became identical to 'vm'. by Ryan Macnak · 9 years ago
  78. f62713e Fix app snapshots on IA32 Windows. by Ryan Macnak · 9 years ago
  79. 646de0b Re-enable Platform.executable under precompilation. by Ryan Macnak · 9 years ago
  80. 888a879 Mark sample_extension_app_snapshot_test as failing on IA32 Windows. by Ryan Macnak · 9 years ago
  81. 987165f Reload native extensions when starting from a snapshot. by Ryan Macnak · 9 years ago
  82. 0eee402 Delete dart_backend from compiler. by Sigmund Cherem · 9 years ago
  83. ef8baa8 Add test harness option for app snapshots with unoptimized code. by Ryan Macnak · 9 years ago
  84. 4547165 Fix product build compile and ensure all tests run cleanly again. by Siva Annamalai · 9 years ago
  85. 385f335 Update status of cpsir tests in checked mode: skipping for now, since more than by Sigmund Cherem · 10 years ago
  86. 809c205 - Fix --run-fullsnapshot flag processing issue in non product mode. by Siva Annamalai · 10 years ago
  87. e9fa732 Update one more noopt test status. by Florian Schneider · 10 years ago
  88. b33dcfd Remove the Dromaeo and TodoMVC samples. by Natalie Weizenbaum · 10 years ago
  89. 6b964b8 Add ./tools/test.py -c precompiler -r dart_precompiled. by Ryan Macnak · 10 years ago
  90. 71e2bec dart2js cps: Support JS_CURRENT_ISOLATE. by Karl Klose · 10 years ago
  91. ec55d46 dart2js cps: Fix translation of local constants. by Asger Feldthaus · 10 years ago
  92. 089ed29 Implement try/finally by inlining the finally code. by Kevin Millikin · 10 years ago
  93. 3f46181 cps-ir: Support foreign code. by Karl Klose · 10 years ago
  94. 40ed0da Revert "cps-ir: Support foreign code." by Karl Klose · 10 years ago
  95. a120ee7 cps-ir: Support foreign code. by Karl Klose · 10 years ago
  96. e4b5665 Update dart2js-cps_ir test expectations with better annotations. by Karl Klose · 10 years ago
  97. 36d3e0d Update cps-ir test expectations. by Karl Klose · 10 years ago
  98. 51d8bae Revert "Hide Isolate pointer from embedder" by John McCutchan · 10 years ago
  99. 014e694 Hide Isolate pointer from embedder by John McCutchan · 10 years ago
  100. f34fae8 Initial github commit for getting stuff working by Rico Wind · 10 years ago