2.14.0
  1. 4333b3d Add deprecation warning to dartfmt. by Robert Nystrom · 4 years, 3 months ago
  2. cac00e9 Add deprecations notices to dart2native by Michael Thomsen · 4 years, 4 months ago
  3. 6f2eeae [sdk] - Fix for issue 46050 (Allow spaces in environment constants) by asiva · 4 years, 4 months ago
  4. d352bc2 Remove (most) uses of the "non-nullable" experiment flag. by Lasse R.H. Nielsen · 4 years, 7 months ago
  5. 00b7040 Remove obsolete dartfix build target and scripts by Sigurd Meldgaard · 4 years, 10 months ago
  6. cd6c7ed [win] Use find.exe from %SystemRoot%/System32 to avoid conflicts with cygwin find. by Alexander Aprelev · 5 years ago
  7. d44457f [Core Libraries] Eliminate the fork in the core libraries. by Leaf Petersen · 5 years ago
  8. e82fedc [vm] Remove deprecated (and untested) ARMv5 support from the VM by Martin Kustermann · 6 years ago
  9. 0cada76 [SDK] Removes dart2aot. by Clement Skau · 6 years ago
  10. 6d468d1 Add a script and target to run dartfix by Keerti Parthasarathy · 6 years ago
  11. 8cbc4f3 [benchmark] Add support for benchmarking DDC. by Jonas Termansen · 6 years ago
  12. 6512f55 Revert "Revert "Add dart2native tool for building either an aot file or a stand-alone executable."" by Sarah Zakarias · 6 years ago
  13. 54fdd55 Revert "Add dart2native tool for building either an aot file or a stand-alone executable." by Ben Konyi · 6 years ago
  14. a6141ff Add dart2native tool for building either an aot file or a stand-alone executable. by Sarah Zakarias · 6 years ago
  15. 35df96a [dartdoc] move the dartdoc resources from bin/snapshots/resources/dartdoc to bin/resources/dartdoc by Devon Carew · 6 years ago
  16. 2687486 [SDK] Adds .exe extension for Windows binaries in dart_sdk.py. by Clement Skau · 6 years ago
  17. 3e12bdd Update `dart2aot` help output by Michael Thomsen · 6 years ago
  18. 907c514 [SDK] Adds build targets, wrappers and SDK builds for Dart AOT. by Clement Skau · 6 years ago
  19. 3d6acab [dartdevc] remove unused `dartdevk` binary, fixes #35483 by Jenny Messerly · 7 years ago
  20. 015f51c Fix windows sdk script by Sigmund Cherem · 7 years ago
  21. b484aad Remove library-root option - replace it with a libraries-spec option instead by Sigmund Cherem · 7 years ago
  22. ddf6777 Remove warning about inferring packages URI from dart2js by Peter von der Ahé · 7 years ago
  23. d673847 [dartdevc] add --kernel option, deprecate bin/dartdevk by Jenny Messerly · 7 years ago
  24. f598e69 Drop support for Dart 1 in pub by Nate Bosch · 7 years ago
  25. 1a1ff9e Reverse the pub snapshot names by Nate Bosch · 7 years ago
  26. bc7220a [VM] Turn dart2 on by default on the command line VM by asiva · 7 years ago
  27. 483c42b Switch dart2js to use dart 2 vm. by Emily Fortuna · 7 years ago
  28. 753d954 Move to dartdoc 0.20.0 and enable preview-dart-2. by Janice Collins · 7 years ago
  29. e7bad54 Make dart2js only run with 64 bit ints, not the larger ints from the vm. by Emily Fortuna · 7 years ago
  30. 30ad3f6 Set DDK to run on Dart-2 VM by Vijay Menon · 7 years ago
  31. 7c59fe6 Flip dartfmt to run in Dart 2 mode. by Bob Nystrom · 7 years ago
  32. eeec646 Convert the command-line analyzer to a dart 2 snapshot. by Devon Carew · 7 years ago
  33. 2ff2af7 Allow running pub with --preview-dart-2 by Nate Bosch · 7 years ago
  34. 9f6e8a3 Move DDC to Dart 2 snapshot by Vijay Menon · 7 years ago
  35. 0c04eb5 Disable int64 when running dart2js by Sigmund Cherem · 8 years ago
  36. 7b2678b Fix paths in sdk/bin/dartdevk.bat by Karl Klose · 8 years ago
  37. 83057c4 Run dartdevk tests on Windows too by Jens Johansen · 8 years ago
  38. 6e3d94a Revert "Run dartdevk tests on Windows too" by Jens Johansen · 8 years ago
  39. 125d704 Run dartdevk tests on Windows too by Jens Johansen · 8 years ago
  40. 2a1d5ce Fix dartedvk script paths for Windows by Karl Klose · 8 years ago
  41. 2d48be6 Invoke dartdevk.dart through shell script that locates the 'dart' executable by Karl Klose · 8 years ago
  42. ac16656 Remove MIPS support by Zachary Anderson · 8 years ago
  43. b5d53b5 Fix spew when running presubmit which triggers dartfmt.bat on windows. We should also backport this change to the sdks in tools/sdk or roll a new version of the tools/sdk by Jacob Richman · 8 years ago
  44. b7f1742 Revert "Revert "Reapply "Switch to the new analysis driver in analyzer_cli.""" by Konstantin Shcheglov · 9 years ago
  45. 64df435 Revert "Reapply "Switch to the new analysis driver in analyzer_cli."" by Zach Anderson · 9 years ago
  46. 623d286 Reapply "Switch to the new analysis driver in analyzer_cli." by Konstantin Shcheglov · 9 years ago
  47. e97042b Revert "Switch to the new analysis driver in analyzer_cli." by Konstantin Shcheglov · 9 years ago
  48. cda7520 Switch to the new analysis driver in analyzer_cli. by Konstantin Shcheglov · 9 years ago
  49. 8d8f0c5 Remove checked mode addition to sdk/bin/dart2js. by Emily Fortuna · 9 years ago
  50. 9b7247e Some constructor quick fixes: implement redirecting constructors, work with finding default constructors (!). by Emily Fortuna · 9 years ago
  51. 9941b66 Tools not running from snapshots should use /.packages by William Hesse · 9 years ago
  52. 61eee9e Use checked-in .package file for building and testing by William Hesse · 9 years ago
  53. 6d238ba Revert "Use checked-in .package file for building and testing" by William Hesse · 9 years ago
  54. 5d3e356 Use checked-in .package file for building and testing by William Hesse · 9 years ago
  55. c1cde96 use pkg/dev_compiler in the build by John Messerly · 9 years ago
  56. 9a85103 Copy Dart-configuration detection from dart script to pub. by Florian Loitsch · 9 years ago
  57. 40108f6 Update Windows build output path in .bat files by Johnni Winther · 9 years ago
  58. 8720ec8 Fix windows + gitbash (#25712) by John McDole · 9 years ago
  59. b73e02d Add dev_compiler to the SDK build process. by Paul Berry · 9 years ago
  60. ceec063 Revert "Add dev_compiler to the SDK build process." by Paul Berry · 9 years ago
  61. 2ddf244 Add dev_compiler to the SDK build process. by Paul Berry · 9 years ago
  62. fadca39 Change sdk/bin/dart2js to find an available build. by Paul Berry · 10 years ago
  63. 634e5a1 Refs #25328 Use a portable shebang by William Hesse · 10 years ago
  64. 73dfc7a Change to X64 default build in tool scripts in sdk/bin by William Hesse · 10 years ago
  65. 6485590 Remove old java-based analyzer from test scripts and status files by William Hesse · 10 years ago
  66. e9ce747 Run x64 dart2js version by default. by Florian Loitsch · 10 years ago
  67. 9ae1265 `analyzer_cli` move to SDK. by pq · 10 years ago
  68. 18b68f7 remove docgen remnants from repo, update CHANGELOG by keertip · 10 years ago
  69. c775149 remove docgen source and targets from build by keertip · 10 years ago
  70. fe5550e fix dartdoc.bat by keertip · 10 years ago
  71. fe402c5 sdk/dartanalyzer now detects an available build by Stan Manilov · 10 years ago
  72. 3865dd8 create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk. by keertip · 10 years ago
  73. ac8a228 sdk/dart now detects an available build by Stan Manilov · 10 years ago
  74. f3c6339 Switch over testing pub seperately from the the normal packages by Rico Wind · 10 years ago
  75. 2c5e890 Build fixes. by pq · 10 years ago
  76. 3d8c06c Start pulling pub from its own repo. by Natalie Weizenbaum · 10 years ago
  77. 4c03f25 Analyzer build updates to use analyzer_cli. by pquitslund@google.com · 10 years ago
  78. 1728034 Make unittests work on Windows (again) by johnniwinther@google.com · 10 years ago
  79. 6a3180b Fix path to dart_style. by rnystrom@google.com · 11 years ago
  80. 1cae12a Switch dartfmt in the SDK to run dart_style. by rnystrom@google.com · 11 years ago
  81. 25f3f67 Remove heap settings from pub scripts for SDK too. by rnystrom@google.com · 11 years ago
  82. c8de060 Revert "Revert "Use native async/await support in pub."" by nweiz@google.com · 11 years ago
  83. 0c78059 Remove --old_gen_heap_size from the pub scripts. by nweiz@google.com · 11 years ago
  84. bbe0d93 Revert "Use native async/await support in pub." by nweiz@google.com · 11 years ago
  85. 1835c63 Use native async/await support in pub. by nweiz@google.com · 11 years ago
  86. 05c54a2 dart2js: Remove heap-growth-flag that was passed to the VM. by floitsch@google.com · 11 years ago
  87. c3ab5d7 Don't use pub_packages for running the Windows pub script. by nweiz@google.com · 11 years ago
  88. 80e6b5b Remove the http package from the repo. by nweiz@google.com · 11 years ago
  89. 379ee11 Don't run async/await compiler from bin/pub. by rnystrom@google.com · 11 years ago
  90. 48ff3cc Rename snapshot, other user-visible parts of docgen to dartdocgen. by alanknight@google.com · 11 years ago
  91. 57aede2 "Reverting 41571" by alanknight@google.com · 11 years ago
  92. b9be0df Rename snapshot, other user-visible parts of docgen to dartdocgen. by alanknight@google.com · 11 years ago
  93. 844c551 "Reverting 41529" by alanknight@google.com · 11 years ago
  94. 9350585 Rename snapshot, other user-visible parts of docgen to dartdocgen. by alanknight@google.com · 11 years ago
  95. 09fbe78 Move dart2js from sdk/lib/_internal/compiler to pkg/compiler by johnniwinther@google.com · 11 years ago
  96. 8637cfd Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler" by johnniwinther@google.com · 11 years ago
  97. 2b336e1 Move dart2js from sdk/lib/_internal/compiler to pkg/compiler by johnniwinther@google.com · 11 years ago
  98. f7db779 Clean up scripts to run Java-based analyzer. by paulberry@google.com · 11 years ago
  99. b911665 Modify dartanalyzer scripts to look more like dart2js scripts. by paulberry@google.com · 11 years ago
  100. 80a6e82 Get binstubs working on Windows. by rnystrom@google.com · 11 years ago