0.2.2.1
  1. 7611cbf Merge revision r14430 to trunk. Do not evaluate arguments of an instance send if that instance send is being inlined. The inliner will take care of evaluating them. by ngeoffray@google.com · 10 years ago 0.2.2.1
  2. 8323a04 Version 0.2.2.0 by dgrove@google.com · 10 years ago 0.2.2.0
  3. 82f439e Bump patch number in attempt to get all trunk builds in sync. by dgrove@google.com · 10 years ago 0.2.1.2
  4. 8aea859 Version 0.2.1.1 by dgrove@google.com · 10 years ago 0.2.1.1
  5. df4f2cf VERSION 0.2.1.0 by dgrove@google.com · 10 years ago 0.2.1.0
  6. d7128a6 Cherry picked bug fix for 6161: svn merge -c 13959 https://dart.googlecode.com/svn/branches/bleeding_edge/dart . by jwren@google.com · 10 years ago 0.2.0.1
  7. 94cd105 Version 0.2.0.0. by dgrove@google.com · 10 years ago 0.2.0.0
  8. 2cece2a Merge revisions 13674, 13676, 13677, 13678 to trunk by ricow@google.com · 10 years ago 0.1.6.4
  9. 5fc22a0 Merge r13661-13672 into trunk. by dgrove@google.com · 10 years ago 0.1.6.3
  10. 80dab08 Merge revision 13659 to trunk. by ricow@google.com · 10 years ago 0.1.6.2
  11. 4bdeea0 svn merge -c 13655 bleeding_edge trunk by kasperl@google.com · 10 years ago 0.1.6.1
  12. 03b9aad Version 0.1.6.0 by ricow@google.com · 10 years ago 0.1.6.0
  13. e6c2ca1 Merge revision 13642 and 13643 to trunk. by ricow@google.com · 10 years ago 0.1.5.1
  14. 5b06abf Version 0.1.5.0 by ricow@google.com · 10 years ago 0.1.5.0
  15. 818a31e Merge revision 13627 to trunk. by ricow@google.com · 10 years ago 0.1.4.1
  16. 0610cb3 Version 0.1.4.0 by ricow@google.com · 10 years ago 0.1.4.0
  17. 7824353 Version 0.1.3.0 by dgrove@google.com · 10 years ago 0.1.3.0
  18. 87c3813 Use statically linked runtime library to avoid dependency on msvcr100.dll on windows. by kasperl@google.com · 13 years ago
  19. 0fed52b Only start http server for browser tests. by ager@google.com · 13 years ago
  20. 07b92a1 "Reverting 14361" to fix a break. by amouravski@google.com · 13 years ago
  21. 884734f Revert "remove text editor plugins, they are now on github" by ahe@google.com · 13 years ago
  22. d7d7a89 Add bot. prefix to unbreak build bots. by ahe@google.com · 13 years ago
  23. 9ed6080 Don't depend on V8 when creating the SDK. by ahe@google.com · 13 years ago
  24. aac030e Use patching for dart:io. by ager@google.com · 13 years ago
  25. c606bbd Fix copyright for bot scripts. by rnystrom@google.com · 13 years ago
  26. 09ac607 remove text editor plugins, they are now on github by sethladd@google.com · 13 years ago
  27. db3d635 Remove public SocketInputStream and SocketOutputStream clases by sgjesse@google.com · 13 years ago
  28. 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
  29. 7f04c40 Land update to tools directory with new binaries. by ager@google.com · 13 years ago
  30. e925b55 Move Arrays, Collections and Maps into a new library, dart:collections. by ajohnsen@google.com · 13 years ago
  31. 6507587 Fix the version.dart script on windows - the script path was being calculated as "", not "tools". by devoncarew@google.com · 13 years ago
  32. 7041a6b Make methods in Stopwatch getters and rename to be more consistent. by floitsch@google.com · 13 years ago
  33. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  34. 7df114a Revert 14110 "Fix usesWebDriver check" by efortuna@google.com · 13 years ago
  35. d1aff19 Fix usesWebDriver check, and the usage of config['browser'] vs config['runtime'] by efortuna@google.com · 13 years ago
  36. ce9513a Added API docs build target to the Pub buildbot. by amouravski@google.com · 13 years ago
  37. 8ea5741 Set up Android build config. by efortuna@google.com · 13 years ago
  38. 252f09b Testing support for running tests minified in dart2js. by ricow@google.com · 13 years ago
  39. 01e373b Fix CCTestSuite in test.dart. by ager@google.com · 13 years ago
  40. 63870a3 Fix return code on Windows 8 machines. by efortuna@google.com · 13 years ago
  41. e304efa Update status file for ie10 html tests. by efortuna@google.com · 13 years ago
  42. 7f5dd8e Expand buildbot checks for both ie9 and ie10. by efortuna@google.com · 13 years ago
  43. 9049103 Add script for pub buildbots. by rnystrom@google.com · 13 years ago
  44. 61e7010 Fix issue that cases the usesWebDriver getter in TestCase to always return false. by ager@google.com · 13 years ago
  45. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  46. bc7f07a Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. by lrn@google.com · 13 years ago
  47. 6100654 Don't replicate timeout calculation for browser tests. They do their own timing by efortuna@google.com · 13 years ago
  48. 1407ec0 Increase timeout to see if "timeout" errors on Windows bot goes away. Otherwise, by efortuna@google.com · 13 years ago
  49. 898ec40 Add a version file to the SDK (in preparation for eventually removing the revision file). by devoncarew@google.com · 13 years ago
  50. 48a9e65 Mark ie10 + Windows as an acceptable browser + OS combo. by efortuna@google.com · 13 years ago
  51. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  52. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  53. 89ec5f4 Properly filter out platform libs. by antonm@google.com · 13 years ago
  54. bf0085c Remove unused function. by antonm@google.com · 13 years ago
  55. e524049 Switch to new library syntax. by antonm@google.com · 13 years ago
  56. 28c853b Create temp directory for sdk inside the dart directory. by ricow@google.com · 13 years ago
  57. 7f0ec1c Update dart2js co19 status after bad merge. by ahe@google.com · 13 years ago
  58. 8fafabe Update co19 to r397. by ahe@google.com · 13 years ago
  59. 8d38bd7 Revert r13932, sys.stdout is not available. by ricow@google.com · 13 years ago
  60. d3fa9bf Redirect stderr to sys.stdout for build output. by ricow@google.com · 13 years ago
  61. 31fb4a0 Complete renaming of ie bots to ie9, to add ie10. by efortuna@google.com · 13 years ago
  62. 4a41088 Restore 'samples' in test.dart by scheglov@google.com · 13 years ago
  63. 4a3571e Add Opera to the "webdriver_test_setup" script. by efortuna@google.com · 13 years ago
  64. aa78cf0 Remove unused WrongArgumentCountException. by lrn@google.com · 13 years ago
  65. 09b22d5 Issue 6073. Fixes for 'export'. by scheglov@google.com · 13 years ago
  66. 89f5dae Rename OutOfMemoryException to OutOfMemoryError. by lrn@google.com · 13 years ago
  67. f7a56d3 Revert "Rename OutOfMemoryException to OutOfMemoryError." by kasperl@google.com · 13 years ago
  68. 58f3453 Rename OutOfMemoryException to OutOfMemoryError. by lrn@google.com · 13 years ago
  69. 755abed Generate snapshot for dartj2s; use it in the SDK. by ahe@google.com · 13 years ago
  70. fe7ace3 Fix DiffProgressIndicator to use the correct parameter name by ricow@google.com · 13 years ago
  71. 89d7cda One more ie -> ie9 rename. Review URL: https://codereview.chromium.org//11191031 by efortuna@google.com · 13 years ago
  72. 4839206 Rename ie to ie9. Review URL: https://codereview.chromium.org//11184015 by efortuna@google.com · 13 years ago
  73. d41409e Making unit test HTML files contain relative paths. by blois@google.com · 13 years ago
  74. ff9e0f7 Change Process.start to return a future that completes with a by ager@google.com · 13 years ago
  75. 4d6fc3b Change Windows build default to build with VS 2010. by efortuna@google.com · 13 years ago
  76. f8548e7 1. Add isolate id parameter to all the debugger commands in the debugger wire protocol so that the commands are directed to the appropriate isolate. by asiva@google.com · 13 years ago
  77. ceb4e81 Fix get_archive.py do deal with versioning change for dartium in Google Storage. by efortuna@google.com · 13 years ago
  78. 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
  79. 6cac76e Group co19 results by runtime. by ahe@google.com · 13 years ago
  80. 4930b35 Fix function name from last commit by ricow@google.com · 13 years ago
  81. 345f437 Revert back to creating a revision file in create_sdk by ricow@google.com · 13 years ago
  82. 5747277 Trim version info from VERSION file to eliminate trailing whitespaces. by ricow@google.com · 13 years ago
  83. a31a227 Update revision info to version info for dart2js et al. by ricow@google.com · 13 years ago
  84. a3143e8 Fix version when a relative path is used. by ricow@google.com · 13 years ago
  85. 04ab460 Update version.dart to fetch the last changed revision of the root directory. by ricow@google.com · 13 years ago
  86. 1c3a68a Dont' suffix version number with username on production builds by ricow@google.com · 13 years ago
  87. 63a4fc6 - Add a script which touches the tools/VERSION file to ensure by iposva@google.com · 13 years ago
  88. 00d5784 Revert r13569 "Automagically start up selenium server for Safari." Seems to be by efortuna@google.com · 13 years ago
  89. a09c2bb Automagically start up selenium server for Safari. by efortuna@google.com · 13 years ago
  90. 98d089e Revert the zeroing out of the VERSION file by ricow@google.com · 13 years ago
  91. 84d3e62 Reset values in tools/VERSION to all zeros on bleeding edge by ricow@google.com · 13 years ago
  92. 6c0255c3 Do more robust parsing of the revision info when creating version numbers. by ricow@google.com · 13 years ago
  93. f9d8744 Move a helper function to find out Dart binary into utils.py by antonm@google.com · 13 years ago
  94. acc24b5 Fix import after moving version.dart library file by ricow@google.com · 13 years ago
  95. a4009df Move tools/testing/dart/version.dart into tools/release by ricow@google.com · 13 years ago
  96. 239e10a Fix path handling in tools/version.dart so that it does not matter where we call this from. by ricow@google.com · 13 years ago
  97. 5989130 Version fixed for Windows. by johnniwinther@google.com · 13 years ago
  98. b33cc25 Spekulative fix for version.dart on windows by ricow@google.com · 13 years ago
  99. f1c6720 Prepare push to trunk. Now working on version 0.1.2.0 by dgrove@google.com · 13 years ago
  100. 180c097 Vim syntax highlighting patches (dartbug.com/5568). by pquitslund@google.com · 13 years ago