0.5.7.1
  1. 185ad68 Version 0.5.7.0 . by dgrove@google.com · 10 years ago 0.5.7.0
  2. 89638af Version 0.5.4.0 . by dgrove@google.com · 10 years ago 0.5.4.0
  3. 7c6b18a Version 0.5.2.0 . by dgrove@google.com · 10 years ago 0.5.2.0
  4. 784722f Version 0.5.1.0 . by dgrove@google.com · 10 years ago 0.5.1.0
  5. 68b1c09 Version 0.5.0.0 . by dgrove@google.com · 10 years ago 0.5.0.0
  6. cef855b Add a new --extra-lib option to apidoc that allows us to specify an explicit .dart file that should be included in the processing. by gram@google.com · 12 years ago
  7. d548955 Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). by ajohnsen@google.com · 12 years ago
  8. 2ef54d3 Add the ability to change the working directory by sgjesse@google.com · 12 years ago
  9. 0cd2523 Use checked-in binary to call tools/version.dart by kustermann@google.com · 12 years ago
  10. 5a8e457 Make source mirror ObjectMirror.getField synchronous by johnniwinther@google.com · 12 years ago
  11. 1dd302a Add a gitignore for pub's gyp outputs. by nweiz@google.com · 12 years ago
  12. 8ce1364 Have pub.gyp depend on the packages symlink directory. by nweiz@google.com · 12 years ago
  13. cc6e2f7 Put a snapshot of pub in the SDK. by nweiz@google.com · 12 years ago
  14. eccaec8 Updated testrunner: by gram@google.com · 12 years ago
  15. 797c6ae Remove dartdoc specific methods from dart2js_mirror. by johnniwinther@google.com · 12 years ago
  16. e27e3c8 Revert "Remove dartdoc specific methods from dart2js_mirror." by johnniwinther@google.com · 12 years ago
  17. 314a922 Remove dartdoc specific methods from dart2js_mirror. by johnniwinther@google.com · 12 years ago
  18. 24213be Move pub into sdk/lib/_internal. by nweiz@google.com · 12 years ago
  19. f4f3958 Change MirrorSystem.libraries to Map<Uri, String> by johnniwinther@google.com · 12 years ago
  20. 6c9cc58 Use the cached pubspec if possible for describing hosted packages. by rnystrom@google.com · 12 years ago
  21. 76cc853 Disable SDK constraint checking on bleeding edge. by rnystrom@google.com · 12 years ago
  22. 89cb31e Fix some warnings in pub and pkg packages. by nweiz@google.com · 12 years ago
  23. a204feb Fix type annotation. by rnystrom@google.com · 12 years ago
  24. da64316 Migrate pub away from throwing strings. by nweiz@google.com · 12 years ago
  25. fe71916 Switch to backtracking solver. by rnystrom@google.com · 12 years ago
  26. ff4ef88 Select packages that match SDK constraints. by rnystrom@google.com · 12 years ago
  27. a2b229b Revise based on feedback from previous patch. by rnystrom@google.com · 12 years ago
  28. 91edf93 Disable backtracking solver. by rnystrom@google.com · 12 years ago
  29. 67239a9 Use backtracking when solving dependency constraints. by rnystrom@google.com · 12 years ago
  30. a80a4ad Stop manually handling broken symlinks in listDir in pub. by nweiz@google.com · 12 years ago
  31. ee5f6fc Use the dart:io IOSink API in pub. by nweiz@google.com · 12 years ago
  32. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  33. 6c6ee27 Remove tests that don't work with asBroadcastStreams anymore. by floitsch@google.com · 12 years ago
  34. a1e1153 First round of fixes. by floitsch@google.com · 12 years ago
  35. 62d413e Remove StreamController.broadcast. by floitsch@google.com · 12 years ago
  36. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  37. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  38. b4eacbf Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. by ajohnsen@google.com · 12 years ago
  39. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  40. 485c8a5 Move Iterable implementation to collection. by lrn@google.com · 12 years ago
  41. bebe3ac Refactor List.setRange function. by floitsch@google.com · 12 years ago
  42. b09546b Don't delay IOSink.close() with no subscription to the next instance. by ajohnsen@google.com · 12 years ago
  43. e718657 Fix dartc tests and pub after IOSink change. by ajohnsen@google.com · 12 years ago
  44. 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
  45. 94fd64a Import math library with a prefix. by floitsch@google.com · 12 years ago
  46. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  47. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  48. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com · 12 years ago
  49. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com · 12 years ago
  50. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com · 12 years ago
  51. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  52. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  53. 9fd1680 Fix apidoc dependencies and reenable editor test by ricow@google.com · 12 years ago
  54. 7f11fa7 Mark oauth2/with_server_rejected_credentials_authenticates_again_test as flaky by ricow@google.com · 12 years ago
  55. 00da866 Move the dart2js snapshot into bin directory of sdk root. by ricow@google.com · 12 years ago
  56. b9120c5 Renumber a TODO from issue 4928 to issue 9832. by nweiz@google.com · 12 years ago
  57. 68a5c9a Add flag to disable capturing stack traces. by rnystrom@google.com · 12 years ago
  58. 3d7abb4 Exclude the expect library from apidoc. by amouravski@google.com · 12 years ago
  59. adf844a Make only_in_release_mode read the environment variable directly. by ahe@google.com · 12 years ago
  60. d50f344 Revert dartdoc documenting exports. by nweiz@google.com · 12 years ago
  61. 8751525 Have dartdoc document exports. by nweiz@google.com · 12 years ago
  62. 14a6ddc Remove some old leftover cleanup code by ricow@google.com · 12 years ago
  63. a323cd8 Revert "Have dartdoc document exports." by ajohnsen@google.com · 12 years ago
  64. 46e1783 Really fix Dartdoc. by nweiz@google.com · 12 years ago
  65. 8db0ca0 Fix the dartdoc build. by nweiz@google.com · 12 years ago
  66. da25a12c Only build apidoc in release mode. by ahe@google.com · 12 years ago
  67. 1bae122 Fix recursive directory-deletion of top-level files/links. by ajohnsen@google.com · 12 years ago
  68. 0f11168 Fix dependencies of apidoc. by ahe@google.com · 12 years ago
  69. f2059ed pub/validator/lib_test: use group instead of integration by kevmoo@j832.com · 12 years ago
  70. c931326 Fix for pub. by floitsch@google.com · 12 years ago
  71. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  72. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  73. 43d9cdb Ensure apidoc exits with non-zero exit code when dart2js crashes. by ahe@google.com · 12 years ago
  74. 5e5d827 Split apart several asynchronous tests to reduce timeouts. by nweiz@google.com · 12 years ago
  75. 8a8de00 Changed pkg option to package-root. by amouravski@google.com · 12 years ago
  76. 59a8523 Split up some slow pub tests and mark some scheduled_test tests as slow. by nweiz@google.com · 12 years ago
  77. 2510e91 Fix a few bugs breaking the pub tests. by nweiz@google.com · 12 years ago
  78. 57bf732 Always enable the friendly pub unittest config locally. by nweiz@google.com · 12 years ago
  79. 3569854 Rename the includeHiddenFiles parameter of listDir. by nweiz@google.com · 12 years ago
  80. 16367f1 Work around issue 4928. by nweiz@google.com · 12 years ago
  81. 1049bd3 Replace defer() with Future.of in pub. by nweiz@google.com · 12 years ago
  82. 0c20674 Make pub warning-clean. by nweiz@google.com · 12 years ago
  83. 5750ce8 Make listDir and createSymlink synchronous in pub. by nweiz@google.com · 12 years ago
  84. f5534bd Increase the default test timeout for scheduled tests on Windows. by nweiz@google.com · 12 years ago
  85. aa3fdc3 Mark flaky test as flaky. by rnystrom@google.com · 12 years ago
  86. 972ec0b Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. by devoncarew@google.com · 12 years ago
  87. 70f8c7a Work around issue 9499. by nweiz@google.com · 12 years ago
  88. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  89. 3697a04 Add a library for manipulating stack traces. by nweiz@google.com · 12 years ago
  90. ac18c8c Work around issue 9278. by nweiz@google.com · 12 years ago
  91. d80616f Clean up the semantics of io.dart operations w.r.t. symlinks. by nweiz@google.com · 12 years ago
  92. 616ab7e Handle deleting broken symlinks on Windows. by rnystrom@google.com · 12 years ago
  93. 5f052a9 Work around issue 9360. by nweiz@google.com · 12 years ago
  94. 8783e78 Stop working around issue 6764. by nweiz@google.com · 12 years ago
  95. 7aafe74 Mark right test as flaky. by rnystrom@google.com · 12 years ago
  96. c9724a3 Ignore lockfile entries where the source is wrong. by nweiz@google.com · 12 years ago
  97. 5d68e6b Mark pub_update_test as flaky. by nweiz@google.com · 12 years ago
  98. 30afbfd Provisionally un-flake pub tests. by nweiz@google.com · 12 years ago
  99. cc340dc Increase the scheduled_test timeout for Git tests on Windows. by nweiz@google.com · 12 years ago
  100. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago