0.5.17.0
  1. f368cb1 Version 0.5.17.0 by ricow@google.com · 10 years ago 0.5.17.0
  2. dc5396c Update trunk to version 0.5.15.0 by sigmund@google.com · 10 years ago 0.5.15.0
  3. ca73d50 Version 0.5.13.1 . by dgrove@google.com · 10 years ago 0.5.13.1
  4. 589dc02 Version 0.5.13.0 . by dgrove@google.com · 10 years ago 0.5.13.0
  5. a53f32e Version 0.5.12.0 by ricow@google.com · 10 years ago 0.5.12.0
  6. 185ad68 Version 0.5.7.0 . by dgrove@google.com · 10 years ago 0.5.7.0
  7. 89638af Version 0.5.4.0 . by dgrove@google.com · 10 years ago 0.5.4.0
  8. 7c6b18a Version 0.5.2.0 . by dgrove@google.com · 10 years ago 0.5.2.0
  9. 784722f Version 0.5.1.0 . by dgrove@google.com · 10 years ago 0.5.1.0
  10. 68b1c09 Version 0.5.0.0 . by dgrove@google.com · 10 years ago 0.5.0.0
  11. a12382d Fix for issue 11112 align flags to formats used by other tools. by asiva@google.com · 12 years ago
  12. 93e817b Add packages as a dependency for dart2js target by ricow@google.com · 12 years ago
  13. 126fc37 Makes snapshot smarter so that it can run dart2js on the client files. by amouravski@google.com · 12 years ago
  14. 6c96878 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  15. d86c723 Roll back 16364004 and 16206027. by amouravski@google.com · 12 years ago
  16. 0d1be28 Add dartdoc to the generated utils snapshot. by amouravski@google.com · 12 years ago
  17. 604f2ac Revert revision 23575. by ricow@google.com · 12 years ago
  18. 950934a Add dartdoc to the generated utils snapshot by ricow@google.com · 12 years ago
  19. b7eb5ae Cleanup various test status files. by regis@google.com · 12 years ago
  20. 7841206 Change File.directory to not do any IO by sgjesse@google.com · 12 years ago
  21. 4638137 Switch from DRT to content shell. by antonm@google.com · 12 years ago
  22. 724aec4 Fix breakages from r23266 by sgjesse@google.com · 12 years ago
  23. 7839180 Fix breakages from r23266 by sgjesse@google.com · 12 years ago
  24. 9d6a64e Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 12 years ago
  25. 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
  26. d548955 Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). by ajohnsen@google.com · 12 years ago
  27. 2ef54d3 Add the ability to change the working directory by sgjesse@google.com · 12 years ago
  28. 0cd2523 Use checked-in binary to call tools/version.dart by kustermann@google.com · 12 years ago
  29. 5a8e457 Make source mirror ObjectMirror.getField synchronous by johnniwinther@google.com · 12 years ago
  30. 1dd302a Add a gitignore for pub's gyp outputs. by nweiz@google.com · 12 years ago
  31. 8ce1364 Have pub.gyp depend on the packages symlink directory. by nweiz@google.com · 12 years ago
  32. cc6e2f7 Put a snapshot of pub in the SDK. by nweiz@google.com · 12 years ago
  33. eccaec8 Updated testrunner: by gram@google.com · 12 years ago
  34. 797c6ae Remove dartdoc specific methods from dart2js_mirror. by johnniwinther@google.com · 12 years ago
  35. e27e3c8 Revert "Remove dartdoc specific methods from dart2js_mirror." by johnniwinther@google.com · 12 years ago
  36. 314a922 Remove dartdoc specific methods from dart2js_mirror. by johnniwinther@google.com · 12 years ago
  37. 24213be Move pub into sdk/lib/_internal. by nweiz@google.com · 12 years ago
  38. f4f3958 Change MirrorSystem.libraries to Map<Uri, String> by johnniwinther@google.com · 12 years ago
  39. 6c9cc58 Use the cached pubspec if possible for describing hosted packages. by rnystrom@google.com · 12 years ago
  40. 76cc853 Disable SDK constraint checking on bleeding edge. by rnystrom@google.com · 12 years ago
  41. 89cb31e Fix some warnings in pub and pkg packages. by nweiz@google.com · 12 years ago
  42. a204feb Fix type annotation. by rnystrom@google.com · 12 years ago
  43. da64316 Migrate pub away from throwing strings. by nweiz@google.com · 12 years ago
  44. fe71916 Switch to backtracking solver. by rnystrom@google.com · 12 years ago
  45. ff4ef88 Select packages that match SDK constraints. by rnystrom@google.com · 12 years ago
  46. a2b229b Revise based on feedback from previous patch. by rnystrom@google.com · 12 years ago
  47. 91edf93 Disable backtracking solver. by rnystrom@google.com · 12 years ago
  48. 67239a9 Use backtracking when solving dependency constraints. by rnystrom@google.com · 12 years ago
  49. a80a4ad Stop manually handling broken symlinks in listDir in pub. by nweiz@google.com · 12 years ago
  50. ee5f6fc Use the dart:io IOSink API in pub. by nweiz@google.com · 12 years ago
  51. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  52. 6c6ee27 Remove tests that don't work with asBroadcastStreams anymore. by floitsch@google.com · 12 years ago
  53. a1e1153 First round of fixes. by floitsch@google.com · 12 years ago
  54. 62d413e Remove StreamController.broadcast. by floitsch@google.com · 12 years ago
  55. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  56. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  57. b4eacbf Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. by ajohnsen@google.com · 12 years ago
  58. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  59. 485c8a5 Move Iterable implementation to collection. by lrn@google.com · 12 years ago
  60. bebe3ac Refactor List.setRange function. by floitsch@google.com · 12 years ago
  61. b09546b Don't delay IOSink.close() with no subscription to the next instance. by ajohnsen@google.com · 12 years ago
  62. e718657 Fix dartc tests and pub after IOSink change. by ajohnsen@google.com · 12 years ago
  63. 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
  64. 94fd64a Import math library with a prefix. by floitsch@google.com · 12 years ago
  65. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  66. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  67. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com · 12 years ago
  68. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com · 12 years ago
  69. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com · 12 years ago
  70. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  71. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  72. 9fd1680 Fix apidoc dependencies and reenable editor test by ricow@google.com · 12 years ago
  73. 7f11fa7 Mark oauth2/with_server_rejected_credentials_authenticates_again_test as flaky by ricow@google.com · 12 years ago
  74. 00da866 Move the dart2js snapshot into bin directory of sdk root. by ricow@google.com · 12 years ago
  75. b9120c5 Renumber a TODO from issue 4928 to issue 9832. by nweiz@google.com · 12 years ago
  76. 68a5c9a Add flag to disable capturing stack traces. by rnystrom@google.com · 12 years ago
  77. 3d7abb4 Exclude the expect library from apidoc. by amouravski@google.com · 12 years ago
  78. adf844a Make only_in_release_mode read the environment variable directly. by ahe@google.com · 12 years ago
  79. d50f344 Revert dartdoc documenting exports. by nweiz@google.com · 12 years ago
  80. 8751525 Have dartdoc document exports. by nweiz@google.com · 12 years ago
  81. 14a6ddc Remove some old leftover cleanup code by ricow@google.com · 12 years ago
  82. a323cd8 Revert "Have dartdoc document exports." by ajohnsen@google.com · 12 years ago
  83. 46e1783 Really fix Dartdoc. by nweiz@google.com · 12 years ago
  84. 8db0ca0 Fix the dartdoc build. by nweiz@google.com · 12 years ago
  85. da25a12c Only build apidoc in release mode. by ahe@google.com · 12 years ago
  86. 1bae122 Fix recursive directory-deletion of top-level files/links. by ajohnsen@google.com · 12 years ago
  87. 0f11168 Fix dependencies of apidoc. by ahe@google.com · 12 years ago
  88. f2059ed pub/validator/lib_test: use group instead of integration by kevmoo@j832.com · 12 years ago
  89. c931326 Fix for pub. by floitsch@google.com · 12 years ago
  90. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  91. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  92. 43d9cdb Ensure apidoc exits with non-zero exit code when dart2js crashes. by ahe@google.com · 12 years ago
  93. 5e5d827 Split apart several asynchronous tests to reduce timeouts. by nweiz@google.com · 12 years ago
  94. 8a8de00 Changed pkg option to package-root. by amouravski@google.com · 12 years ago
  95. 59a8523 Split up some slow pub tests and mark some scheduled_test tests as slow. by nweiz@google.com · 12 years ago
  96. 2510e91 Fix a few bugs breaking the pub tests. by nweiz@google.com · 12 years ago
  97. 57bf732 Always enable the friendly pub unittest config locally. by nweiz@google.com · 12 years ago
  98. 3569854 Rename the includeHiddenFiles parameter of listDir. by nweiz@google.com · 12 years ago
  99. 16367f1 Work around issue 4928. by nweiz@google.com · 12 years ago
  100. 1049bd3 Replace defer() with Future.of in pub. by nweiz@google.com · 12 years ago