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