2.14.0
  1. bf34450 Remove workaround introduced for issue #40486, that issue by asiva · 6 years ago
  2. f29d9f4 [VM/Libraries] Use the NNBD libraries when building the NNBD sdk. by asiva · 6 years ago
  3. d1bd887 [VM/SDK] Switch kernel isolate to run in Dart 2 mode by asiva · 7 years ago
  4. 0320376 Revert "[VM/SDK] Switch kernel isolate to run in Dart 2 mode" by Vyacheslav Egorov · 7 years ago
  5. 499761f [VM/SDK] Switch kernel isolate to run in Dart 2 mode by asiva · 7 years ago
  6. 33697f7 Revert "Reland "[VM/SDK]"" by Siva Annamalai · 7 years ago
  7. b59583e Reland "[VM/SDK]" by asiva · 7 years ago
  8. 7f53344 Revert "[VM/SDK]" by Siva Annamalai · 7 years ago
  9. b414641 [VM/SDK] by asiva · 7 years ago
  10. f598e69 Drop support for Dart 1 in pub by Nate Bosch · 7 years ago
  11. 1a1ff9e Reverse the pub snapshot names by Nate Bosch · 7 years ago
  12. a9ab8f4 [GN] Hack around Dart 2 application_snapshot deps issue by Zach Anderson · 7 years ago
  13. 2ff2af7 Allow running pub with --preview-dart-2 by Nate Bosch · 7 years ago
  14. 61b15fe [build] Remove unnecessary inputs from uses of application_snapshot. by Ryan Macnak · 7 years ago
  15. 0394d3a [infra] Begin removing gyp by Zach Anderson · 8 years ago
  16. 26a364f Support spawnUri in app snapshots. by Ryan Macnak · 9 years ago
  17. 12a3699 Revert "Support spawnUri in app snapshots." by Ryan Macnak · 9 years ago
  18. c6ecfe1 Support spawnUri in app snapshots. by Ryan Macnak · 9 years ago
  19. f89056f Revert "Support spawnUri in app snapshots." by Ryan Macnak · 9 years ago
  20. 593d450 Support spawnUri in app snapshots. by Ryan Macnak · 9 years ago
  21. 5062baf Revert pub to script snapshots in the GN build. Fixes #28346. by Ryan Macnak · 9 years ago
  22. 7f55ad8 Fuchsia: Allows building the full SDK for host and target. by Zachary Anderson · 9 years ago
  23. 90d3962 Don't depend on dart_bootstrap if there is a usable prebuilt sdk by Zachary Anderson · 9 years ago
  24. c1313a5 Format GN files and add a presubmit check that GN is properly formatted by Zachary Anderson · 9 years ago
  25. af7bf4d GN: Build the SDK with app snapshots instead of script snapshots. by Ryan Macnak · 9 years ago
  26. 7c784ce Linux create_sdk GN build for host by Zachary Anderson · 9 years ago
  27. 79b682b Add explicit package spec to snapshot build steps by William Hesse · 9 years ago
  28. 0695b1d Remove package root target and support scripts by William Hesse · 9 years ago
  29. 61eee9e Use checked-in .package file for building and testing by William Hesse · 9 years ago
  30. 6d238ba Revert "Use checked-in .package file for building and testing" by William Hesse · 9 years ago
  31. 5d3e356 Use checked-in .package file for building and testing by William Hesse · 9 years ago
  32. b18c5a3 sdk files reorganization to make dart2js a proper package by Sigmund Cherem · 10 years ago
  33. f3c6339 Switch over testing pub seperately from the the normal packages by Rico Wind · 10 years ago
  34. 3d8c06c Start pulling pub from its own repo. by Natalie Weizenbaum · 10 years ago
  35. e7a1c3c Remove the core library stubbing infrastructure. by Natalie Weizenbaum · 10 years ago
  36. c8de060 Revert "Revert "Use native async/await support in pub."" by nweiz@google.com · 11 years ago
  37. bbe0d93 Revert "Use native async/await support in pub." by nweiz@google.com · 11 years ago
  38. 1835c63 Use native async/await support in pub. by nweiz@google.com · 11 years ago
  39. 80e6b5b Remove the http package from the repo. by nweiz@google.com · 11 years ago
  40. 6cc5c28 Make the pub build step depend on the async/await compiled sources. by rnystrom@google.com · 11 years ago
  41. 17c1642 Store the async-await compiled pub code directly in the repo. by rnystrom@google.com · 11 years ago
  42. 5167458 Skeleton code for running the forthcoming async/await compiler on pub. by rnystrom@google.com · 11 years ago
  43. b92dcc7 Code review for r38255 by nweiz@google.com · 11 years ago
  44. f067ad0 Build core library stubs as part of building the SDK. by nweiz@google.com · 11 years ago
  45. d8663ee Create a separate packages directory for running pub. by nweiz@google.com · 11 years ago
  46. dcf45d8 Fix mac gyp generation by moving target to seperate file. by ricow@google.com · 11 years ago
  47. 5080e18 Create targets for dart2js files, pub files, pkg files. by ricow@google.com · 11 years ago
  48. a12382d Fix for issue 11112 align flags to formats used by other tools. by asiva@google.com · 12 years ago
  49. 1dd302a Add a gitignore for pub's gyp outputs. by nweiz@google.com · 12 years ago
  50. 8ce1364 Have pub.gyp depend on the packages symlink directory. by nweiz@google.com · 12 years ago
  51. cc6e2f7 Put a snapshot of pub in the SDK. by nweiz@google.com · 12 years ago
  52. 24213be Move pub into sdk/lib/_internal. by nweiz@google.com · 12 years ago
  53. 6c9cc58 Use the cached pubspec if possible for describing hosted packages. by rnystrom@google.com · 12 years ago
  54. 76cc853 Disable SDK constraint checking on bleeding edge. by rnystrom@google.com · 12 years ago
  55. 89cb31e Fix some warnings in pub and pkg packages. by nweiz@google.com · 12 years ago
  56. a204feb Fix type annotation. by rnystrom@google.com · 12 years ago
  57. da64316 Migrate pub away from throwing strings. by nweiz@google.com · 12 years ago
  58. fe71916 Switch to backtracking solver. by rnystrom@google.com · 12 years ago
  59. ff4ef88 Select packages that match SDK constraints. by rnystrom@google.com · 12 years ago
  60. a2b229b Revise based on feedback from previous patch. by rnystrom@google.com · 12 years ago
  61. 91edf93 Disable backtracking solver. by rnystrom@google.com · 12 years ago
  62. 67239a9 Use backtracking when solving dependency constraints. by rnystrom@google.com · 12 years ago
  63. a80a4ad Stop manually handling broken symlinks in listDir in pub. by nweiz@google.com · 12 years ago
  64. ee5f6fc Use the dart:io IOSink API in pub. by nweiz@google.com · 12 years ago
  65. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  66. a1e1153 First round of fixes. by floitsch@google.com · 12 years ago
  67. 62d413e Remove StreamController.broadcast. by floitsch@google.com · 12 years ago
  68. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  69. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  70. b4eacbf Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. by ajohnsen@google.com · 12 years ago
  71. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  72. b09546b Don't delay IOSink.close() with no subscription to the next instance. by ajohnsen@google.com · 12 years ago
  73. e718657 Fix dartc tests and pub after IOSink change. by ajohnsen@google.com · 12 years ago
  74. 67650cb Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. by ajohnsen@google.com · 12 years ago
  75. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  76. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  77. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  78. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  79. b9120c5 Renumber a TODO from issue 4928 to issue 9832. by nweiz@google.com · 12 years ago
  80. 1bae122 Fix recursive directory-deletion of top-level files/links. by ajohnsen@google.com · 12 years ago
  81. c931326 Fix for pub. by floitsch@google.com · 12 years ago
  82. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  83. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  84. 2510e91 Fix a few bugs breaking the pub tests. by nweiz@google.com · 12 years ago
  85. 3569854 Rename the includeHiddenFiles parameter of listDir. by nweiz@google.com · 12 years ago
  86. 16367f1 Work around issue 4928. by nweiz@google.com · 12 years ago
  87. 1049bd3 Replace defer() with Future.of in pub. by nweiz@google.com · 12 years ago
  88. 5750ce8 Make listDir and createSymlink synchronous in pub. by nweiz@google.com · 12 years ago
  89. 972ec0b Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. by devoncarew@google.com · 12 years ago
  90. 70f8c7a Work around issue 9499. by nweiz@google.com · 12 years ago
  91. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  92. ac18c8c Work around issue 9278. by nweiz@google.com · 12 years ago
  93. d80616f Clean up the semantics of io.dart operations w.r.t. symlinks. by nweiz@google.com · 12 years ago
  94. 616ab7e Handle deleting broken symlinks on Windows. by rnystrom@google.com · 12 years ago
  95. 5f052a9 Work around issue 9360. by nweiz@google.com · 12 years ago
  96. 8783e78 Stop working around issue 6764. by nweiz@google.com · 12 years ago
  97. c9724a3 Ignore lockfile entries where the source is wrong. by nweiz@google.com · 12 years ago
  98. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago
  99. db9ff1e Use scheduled_test for Pub tests. by nweiz@google.com · 12 years ago
  100. 32db9c0 Revert "Use scheduled_test for Pub tests." by nweiz@google.com · 12 years ago