0.2.2.1
  1. 8323a04 Version 0.2.2.0 by dgrove@google.com · 10 years ago 0.2.2.0
  2. 594b09c Hopefully the last touch. by antonm@google.com · 13 years ago
  3. 9937d02 Splt dartium and drt expectations. by antonm@google.com · 13 years ago
  4. 350b034 Suppress test which were migrated to new library syntax. by antonm@google.com · 13 years ago
  5. 7e6ae8e Renaming IndexOutOfRangeException to RangeError. by lrn@google.com · 13 years ago
  6. 2a9517d List abstract classes separately in Dartdoc by johnniwinther@google.com · 13 years ago
  7. 30f5c62 Named arguments printed correctly by Dartdoc by johnniwinther@google.com · 13 years ago
  8. 7c260bb Update status file that was expecting intl tests to fail due to import directives by alanknight@google.com · 13 years ago
  9. 8352fb6 Update intl to new import syntax by alanknight@google.com · 13 years ago
  10. 07b92a1 "Reverting 14361" to fix a break. by amouravski@google.com · 13 years ago
  11. 806d61f Fix issue 6389; Asynchronous test failures cause cascading bugs in asynchronous tests. by gram@google.com · 13 years ago
  12. 29c1668 Prevent mutation of final variables by hausner@google.com · 13 years ago
  13. c9cb61c Cleanup run on DartDoc tests. by amouravski@google.com · 13 years ago
  14. fd13117 Removed unnecessary entires in status file. by amouravski@google.com · 13 years ago
  15. d87adaf Fixed build break by updating expectation of tests. by amouravski@google.com · 13 years ago
  16. a2326d0 Support for Chrome roll. by antonm@google.com · 13 years ago
  17. 86d0e0e Cleanup run on DartDoc from Dart Editor. by amouravski@google.com · 13 years ago
  18. c12647e Properties added to MethodMirror by johnniwinther@google.com · 13 years ago
  19. 07172b0 Fix another now-passing test expectation. by lrn@google.com · 13 years ago
  20. afbba16 Fix more expectations, now that a test isn't wrong any more. by lrn@google.com · 13 years ago
  21. 3395a69 Update test expectations for dartc/dartium. by lrn@google.com · 13 years ago
  22. 32b27bd Update MirrorSystem by johnniwinther@google.com · 13 years ago
  23. ec9e32f ObjectMirror => ContainerMirror declaredMembers => members by johnniwinther@google.com · 13 years ago
  24. a8720a6 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  25. e3363ca ParameterMirror extends VariableMirror by johnniwinther@google.com · 13 years ago
  26. 9f77143 TypeVariableMirror and TypedefMirror updated. by johnniwinther@google.com · 13 years ago
  27. 9dd3795 FieldMirror => VariableMirror by johnniwinther@google.com · 13 years ago
  28. e314b3f Member functions added to ClassMirror by johnniwinther@google.com · 13 years ago
  29. fba7570 Alignments for the ClassMirror interface. by johnniwinther@google.com · 13 years ago
  30. f3cd95e LibraryMirror interface updated to match dart:mirrors. by johnniwinther@google.com · 13 years ago
  31. ab5d5b9 isPrivate, isTopLevel moved to DeclarationMirror by johnniwinther@google.com · 13 years ago
  32. bad0f22 Change surroundingDeclaration to DeclarationMirror.owner by johnniwinther@google.com · 13 years ago
  33. 72a529d Move location to DeclarationMirror by johnniwinther@google.com · 13 years ago
  34. 895d155 Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  35. 1c22272 Introduce DeclarationMirror by johnniwinther@google.com · 13 years ago
  36. a9ec3ff Rename InterfaceMirror to ClassMirror by johnniwinther@google.com · 13 years ago
  37. 4a24ddc Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  38. 318798e Add additional test harness error handling to test_controller. by ricow@google.com · 13 years ago
  39. 2e574c8 Issue 5887. Parts must start with 'part of'. by scheglov@google.com · 13 years ago
  40. 778b0dc Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  41. 0bcd2f4 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  42. dce51bf Using 'interface' and 'abstract' for methods should produce error by scheglov@google.com · 13 years ago
  43. 0b097d1 Fixed unittest documentation to use new import syntax. by gram@google.com · 13 years ago
  44. f7d27f2 Modified unittest to use new argument syntax. by gram@google.com · 13 years ago
  45. b8b5632 Convert NoMoreElementsException and EmptyQueueException to StateError. by lrn@google.com · 13 years ago
  46. 7e1fc33 Fix break. Review URL: https://codereview.chromium.org//11265041 by gram@google.com · 13 years ago
  47. da30d37 Added a new Matcher, FeatureMatcher, that is a useful abstract base class by gram@google.com · 13 years ago
  48. b24c823 Add logic to exclude certain libraries from API doc. by amouravski@google.com · 13 years ago
  49. 03e9718 Reinstate skipping of http_request_test on dartium by alanknight@google.com · 13 years ago
  50. 583697c Tolerate null from finding browser locale, re-enable tests by alanknight@google.com · 13 years ago
  51. 9cc9214 Rename regexp methods to getters. by floitsch@google.com · 13 years ago
  52. 2e77838 Make getKeys, getValues getters (keys, values). by floitsch@google.com · 13 years ago
  53. 5df1c2a Enable Opera tests. Review URL: https://codereview.chromium.org//11271016 by efortuna@google.com · 13 years ago
  54. 3300f91 Make first and last getters. by floitsch@google.com · 13 years ago
  55. e7c5e69 Make String.charCodes a getter. by floitsch@google.com · 13 years ago
  56. 3b5d04d Fixes documentation generation for dart:html. by amouravski@google.com · 13 years ago
  57. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  58. 0e47b36 Make hasNext a getter instead of a method. by floitsch@google.com · 13 years ago
  59. a083c1a Removed IllegalAccessException and UnsupportedOperationException. by lrn@google.com · 13 years ago
  60. ce3543f Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081 by efortuna@google.com · 13 years ago
  61. 9205890 Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003 by efortuna@google.com · 13 years ago
  62. 27cadf2 isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. by floitsch@google.com · 13 years ago
  63. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  64. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  65. aced5af Intl browser locale status on IE. by efortuna@google.com · 13 years ago
  66. 5c11640 Fix pkg.status with ie9 rename. by efortuna@google.com · 13 years ago
  67. 9074fd0 Make hashCode a getter and not a method. by floitsch@google.com · 13 years ago
  68. 09b22d5 Issue 6073. Fixes for 'export'. by scheglov@google.com · 13 years ago
  69. 42eb359 fix warning in Logger (setter type must be "void" or "Dynamic") by jmesserly@google.com · 13 years ago
  70. 5e0c331 Turns out that dartc didn't implement export. by ahe@google.com · 13 years ago
  71. 0fa9c80 Clean up leg.dart. by ahe@google.com · 13 years ago
  72. 42d2d4f Change bidi_utils and bidi_formatter for new optional parameters. by regis@google.com · 13 years ago
  73. 8c3cfbb Second round of cleanups for new optional parameter semantics. by regis@google.com · 13 years ago
  74. d0289b7 Constructors are handled correct in dartdoc. by johnniwinther@google.com · 13 years ago
  75. d65a5ef Private constructors handled as private. by johnniwinther@google.com · 13 years ago
  76. 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
  77. 2e6fbf6 Fields, getters and setters documented as properties. by johnniwinther@google.com · 13 years ago
  78. 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
  79. 986f155 Try removing explicit use of dynamic by alanknight@google.com · 13 years ago
  80. 588a8fb Remove function types from intl, as they appear to break the vm by alanknight@google.com · 13 years ago
  81. 4a0d950 Make verifiedLocale work differently depending on what it's verifying for by alanknight@google.com · 13 years ago
  82. ef93dd9 Added support for exports and re-exports. by johnniwinther@google.com · 13 years ago
  83. 306a925 Revert r13442. The extension fails to install under Windows, and the sentinel by gram@google.com · 13 years ago
  84. ee34ca9 Chrome extension to get console messages upon test failures. Unlike the by gram@google.com · 13 years ago
  85. 3f914b0 Speed up markdown parsing with fast path for plain words. by sra@google.com · 13 years ago
  86. 3c23d6f Small changes for spec updates/editor suggestions by alanknight@google.com · 13 years ago
  87. 6637f2c Clean up TODOs and comments in Intl by alanknight@google.com · 13 years ago
  88. eaec433 Fix timer tests: timer tests were not using expectAsync to wait for by justinfagnani@google.com · 13 years ago
  89. 11e84ad Fix fail call. Review URL: https://codereview.chromium.org//11035068 by gram@google.com · 13 years ago
  90. e5331d5 Abstract is now required on abstract classes so adding that. by gram@google.com · 13 years ago
  91. 7998b49 If no pattern is specified for date formatting, use a default by alanknight@google.com · 13 years ago
  92. 980ffae Show top-level members (again). by johnniwinther@google.com · 13 years ago
  93. 1044555 Update date time test status by efortuna@google.com · 13 years ago
  94. c3ced88 Move Bidi functions into methods to make the docs look better by alanknight@google.com · 13 years ago
  95. 8d7a79d Add a space between test group iname and result summary (issue 3692). by gram@google.com · 13 years ago
  96. cc93a9c Fix test status on Windows. by efortuna@google.com · 13 years ago
  97. f41e2ad Avoid capture of 's' in dartdoc search input. by johnniwinther@google.com · 13 years ago
  98. 7cb95a6 Members and comments inherited in dartdoc. by johnniwinther@google.com · 13 years ago
  99. c4c4b7f Add in-process http server to the dart test scripts. by ager@google.com · 13 years ago
  100. ac4f2c5 Change find-as-you-type shortcuts to Ctrl+3 and S. by johnniwinther@google.com · 13 years ago