- d014a0f Remove bytecode mode of Dart SDK build by Alexander Markov · 4 years, 2 months ago
- 4fb4e0a [ VM / DartDev ] Run dartdev from kernel instead of AppJIT snapshot by Ben Konyi · 4 years, 5 months ago
- fd5140d [SDK] Fix VM/kernel version mix in build. by Clement Skau · 4 years, 5 months ago
- 90bba3a [vm] Ensure SDK hash is correctly embedded for CFE and other tools that produce Kernel by Martin Kustermann · 4 years, 6 months ago
- 0ce8398 Reland "[SDK] Adds an SDK hash to kernels and the VM." by Clement Skau · 4 years, 6 months ago
- bb8d145 Revert "[SDK] Adds an SDK hash to kernels and the VM." by asiva · 4 years, 6 months ago
- edde575 [SDK] Adds an SDK hash to kernels and the VM. by Clement Skau · 4 years, 6 months ago
- e33d023 [BUILD] - Format gn files, this is being done to ensure the unfork CL by asiva · 4 years, 10 months ago
- ac27627 Do not opt-in to NNBD when building application snapshots for kernel service and other tools like dartjs, dart analyzer etc. We should enable this only when all the tools are ready to opt-in. by asiva · 5 years ago
- 122e942 [SDK/BUILD] Pass --enable-experiment=non-nullable to the gen_kernel when it is used to compile the sdk tools. by asiva · 5 years ago
- 3166b7d [vm] Enable nnbd experiment when building the SDK with --nnbd by Liam Appelbe · 5 years ago
- 34087a6 [build] Remove dart_host_toolchain. by Alexander Aprelev · 5 years ago
- 6a27310 Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM." by Ryan Macnak · 5 years ago
- b87c9af Revert "Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."" by Clement Skau · 5 years ago
- 46f2603 Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM." by Ryan Macnak · 5 years ago
- d948962 Revert "[build] Speed up debug and simulator builds by running steps on the prebuilt VM." by Alexander Aprelev · 5 years ago
- 351acd1 [build] Fix application_snapshot.gni for uses outside of utils/xyz. by Ryan Macnak · 5 years ago
- 74cff6c [build] Speed up debug and simulator builds by running steps on the prebuilt VM. by Ryan Macnak · 5 years ago
- 3ad32e4 [vm] Revert 1db1ac48632df42d1569a80859b9db7a82293eab. by Ryan Macnak · 6 years ago
- 30b47d2 [sdk] Remove unused --packages flag no longer recognized by gen_snapshot. by Ryan Macnak · 6 years ago
- 30aa464 [VM] Remove 'corelib' and 'dart-io' sources generation into C++ arrays by asiva · 6 years ago
- 2f25dcd [vm] Remove script snapshots. by Ryan Macnak · 6 years ago
- 355c73d [VM] Remove support for option --no-preview-dart-2 by asiva · 6 years ago
- a077609 Cleanup some of the build rules to not use Dart 1 mode. by asiva · 6 years ago
- a6d20e6 Fix dependence on kernel-service in the application snapshot rule. by asiva · 6 years ago
- d1bd887 [VM/SDK] Switch kernel isolate to run in Dart 2 mode by asiva · 6 years ago
- 0320376 Revert "[VM/SDK] Switch kernel isolate to run in Dart 2 mode" by Vyacheslav Egorov · 6 years ago
- 499761f [VM/SDK] Switch kernel isolate to run in Dart 2 mode by asiva · 6 years ago
- 33697f7 Revert "Reland "[VM/SDK]"" by Siva Annamalai · 6 years ago
- b59583e Reland "[VM/SDK]" by asiva · 6 years ago
- 7f53344 Revert "[VM/SDK]" by Siva Annamalai · 6 years ago
- b414641 [VM/SDK] by asiva · 6 years ago
- edcd3be Update aot_assembly rule to temporarily use --no-preview-dart-2 by asiva · 7 years ago
- bc7220a [VM] Turn dart2 on by default on the command line VM by asiva · 7 years ago
- a9ab8f4 [GN] Hack around Dart 2 application_snapshot deps issue by Zach Anderson · 7 years ago
- 50fbd1a [GN] Fix dartanalyzer_aot target by Zach Anderson · 7 years ago
- 4877587 [GN] Uses dart_action.gni instead of compiled_action.gni. by Zach Anderson · 7 years ago
- 1db1ac4 Produce a single-file analyzer for Goma. by Ryan Macnak · 7 years ago
- ee15c8e Move frontend_server from flutter to dart sdk. by Alexander Aprelev · 7 years ago
- e842c9b [infra] Use dart_action() instead of python scripts by Zachary Anderson · 7 years ago
- 0c04eb5 Disable int64 when running dart2js by Sigmund Cherem · 7 years ago
- 76842f7 [vm] Fix leak when generating snapshot depfile. by Ryan Macnak · 7 years ago
- d366f96 [vm] Toward deterministic builds. by Ryan Macnak · 7 years ago
- e25898d Allow caller of application_snapshot to override .packages. by Alexander Aprelev · 7 years ago
- 9ab39ae Reapply "[fuchsia] Prepare for setting the Dart target architecture appropriately in the host binaries." by Ryan Macnak · 8 years ago
- 3383c4a Revert "[fuchsia] Prepare for setting the Dart target architecture appropriately in the host binaries." by Ryan Macnak · 8 years ago
- 54e80a8 [fuchsia] Prepare for setting the Dart target architecture appropriately in the host binaries. by Ryan Macnak · 8 years ago
- edd835c Fix vm tests: introduce a hybrid file system so that the vm tests can find the by Sigmund Cherem · 8 years ago
- 98d3105 Change build.py to be like ninja.py and only use a single GN/Ninja invocation to cross-build the SDK. This step alone would fix #29580. This breaks cross-building the SDK with GYP. by Ryan Macnak · 8 years ago
- c5751b2 [GN] Change a filesystem absolute path deps to be source absolute by Zachary Anderson · 8 years ago
- 26a364f Support spawnUri in app snapshots. by Ryan Macnak · 8 years ago
- 12a3699 Revert "Support spawnUri in app snapshots." by Ryan Macnak · 8 years ago
- c6ecfe1 Support spawnUri in app snapshots. by Ryan Macnak · 8 years ago
- f89056f Revert "Support spawnUri in app snapshots." by Ryan Macnak · 8 years ago
- 593d450 Support spawnUri in app snapshots. by Ryan Macnak · 8 years ago
- 5062baf Revert pub to script snapshots in the GN build. Fixes #28346. by Ryan Macnak · 8 years ago
- 7f55ad8 Fuchsia: Allows building the full SDK for host and target. by Zachary Anderson · 8 years ago
- 90d3962 Don't depend on dart_bootstrap if there is a usable prebuilt sdk by Zachary Anderson · 8 years ago