0.2.1.1
  1. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  2. 7e1fc33 Fix break. Review URL: https://codereview.chromium.org//11265041 by gram@google.com · 13 years ago
  3. da30d37 Added a new Matcher, FeatureMatcher, that is a useful abstract base class by gram@google.com · 13 years ago
  4. b24c823 Add logic to exclude certain libraries from API doc. by amouravski@google.com · 13 years ago
  5. 03e9718 Reinstate skipping of http_request_test on dartium by alanknight@google.com · 13 years ago
  6. 583697c Tolerate null from finding browser locale, re-enable tests by alanknight@google.com · 13 years ago
  7. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  8. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  9. 5df1c2a Enable Opera tests. Review URL: https://codereview.chromium.org//11271016 by efortuna@google.com · 13 years ago
  10. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  11. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  12. 3b5d04d Fixes documentation generation for dart:html. by amouravski@google.com · 13 years ago
  13. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  14. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  15. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  16. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  17. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  18. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  19. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  20. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  21. aced5af Intl browser locale status on IE. by efortuna@google.com · 13 years ago
  22. 5c11640 Fix pkg.status with ie9 rename. by efortuna@google.com · 13 years ago
  23. 9074fd0 Make hashCode a getter and not a method. by floitsch@google.com · 13 years ago
  24. 09b22d5 Issue 6073. Fixes for 'export'. by scheglov@google.com · 13 years ago
  25. 42eb359 fix warning in Logger (setter type must be "void" or "Dynamic") by jmesserly@google.com · 13 years ago
  26. 5e0c331 Turns out that dartc didn't implement export. by ahe@google.com · 13 years ago
  27. 0fa9c80 Clean up leg.dart. by ahe@google.com · 13 years ago
  28. 42d2d4f Change bidi_utils and bidi_formatter for new optional parameters. by regis@google.com · 13 years ago
  29. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  30. d0289b7 Constructors are handled correct in dartdoc. by johnniwinther@google.com · 13 years ago
  31. d65a5ef Private constructors handled as private. by johnniwinther@google.com · 13 years ago
  32. 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
  33. 2e6fbf6 Fields, getters and setters documented as properties. by johnniwinther@google.com · 13 years ago
  34. 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
  35. 986f155 Try removing explicit use of dynamic by alanknight@google.com · 13 years ago
  36. 588a8fb Remove function types from intl, as they appear to break the vm by alanknight@google.com · 13 years ago
  37. 4a0d950 Make verifiedLocale work differently depending on what it's verifying for by alanknight@google.com · 13 years ago
  38. ef93dd9 Added support for exports and re-exports. by johnniwinther@google.com · 13 years ago
  39. 306a925 Revert r13442. The extension fails to install under Windows, and the sentinel by gram@google.com · 13 years ago
  40. ee34ca9 Chrome extension to get console messages upon test failures. Unlike the by gram@google.com · 13 years ago
  41. 3f914b0 Speed up markdown parsing with fast path for plain words. by sra@google.com · 13 years ago
  42. 3c23d6f Small changes for spec updates/editor suggestions by alanknight@google.com · 13 years ago
  43. 6637f2c Clean up TODOs and comments in Intl by alanknight@google.com · 13 years ago
  44. eaec433 Fix timer tests: timer tests were not using expectAsync to wait for by justinfagnani@google.com · 13 years ago
  45. 11e84ad Fix fail call. Review URL: https://codereview.chromium.org//11035068 by gram@google.com · 13 years ago
  46. e5331d5 Abstract is now required on abstract classes so adding that. by gram@google.com · 13 years ago
  47. 7998b49 If no pattern is specified for date formatting, use a default by alanknight@google.com · 13 years ago
  48. 980ffae Show top-level members (again). by johnniwinther@google.com · 13 years ago
  49. 1044555 Update date time test status by efortuna@google.com · 13 years ago
  50. c3ced88 Move Bidi functions into methods to make the docs look better by alanknight@google.com · 13 years ago
  51. 8d7a79d Add a space between test group iname and result summary (issue 3692). by gram@google.com · 13 years ago
  52. cc93a9c Fix test status on Windows. by efortuna@google.com · 13 years ago
  53. f41e2ad Avoid capture of 's' in dartdoc search input. by johnniwinther@google.com · 13 years ago
  54. 7cb95a6 Members and comments inherited in dartdoc. by johnniwinther@google.com · 13 years ago
  55. c4c4b7f Add in-process http server to the dart test scripts. by ager@google.com · 13 years ago
  56. ac4f2c5 Change find-as-you-type shortcuts to Ctrl+3 and S. by johnniwinther@google.com · 13 years ago
  57. a93c81e Remove "slow" tag from Intl http_request test by alanknight@google.com · 13 years ago
  58. 14ce294 Make the date formatting library visible in apidoc by merging it into Intl by alanknight@google.com · 13 years ago
  59. 699c54c Make Mirror.simpleName unique. by johnniwinther@google.com · 13 years ago
  60. 19d526b Show noargs methods as () instead of (...) in find-as-you-type. by johnniwinther@google.com · 13 years ago
  61. 98ab126 Patch refactoring. by johnniwinther@google.com · 13 years ago
  62. 89de7ad Fix markdown syntax in Intl by alanknight@google.com · 13 years ago
  63. 46e5218 Make the date_time_format_http_request_test run faster by alanknight@google.com · 13 years ago
  64. cbba686 Dartdoc method sorting says it's case insensitive, but isn't by alanknight@google.com · 13 years ago
  65. ab9a32f9 Dartdoc should sort constructors by constructorName, not by class name by alanknight@google.com · 13 years ago
  66. 70082fd Minor cleanups to take advantage of lazy initialization by alanknight@google.com · 13 years ago
  67. 8d2d5bc Finding locale from browser needs to canonicalize the result by alanknight@google.com · 13 years ago
  68. 6d78df2 Temporarily disable finding browser on safari while debugging by alanknight@google.com · 13 years ago
  69. d5dd0c5 Make sure to wrap all callbacks with expectAsync in tests by alanknight@google.com · 13 years ago
  70. ced5a06 Add pass marker to intl/test/date_time_format_http_request_test marked slow in last commit. by ricow@google.com · 13 years ago
  71. f3b0a2c Mark pkg/intl/test/date_time_format_http_request_test as slow. by ricow@google.com · 13 years ago
  72. d8f6b41 Update status to reflect tests passing. by ager@google.com · 13 years ago
  73. 88fe3fe Use static final empty Modifier instead of null. by johnniwinther@google.com · 13 years ago
  74. 58faaa7 dartdoc supports isAbstract on methods by johnniwinther@google.com · 13 years ago
  75. 7415f88 Make the matcher classes for exceptions public so that users can use them to create matchers for their own exception types. See issue 4107. by gram@google.com · 13 years ago
  76. 37197c2 Stop using the Hashable interface. by lrn@google.com · 13 years ago
  77. d2585eb Removed use of GT_GT_GT_TOKEN/GT_GT_GT_EQ_TOKEN in dartdoc. by johnniwinther@google.com · 13 years ago
  78. 74f89e5 Update the meta package to use the new pub format. by devoncarew@google.com · 13 years ago
  79. 2bd10c2 Apply patch from https://codereview.chromium.org/10967042/. by rnystrom@google.com · 13 years ago
  80. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  81. 1d347e1 migrate raw string to new syntax in dartdoc by danrubel@google.com · 13 years ago
  82. 9556023 Patch for issue 10966015; originally contributed by prujohn@gmail.com by gram@google.com · 13 years ago
  83. 7c89697 Make PASS, FAIL, ERROR public (see issue 5365). by gram@google.com · 13 years ago
  84. 5a6ea1d Add missing method - this was added to html_config but not the enhanced config. by gram@google.com · 13 years ago
  85. 79ff4f3 Remove last references to frog from SDK. by dgrove@google.com · 13 years ago
  86. f822965 Separate type for dynamic in mirrors.dart2js by johnniwinther@google.com · 13 years ago
  87. 9b89419 migrate raw string to new syntax in pkg by danrubel@google.com · 13 years ago
  88. a9858d8 Also skip drt tests for http request by alanknight@google.com · 13 years ago
  89. 7de9ec0 Disable http request tests on Dartium until issues can be resolved by alanknight@google.com · 13 years ago
  90. eb2a0fc Eliminate some of the flakiness in testing: by gram@google.com · 13 years ago
  91. 0225c4b Make invoking start_web_server use an absolute path to accomodate incremental dartium builds by alanknight@google.com · 13 years ago
  92. 379f74a Fix typo in start_web_server, re-enable tests by alanknight@google.com · 13 years ago
  93. fcc9f5f Parse new library syntax. by ahe@google.com · 13 years ago
  94. db7dcd4 Disable problematic http test by alanknight@google.com · 13 years ago
  95. 388a543 Temporarily disable intl http test on dartium because of issue with the inc build and working direc… by alanknight@google.com · 13 years ago
  96. e8cb3a0 Spelling error in status file by alanknight@google.com · 13 years ago
  97. eac6195 Be sure to use absolute paths in intl web server tests by alanknight@google.com · 13 years ago
  98. 6a15f1e Status file automatic merge did not work by alanknight@google.com · 13 years ago
  99. 907c7ea Read locales over http in the browser by alanknight@google.com · 13 years ago
  100. 3c4080a Issue 5163. Constructor/member name conflict should be error by scheglov@google.com · 13 years ago