0.2.4.1
  1. 3fb4170 Rename File.readAsText to File.readAsString. There is no Text type in Dart by ager@google.com · 13 years ago
  2. fe0c55a Rename classes, methods and fields when minifying by erikcorry@google.com · 13 years ago
  3. 90325c7 Remove support for old package layouts. by rnystrom@google.com · 13 years ago
  4. 24b6b08 Don't require "branches" directory in git repo. by rnystrom@google.com · 13 years ago
  5. 7cc5243 Validate that the homepage is using an approved scheme. by rnystrom@google.com · 13 years ago
  6. 4fc4f5e Undo bogus change to use old dart:io API. by rnystrom@google.com · 13 years ago
  7. 26e59cf Fix error reporting on invalid command line args. by rnystrom@google.com · 13 years ago
  8. 3e2f323 Dynamic -> dynamic. by floitsch@google.com · 13 years ago
  9. 10c9d93 Place "packages" directories inside "tool". by rnystrom@google.com · 13 years ago
  10. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  11. ab69873 Make RegExp constructor non-const. by ajohnsen@google.com · 13 years ago
  12. ec9fee9 "Reverting 14829-14832" by ajohnsen@google.com · 13 years ago
  13. 0dbc2e6 Two more files with const RegExp. by ajohnsen@google.com · 13 years ago
  14. 8dc3edd Make RegExp's constructor non-const. by ajohnsen@google.com · 13 years ago
  15. ed44b92 Splitting SVG types out of dart:html. by blois@google.com · 13 years ago
  16. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  17. 46adf67 Allow an empty "dependencies" key in a pubspec. by rnystrom@google.com · 13 years ago
  18. 982aac1 Handle URLs in 'git clone' argument. by rnystrom@google.com · 13 years ago
  19. 88c2ed9 Re-included matchers documentation. by amouravski@google.com · 13 years ago
  20. 58a0166 Update utils to new library syntax. by gram@google.com · 13 years ago
  21. c8d4f7d Mark pub windows git tests as potentially timing out. by rnystrom@google.com · 13 years ago
  22. bf31c85 Pass absolute path to git. by rnystrom@google.com · 13 years ago
  23. 9c0ace0 Revert "Pass absolute path to git (redux)." by rnystrom@google.com · 13 years ago
  24. 930a3f1 Pass absolute path to git (redux). by rnystrom@google.com · 13 years ago
  25. 0caf122 Revert "Pass absolute path to 'git clone'." by rnystrom@google.com · 13 years ago
  26. 8bea0cc Pass absolute path to 'git clone'. by rnystrom@google.com · 13 years ago
  27. f50263a Revert "Try setting the working directory explicitly." by rnystrom@google.com · 13 years ago
  28. c5fb801 Try setting the working directory explicitly. by rnystrom@google.com · 13 years ago
  29. b61bebe Allow Directory.create to create all missing path components. by ager@google.com · 13 years ago
  30. 07e6f0d Handle (missing) trailing slash in dartdoc by johnniwinther@google.com · 13 years ago
  31. 1e96528 Fix move errors. by johnniwinther@google.com · 13 years ago
  32. 5704507 Show better error messages in network failures. by rnystrom@google.com · 13 years ago
  33. bfab279 Don't show http package docs on api.dartlang.org. by rnystrom@google.com · 13 years ago
  34. b3f4c99 Revert "Handle (missing) trailing slash in dartdoc" by johnniwinther@google.com · 13 years ago
  35. b861fa6 Handle (missing) trailing slash in dartdoc by johnniwinther@google.com · 13 years ago
  36. 7897a78 Changes outside pkg/ and lib/ for directory refactoring by dgrove@google.com · 13 years ago
  37. 981c4b1 Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. by gram@google.com · 13 years ago
  38. ec9e32f ObjectMirror => ContainerMirror declaredMembers => members by johnniwinther@google.com · 13 years ago
  39. c561c7f Configure git explicitly when committing. by rnystrom@google.com · 13 years ago
  40. 30f4763 Revert "Explicitly configure git committer." by rnystrom@google.com · 13 years ago
  41. 36ced39 Explicitly configure git committer. by rnystrom@google.com · 13 years ago
  42. f3cd95e LibraryMirror interface updated to match dart:mirrors. by johnniwinther@google.com · 13 years ago
  43. 9ed6080 Don't depend on V8 when creating the SDK. by ahe@google.com · 13 years ago
  44. bad0f22 Change surroundingDeclaration to DeclarationMirror.owner by johnniwinther@google.com · 13 years ago
  45. a9ec3ff Rename InterfaceMirror to ClassMirror by johnniwinther@google.com · 13 years ago
  46. 83f2cfa Get rid of 'close' on process. It is very easy to use incorrectly and cut off data from your streams. by ager@google.com · 13 years ago
  47. 4c67d2a Enabled use of snapshot for dart2js on Windows. by aprelev@gmail.com · 13 years ago
  48. f7d27f2 Modified unittest to use new argument syntax. by gram@google.com · 13 years ago
  49. 7041a6b Make methods in Stopwatch getters and rename to be more consistent. by floitsch@google.com · 13 years ago
  50. 38be5a3 Revert "Minifying renamer for classes, methods and instance variables." by erikcorry@google.com · 13 years ago
  51. a33aa90 Minifying renamer for classes, methods and instance variables. by erikcorry@google.com · 13 years ago
  52. b24c823 Add logic to exclude certain libraries from API doc. by amouravski@google.com · 13 years ago
  53. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  54. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  55. 93021fe Decrease swarm compile-time by 20%... by ahe@google.com · 13 years ago
  56. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  57. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  58. 8d84a68 Remove wrong type annotation. by rnystrom@google.com · 13 years ago
  59. ab8d8d9 Explicitly create a git config in the test repos. by rnystrom@google.com · 13 years ago
  60. f573519 Include an explicit author when committing. by rnystrom@google.com · 13 years ago
  61. 3b5d04d Fixes documentation generation for dart:html. by amouravski@google.com · 13 years ago
  62. 9049103 Add script for pub buildbots. by rnystrom@google.com · 13 years ago
  63. 86d8712 remove api doc server, it's now in github by sethladd@google.com · 13 years ago
  64. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  65. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  66. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  67. fa916d3 Fixed the HTML doc breakage. by amouravski@google.com · 13 years ago
  68. 4c04a09 Apply patch from other client. by rnystrom@google.com · 13 years ago
  69. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  70. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  71. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  72. 0f11f4b Skip git pub tests as they do not work on Windows buildbots. by ager@google.com · 13 years ago
  73. 57d5cd2 Remove second sleep in pub and enable pub tests on Windows. by ager@google.com · 13 years ago
  74. e18e792 Do *not* make file handles inheritable on Windows. by ager@google.com · 13 years ago
  75. 5fb2069 Get rid of more () in getter definitions. by kasperl@google.com · 13 years ago
  76. 31fb4a0 Complete renaming of ie bots to ie9, to add ie10. by efortuna@google.com · 13 years ago
  77. 9074fd0 Make hashCode a getter and not a method. by floitsch@google.com · 13 years ago
  78. bb04388 Temporary fix to make IE bots green. by ricow@google.com · 13 years ago
  79. 755abed Generate snapshot for dartj2s; use it in the SDK. by ahe@google.com · 13 years ago
  80. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  81. 4839206 Rename ie to ie9. Review URL: https://codereview.chromium.org//11184015 by efortuna@google.com · 13 years ago
  82. ff9e0f7 Change Process.start to return a future that completes with a by ager@google.com · 13 years ago
  83. f8948ae Delete temporary files on Opera bot. by efortuna@google.com · 13 years ago
  84. 11a3d6b Reverting 13708 by nweiz@google.com · 13 years ago
  85. ac3242b Add a Pub test that runs against the real Dart SDK. by nweiz@google.com · 13 years ago
  86. adb5346 Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet). by regis@google.com · 13 years ago
  87. 1cbee26 Use correct newline-token on windows, in pub. by ajohnsen@google.com · 13 years ago
  88. 5a104d7 Extract a list of lines from a process' stdout and stderr, in pub. by ajohnsen@google.com · 13 years ago
  89. 19d27b1 Pub fix for Windows by johnniwinther@google.com · 13 years ago
  90. f7b22d4 Download packages to temp dir inside system cache. by ricow@google.com · 13 years ago
  91. e6fbcf3 Add prefix. by rnystrom@google.com · 13 years ago
  92. ba08023 Sleep before moving directory on Windows. by rnystrom@google.com · 13 years ago
  93. 4091f4e Put a nasty sleep() on Windows. by rnystrom@google.com · 13 years ago
  94. 1bb5746 Download to a temp dir and rename on success. by rnystrom@google.com · 13 years ago
  95. 5c4c062 Delete temporary profile files for Opera as well as Firefox. by efortuna@google.com · 13 years ago
  96. 403bbf4 Added the ability for testrunner to start the HTTP server with a random port and communicate that port to the tests via a 'testState' map in unittest. by gram@google.com · 13 years ago
  97. 29611d7 Added ability to have custom test HTTP server handlers in the test directories. by gram@google.com · 13 years ago
  98. fc169ee "Reverting 13451" by rnystrom@google.com · 13 years ago
  99. 87f5622 Print out the working directory when git fails. by rnystrom@google.com · 13 years ago
  100. e9ff266 "Reverting 13440" by rnystrom@google.com · 13 years ago