0.4.4.0
  1. 273eb82 Version 0.4.4.0 . by dgrove@google.com · 10 years ago 0.4.4.0
  2. 41e17a3 Version 0.4.3.5 by dgrove@google.com · 10 years ago 0.4.3.5
  3. affc107 Version 0.4.3.2 . by dgrove@google.com · 10 years ago 0.4.3.2
  4. 972ec0b Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. by devoncarew@google.com · 12 years ago
  5. 70f8c7a Work around issue 9499. by nweiz@google.com · 12 years ago
  6. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  7. 3697a04 Add a library for manipulating stack traces. by nweiz@google.com · 12 years ago
  8. ac18c8c Work around issue 9278. by nweiz@google.com · 12 years ago
  9. d80616f Clean up the semantics of io.dart operations w.r.t. symlinks. by nweiz@google.com · 12 years ago
  10. 616ab7e Handle deleting broken symlinks on Windows. by rnystrom@google.com · 12 years ago
  11. 5f052a9 Work around issue 9360. by nweiz@google.com · 12 years ago
  12. 8783e78 Stop working around issue 6764. by nweiz@google.com · 12 years ago
  13. 7aafe74 Mark right test as flaky. by rnystrom@google.com · 12 years ago
  14. c9724a3 Ignore lockfile entries where the source is wrong. by nweiz@google.com · 12 years ago
  15. 5d68e6b Mark pub_update_test as flaky. by nweiz@google.com · 12 years ago
  16. 30afbfd Provisionally un-flake pub tests. by nweiz@google.com · 12 years ago
  17. cc340dc Increase the scheduled_test timeout for Git tests on Windows. by nweiz@google.com · 12 years ago
  18. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago
  19. 84dd8a5 "new Map()" -> "new Map.from()" in pub. by nweiz@google.com · 12 years ago
  20. db9ff1e Use scheduled_test for Pub tests. by nweiz@google.com · 12 years ago
  21. 32db9c0 Revert "Use scheduled_test for Pub tests." by nweiz@google.com · 12 years ago
  22. 82cbc2d Use scheduled_test for Pub tests. by nweiz@google.com · 12 years ago
  23. 83d896d Fix a couple broken tests in pub/validator_test. by nweiz@google.com · 12 years ago
  24. 8f7295d Work around issue 9252 in scheduled_test and pkg/http. by nweiz@google.com · 12 years ago
  25. 49dec76 Change all File APIs to make the mode and encoding arguments named by sgjesse@google.com · 12 years ago
  26. 78a4088 Actually make status file do something. by rnystrom@google.com · 12 years ago
  27. 5def0d4 Disable failing test on Windows until I can fix it. by rnystrom@google.com · 12 years ago
  28. 2f2b30e Handle broken symlinks when creating package dirs. by rnystrom@google.com · 12 years ago
  29. 4a465ef Remove support for SDK dependencies. by rnystrom@google.com · 12 years ago
  30. e57443e Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  31. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  32. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  33. f12902d Fix some analyzer warnings in pub. by nweiz@google.com · 12 years ago
  34. a9a8d42 Add a SafeHttpServer shim to work around issue 9140. by nweiz@google.com · 12 years ago
  35. a455e0d add cache list command to pub by keertip@google.com · 12 years ago
  36. 139e02c Rename analyzer-experimental to analyzer_experimental. by scheglov@google.com · 12 years ago
  37. 0e32e03 Fix pub_lish_test. by nweiz@google.com · 12 years ago
  38. 0122b295 Dev dependencies. BUG=dartbug.com/5358 by rnystrom@google.com · 12 years ago
  39. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  40. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  41. f29ae52 Use default-port-aware URI comparisons in pub. by nweiz@google.com · 12 years ago
  42. 6e056b8 Lots of little changes for dartdoc/apidoc. by amouravski@google.com · 12 years ago
  43. 15762df Stop working around issue 8512. by nweiz@google.com · 12 years ago
  44. 845e550 Properly handle errors from the OAuth2 token endpoint in pub. by nweiz@google.com · 12 years ago
  45. c71bb58 Update pub to use the latest dart:io stream APIs. by nweiz@google.com · 12 years ago
  46. dd48256 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 12 years ago
  47. cd9bcfe Remove references to capital-D-Dynamic. by lrn@google.com · 12 years ago
  48. bead146 Renamed StreamSink to EventSink. Renamed signalError to addError. by lrn@google.com · 12 years ago
  49. b609684 Make IOSink implement StringSink by sgjesse@google.com · 12 years ago
  50. 44b1941 Revert "Remove pkg from apidoc." by johnniwinther@google.com · 12 years ago
  51. 4f40f1d Remove pkg from apidoc. by johnniwinther@google.com · 12 years ago
  52. b3e5168 Add a failing test for handling broken symlinks. by rnystrom@google.com · 12 years ago
  53. 43d6b6a Support full dart2js output for dartdoc/apidoc. by johnniwinther@google.com · 12 years ago
  54. 50d1fc7 Delete files synchronously. by rnystrom@google.com · 12 years ago
  55. 9b40e6b Fix issue with async callbacks that get called synchronously while running test case function causing the test to be marked as complete prematurely. by gram@google.com · 13 years ago
  56. 1600f30 Cleanup two warning messages when running apidoc, and update the apidoc.gyp file to rerun the tool by devoncarew@google.com · 13 years ago
  57. 85b572e Mark flaky pub tests Review URL: https://codereview.chromium.org//12377042 by ricow@google.com · 13 years ago
  58. 621650b Disable breaking tests while I investigate the issue. I don't really want to revert; by gram@google.com · 13 years ago
  59. a903dfd Remove the wrapStream workaround for issue 8310. by nweiz@google.com · 13 years ago
  60. 2a0c74a Make pub warning-clean. by nweiz@google.com · 13 years ago
  61. 3ce4e71 Make use of Completer.isComplete in pub and pkg/scheduled_test. by nweiz@google.com · 13 years ago
  62. cc8cefc Timer callbacks don't take arguments anymore. by floitsch@google.com · 13 years ago
  63. ff006ed Timer callback doesn't take an argument anymore. by floitsch@google.com · 13 years ago
  64. 017d21b Unit test changes: by gram@google.com · 13 years ago
  65. 6ef35ed dart:io | Rename File.name to File.path. by whesse@google.com · 13 years ago
  66. fa78a93 Make arg parser return growable list of rest arguments. by lrn@google.com · 13 years ago
  67. 6b4f4b1 Change new List(n) to return fixed length list. by lrn@google.com · 13 years ago
  68. edee0d7 Updated an error message to inform users that their packages were not installed by amouravski@google.com · 13 years ago
  69. 1d62e0a Disable test on Windows for now. by rnystrom@google.com · 13 years ago
  70. b88ebea Handle shared path dependencies. by rnystrom@google.com · 13 years ago
  71. 3c0ac36 Remove deprecated string features. by lrn@google.com · 13 years ago
  72. c8f6014 Move pkg/path to pkg/pathos. by nweiz@google.com · 13 years ago
  73. df8647c Allow whitespace in version constraints. by rnystrom@google.com · 13 years ago
  74. e3e5d46 Make sure package names are URL encoded. by rnystrom@google.com · 13 years ago
  75. 488b016 Merge IO v2 branch to bleeding edge by sgjesse@google.com · 13 years ago
  76. 8b37852 Use relative symlinks for self links and secondary "packages" dirs. by rnystrom@google.com · 13 years ago
  77. e28a669 Make some name validation errors warnings. by rnystrom@google.com · 13 years ago
  78. d64b7d3 Use the correct set of reserved identifiers in pub validations. by nweiz@google.com · 13 years ago
  79. a1702c3 Support relative paths in path dependencies. by rnystrom@google.com · 13 years ago
  80. ecce8a6 Remove deprecated Strings class. by floitsch@google.com · 13 years ago
  81. bbfe7b0 Reapply "Make Comparable generic." by lrn@google.com · 13 years ago
  82. d4feeb4 Revert "Make Comparable generic." by kasperl@google.com · 13 years ago
  83. a0f22b7 Make Comparable generic. by lrn@google.com · 13 years ago
  84. 03f5a66 Recommit changing List.skip/take/revert returns Iterable and remove mappedBy. by lrn@google.com · 13 years ago
  85. 5ed8545 Revert "Support relative paths in path dependencies." by rnystrom@google.com · 13 years ago
  86. 8514e44 Support relative paths in path dependencies. by rnystrom@google.com · 13 years ago
  87. 0e0473d Unbreak pub: by rnystrom@google.com · 13 years ago
  88. 0672317 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  89. ad839e6 Revert "Remove deprecated mappedBy." by floitsch@google.com · 13 years ago
  90. b371007 Remove deprecated mappedBy. by floitsch@google.com · 13 years ago
  91. ecbf447 Reapply "New implementation of {,Linked}Hash{Set,Map}." by lrn@google.com · 13 years ago
  92. db82ff1 Fix pub on windows. by rnystrom@google.com · 13 years ago
  93. b12e27a Get rid of join() and encapsulate File and Directory in io.dart. by rnystrom@google.com · 13 years ago
  94. 10f7ad9 Clean up some warnings and deprecated calls. by rnystrom@google.com · 13 years ago
  95. ba326cd Get rid of old redundant methods in io.dart. by rnystrom@google.com · 13 years ago
  96. c83eac0 Add mdn docs to json, tag which classes are throwable, and provide additional information about parameter elements, and store FunctionTypeElements. by jacobr@google.com · 13 years ago
  97. 96697d6 Fix path tests on windows. by rnystrom@google.com · 13 years ago
  98. 76ec804 Auto-reinstall broken packages in the system cache. by rnystrom@google.com · 13 years ago
  99. bd0d874 Take Sam Elkhateeb's path for "path" dependencies and clean it up some. by rnystrom@google.com · 13 years ago
  100. acd03ab dart:io: Use PathBuffer class for Directory.list on Windows platform. by whesse@google.com · 13 years ago