0.2.2.1
  1. ec9e32f ObjectMirror => ContainerMirror declaredMembers => members by johnniwinther@google.com · 13 years ago
  2. c561c7f Configure git explicitly when committing. by rnystrom@google.com · 13 years ago
  3. 30f4763 Revert "Explicitly configure git committer." by rnystrom@google.com · 13 years ago
  4. 36ced39 Explicitly configure git committer. by rnystrom@google.com · 13 years ago
  5. f3cd95e LibraryMirror interface updated to match dart:mirrors. by johnniwinther@google.com · 13 years ago
  6. 9ed6080 Don't depend on V8 when creating the SDK. by ahe@google.com · 13 years ago
  7. bad0f22 Change surroundingDeclaration to DeclarationMirror.owner by johnniwinther@google.com · 13 years ago
  8. a9ec3ff Rename InterfaceMirror to ClassMirror by johnniwinther@google.com · 13 years ago
  9. 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
  10. 4c67d2a Enabled use of snapshot for dart2js on Windows. by aprelev@gmail.com · 13 years ago
  11. f7d27f2 Modified unittest to use new argument syntax. by gram@google.com · 13 years ago
  12. 7041a6b Make methods in Stopwatch getters and rename to be more consistent. by floitsch@google.com · 13 years ago
  13. 38be5a3 Revert "Minifying renamer for classes, methods and instance variables." by erikcorry@google.com · 13 years ago
  14. a33aa90 Minifying renamer for classes, methods and instance variables. by erikcorry@google.com · 13 years ago
  15. b24c823 Add logic to exclude certain libraries from API doc. by amouravski@google.com · 13 years ago
  16. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  17. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  18. 93021fe Decrease swarm compile-time by 20%... by ahe@google.com · 13 years ago
  19. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  20. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  21. 8d84a68 Remove wrong type annotation. by rnystrom@google.com · 13 years ago
  22. ab8d8d9 Explicitly create a git config in the test repos. by rnystrom@google.com · 13 years ago
  23. f573519 Include an explicit author when committing. by rnystrom@google.com · 13 years ago
  24. 3b5d04d Fixes documentation generation for dart:html. by amouravski@google.com · 13 years ago
  25. 9049103 Add script for pub buildbots. by rnystrom@google.com · 13 years ago
  26. 86d8712 remove api doc server, it's now in github by sethladd@google.com · 13 years ago
  27. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  28. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  29. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  30. fa916d3 Fixed the HTML doc breakage. by amouravski@google.com · 13 years ago
  31. 4c04a09 Apply patch from other client. by rnystrom@google.com · 13 years ago
  32. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  33. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  34. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  35. 0f11f4b Skip git pub tests as they do not work on Windows buildbots. by ager@google.com · 13 years ago
  36. 57d5cd2 Remove second sleep in pub and enable pub tests on Windows. by ager@google.com · 13 years ago
  37. e18e792 Do *not* make file handles inheritable on Windows. by ager@google.com · 13 years ago
  38. 5fb2069 Get rid of more () in getter definitions. by kasperl@google.com · 13 years ago
  39. 31fb4a0 Complete renaming of ie bots to ie9, to add ie10. by efortuna@google.com · 13 years ago
  40. 9074fd0 Make hashCode a getter and not a method. by floitsch@google.com · 13 years ago
  41. bb04388 Temporary fix to make IE bots green. by ricow@google.com · 13 years ago
  42. 755abed Generate snapshot for dartj2s; use it in the SDK. by ahe@google.com · 13 years ago
  43. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  44. 4839206 Rename ie to ie9. Review URL: https://codereview.chromium.org//11184015 by efortuna@google.com · 13 years ago
  45. ff9e0f7 Change Process.start to return a future that completes with a by ager@google.com · 13 years ago
  46. f8948ae Delete temporary files on Opera bot. by efortuna@google.com · 13 years ago
  47. 11a3d6b Reverting 13708 by nweiz@google.com · 13 years ago
  48. ac3242b Add a Pub test that runs against the real Dart SDK. by nweiz@google.com · 13 years ago
  49. 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
  50. 1cbee26 Use correct newline-token on windows, in pub. by ajohnsen@google.com · 13 years ago
  51. 5a104d7 Extract a list of lines from a process' stdout and stderr, in pub. by ajohnsen@google.com · 13 years ago
  52. 19d27b1 Pub fix for Windows by johnniwinther@google.com · 13 years ago
  53. f7b22d4 Download packages to temp dir inside system cache. by ricow@google.com · 13 years ago
  54. e6fbcf3 Add prefix. by rnystrom@google.com · 13 years ago
  55. ba08023 Sleep before moving directory on Windows. by rnystrom@google.com · 13 years ago
  56. 4091f4e Put a nasty sleep() on Windows. by rnystrom@google.com · 13 years ago
  57. 1bb5746 Download to a temp dir and rename on success. by rnystrom@google.com · 13 years ago
  58. 5c4c062 Delete temporary profile files for Opera as well as Firefox. by efortuna@google.com · 13 years ago
  59. 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
  60. 29611d7 Added ability to have custom test HTTP server handlers in the test directories. by gram@google.com · 13 years ago
  61. fc169ee "Reverting 13451" by rnystrom@google.com · 13 years ago
  62. 87f5622 Print out the working directory when git fails. by rnystrom@google.com · 13 years ago
  63. e9ff266 "Reverting 13440" by rnystrom@google.com · 13 years ago
  64. 8fe2700 Try enabling Git on Windows again. by rnystrom@google.com · 13 years ago
  65. 20788ff Show git command that failed. by rnystrom@google.com · 13 years ago
  66. 7707b97 "Reverting 13434" by rnystrom@google.com · 13 years ago
  67. 68fdad3 Enable Git on Windows, again. by rnystrom@google.com · 13 years ago
  68. 182ae3e Update pub to use new import syntax. by rnystrom@google.com · 13 years ago
  69. 1ac8be8 Better pub integration test error reporting. by rnystrom@google.com · 13 years ago
  70. eb33df7 Include stderr on git failure. by rnystrom@google.com · 13 years ago
  71. 9de6ef8 "Reverting 13373" by rnystrom@google.com · 13 years ago
  72. d6bef3a Enable pub git tests on Windows. by rnystrom@google.com · 13 years ago
  73. 1bde0bc Update buildbot.py to support jsshell builders. by ricow@google.com · 13 years ago
  74. 6a2cac8 Create destination directory before git cloning into it. by rnystrom@google.com · 13 years ago
  75. 2602f8c Change imports etc to new syntax. by gram@google.com · 13 years ago
  76. 57a43b6 Spit pub tests into smaller suites. by rnystrom@google.com · 13 years ago
  77. f9b1655 Pass in DART_SDK from batch file on Windows. by rnystrom@google.com · 13 years ago
  78. 7cb95a6 Members and comments inherited in dartdoc. by johnniwinther@google.com · 13 years ago
  79. 3baa35c Don't warn on the absence of "lib" in the root package. by rnystrom@google.com · 13 years ago
  80. 699c54c Make Mirror.simpleName unique. by johnniwinther@google.com · 13 years ago
  81. 2eff2ba New testrunner that runs the test pipleine in an isolate. by gram@google.com · 13 years ago
  82. 9486bb1 Revert "Tentatively enable pub hosted tests on Windows." by rnystrom@google.com · 13 years ago
  83. da067c5 Tentatively enable pub hosted tests on Windows. by rnystrom@google.com · 13 years ago
  84. 1b52caa Extract archives by writing .tar.gz to temp file on Windows. by rnystrom@google.com · 13 years ago
  85. 9f1afef Update the way that pub determines DART_SDK on macos/linux. by dgrove@google.com · 13 years ago
  86. 71a2d4d Second attempt to fix issue 3402. It turns out that we can't use by dgrove@google.com · 13 years ago
  87. c2d8dd6 revert change 13025. Review URL: https://codereview.chromium.org//10990112 by dgrove@google.com · 13 years ago
  88. ba55e7aa Fix issue 3402 . The initial suggestion of using readlink doesn't by dgrove@google.com · 13 years ago
  89. 5418ac3 Pass DART_SDK into pub for Linux/MacOS. by dgrove@google.com · 13 years ago
  90. 37197c2 Stop using the Hashable interface. by lrn@google.com · 13 years ago
  91. 7977b42 Update all occurrences of raw strings. by ager@google.com · 13 years ago
  92. def86f3 Convert raw strings in pub (and apidoc) to new syntax. by rnystrom@google.com · 13 years ago
  93. ec120ee Update peg parser tests to r'' strings by sra@google.com · 13 years ago
  94. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  95. 85b348a Allow circular dependencies on the root source in Pub. by nweiz@google.com · 13 years ago
  96. 88e331a Support dependencies in SDK packages. by rnystrom@google.com · 13 years ago
  97. e8fe8a6 Beat on hosted repo support on Windows a bit more. by rnystrom@google.com · 13 years ago
  98. d4c7f79 Added support for running an HTTP server during the test and being able to serve up static files. Later this will be extended to being able to write tests on both ends of the connection, but this is a first step. by gram@google.com · 13 years ago
  99. 18a5503 A variety of cleanups to bring our samples up-to-date. by dgrove@google.com · 13 years ago
  100. eeef253 Support for pixel layout tests. by gram@google.com · 13 years ago