0.4.6.1
  1. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  2. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  3. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com · 12 years ago
  4. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com · 12 years ago
  5. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com · 12 years ago
  6. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  7. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  8. 9fd1680 Fix apidoc dependencies and reenable editor test by ricow@google.com · 12 years ago
  9. 7f11fa7 Mark oauth2/with_server_rejected_credentials_authenticates_again_test as flaky by ricow@google.com · 12 years ago
  10. 00da866 Move the dart2js snapshot into bin directory of sdk root. by ricow@google.com · 12 years ago
  11. b9120c5 Renumber a TODO from issue 4928 to issue 9832. by nweiz@google.com · 12 years ago
  12. 68a5c9a Add flag to disable capturing stack traces. by rnystrom@google.com · 12 years ago
  13. 3d7abb4 Exclude the expect library from apidoc. by amouravski@google.com · 12 years ago
  14. adf844a Make only_in_release_mode read the environment variable directly. by ahe@google.com · 12 years ago
  15. d50f344 Revert dartdoc documenting exports. by nweiz@google.com · 12 years ago
  16. 8751525 Have dartdoc document exports. by nweiz@google.com · 12 years ago
  17. 14a6ddc Remove some old leftover cleanup code by ricow@google.com · 12 years ago
  18. a323cd8 Revert "Have dartdoc document exports." by ajohnsen@google.com · 12 years ago
  19. 46e1783 Really fix Dartdoc. by nweiz@google.com · 12 years ago
  20. 8db0ca0 Fix the dartdoc build. by nweiz@google.com · 12 years ago
  21. da25a12c Only build apidoc in release mode. by ahe@google.com · 12 years ago
  22. 1bae122 Fix recursive directory-deletion of top-level files/links. by ajohnsen@google.com · 12 years ago
  23. 0f11168 Fix dependencies of apidoc. by ahe@google.com · 12 years ago
  24. f2059ed pub/validator/lib_test: use group instead of integration by kevmoo@j832.com · 12 years ago
  25. c931326 Fix for pub. by floitsch@google.com · 12 years ago
  26. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  27. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  28. 43d9cdb Ensure apidoc exits with non-zero exit code when dart2js crashes. by ahe@google.com · 12 years ago
  29. 5e5d827 Split apart several asynchronous tests to reduce timeouts. by nweiz@google.com · 12 years ago
  30. 8a8de00 Changed pkg option to package-root. by amouravski@google.com · 12 years ago
  31. 59a8523 Split up some slow pub tests and mark some scheduled_test tests as slow. by nweiz@google.com · 12 years ago
  32. 2510e91 Fix a few bugs breaking the pub tests. by nweiz@google.com · 12 years ago
  33. 57bf732 Always enable the friendly pub unittest config locally. by nweiz@google.com · 12 years ago
  34. 3569854 Rename the includeHiddenFiles parameter of listDir. by nweiz@google.com · 12 years ago
  35. 16367f1 Work around issue 4928. by nweiz@google.com · 12 years ago
  36. 1049bd3 Replace defer() with Future.of in pub. by nweiz@google.com · 12 years ago
  37. 0c20674 Make pub warning-clean. by nweiz@google.com · 12 years ago
  38. 5750ce8 Make listDir and createSymlink synchronous in pub. by nweiz@google.com · 12 years ago
  39. f5534bd Increase the default test timeout for scheduled tests on Windows. by nweiz@google.com · 12 years ago
  40. aa3fdc3 Mark flaky test as flaky. by rnystrom@google.com · 12 years ago
  41. 972ec0b Minor tweak to the pubspec.lock output to remove the leading whitespace from the file. by devoncarew@google.com · 12 years ago
  42. 70f8c7a Work around issue 9499. by nweiz@google.com · 12 years ago
  43. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  44. 3697a04 Add a library for manipulating stack traces. by nweiz@google.com · 12 years ago
  45. ac18c8c Work around issue 9278. by nweiz@google.com · 12 years ago
  46. d80616f Clean up the semantics of io.dart operations w.r.t. symlinks. by nweiz@google.com · 12 years ago
  47. 616ab7e Handle deleting broken symlinks on Windows. by rnystrom@google.com · 12 years ago
  48. 5f052a9 Work around issue 9360. by nweiz@google.com · 12 years ago
  49. 8783e78 Stop working around issue 6764. by nweiz@google.com · 12 years ago
  50. 7aafe74 Mark right test as flaky. by rnystrom@google.com · 12 years ago
  51. c9724a3 Ignore lockfile entries where the source is wrong. by nweiz@google.com · 12 years ago
  52. 5d68e6b Mark pub_update_test as flaky. by nweiz@google.com · 12 years ago
  53. 30afbfd Provisionally un-flake pub tests. by nweiz@google.com · 12 years ago
  54. cc340dc Increase the scheduled_test timeout for Git tests on Windows. by nweiz@google.com · 12 years ago
  55. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago
  56. 84dd8a5 "new Map()" -> "new Map.from()" in pub. by nweiz@google.com · 12 years ago
  57. db9ff1e Use scheduled_test for Pub tests. by nweiz@google.com · 12 years ago
  58. 32db9c0 Revert "Use scheduled_test for Pub tests." by nweiz@google.com · 12 years ago
  59. 82cbc2d Use scheduled_test for Pub tests. by nweiz@google.com · 12 years ago
  60. 83d896d Fix a couple broken tests in pub/validator_test. by nweiz@google.com · 12 years ago
  61. 8f7295d Work around issue 9252 in scheduled_test and pkg/http. by nweiz@google.com · 12 years ago
  62. 49dec76 Change all File APIs to make the mode and encoding arguments named by sgjesse@google.com · 12 years ago
  63. 78a4088 Actually make status file do something. by rnystrom@google.com · 12 years ago
  64. 5def0d4 Disable failing test on Windows until I can fix it. by rnystrom@google.com · 12 years ago
  65. 2f2b30e Handle broken symlinks when creating package dirs. by rnystrom@google.com · 12 years ago
  66. 4a465ef Remove support for SDK dependencies. by rnystrom@google.com · 12 years ago
  67. e57443e Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  68. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  69. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  70. f12902d Fix some analyzer warnings in pub. by nweiz@google.com · 12 years ago
  71. a9a8d42 Add a SafeHttpServer shim to work around issue 9140. by nweiz@google.com · 12 years ago
  72. a455e0d add cache list command to pub by keertip@google.com · 12 years ago
  73. 139e02c Rename analyzer-experimental to analyzer_experimental. by scheglov@google.com · 12 years ago
  74. 0e32e03 Fix pub_lish_test. by nweiz@google.com · 12 years ago
  75. 0122b295 Dev dependencies. BUG=dartbug.com/5358 by rnystrom@google.com · 12 years ago
  76. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  77. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  78. f29ae52 Use default-port-aware URI comparisons in pub. by nweiz@google.com · 12 years ago
  79. 6e056b8 Lots of little changes for dartdoc/apidoc. by amouravski@google.com · 12 years ago
  80. 15762df Stop working around issue 8512. by nweiz@google.com · 13 years ago
  81. 845e550 Properly handle errors from the OAuth2 token endpoint in pub. by nweiz@google.com · 13 years ago
  82. c71bb58 Update pub to use the latest dart:io stream APIs. by nweiz@google.com · 13 years ago
  83. dd48256 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 13 years ago
  84. cd9bcfe Remove references to capital-D-Dynamic. by lrn@google.com · 13 years ago
  85. bead146 Renamed StreamSink to EventSink. Renamed signalError to addError. by lrn@google.com · 13 years ago
  86. b609684 Make IOSink implement StringSink by sgjesse@google.com · 13 years ago
  87. 44b1941 Revert "Remove pkg from apidoc." by johnniwinther@google.com · 13 years ago
  88. 4f40f1d Remove pkg from apidoc. by johnniwinther@google.com · 13 years ago
  89. b3e5168 Add a failing test for handling broken symlinks. by rnystrom@google.com · 13 years ago
  90. 43d6b6a Support full dart2js output for dartdoc/apidoc. by johnniwinther@google.com · 13 years ago
  91. 50d1fc7 Delete files synchronously. by rnystrom@google.com · 13 years ago
  92. 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
  93. 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
  94. 85b572e Mark flaky pub tests Review URL: https://codereview.chromium.org//12377042 by ricow@google.com · 13 years ago
  95. 621650b Disable breaking tests while I investigate the issue. I don't really want to revert; by gram@google.com · 13 years ago
  96. a903dfd Remove the wrapStream workaround for issue 8310. by nweiz@google.com · 13 years ago
  97. 2a0c74a Make pub warning-clean. by nweiz@google.com · 13 years ago
  98. 3ce4e71 Make use of Completer.isComplete in pub and pkg/scheduled_test. by nweiz@google.com · 13 years ago
  99. cc8cefc Timer callbacks don't take arguments anymore. by floitsch@google.com · 13 years ago
  100. ff006ed Timer callback doesn't take an argument anymore. by floitsch@google.com · 13 years ago