0.4.7.1
  1. 466d667 Refactor Future constructors. by floitsch@google.com · 12 years ago
  2. 62d413e Remove StreamController.broadcast. by floitsch@google.com · 12 years ago
  3. 5431a5a Remove AsyncError with Expando. by floitsch@google.com · 12 years ago
  4. e2ee353 Rename unsubscribeOnError to cancelOnError. by floitsch@google.com · 12 years ago
  5. 5b6c0ba Rename InvocationMirror to Invocation. by ahe@google.com · 12 years ago
  6. 759a366 Remove insertRange. by floitsch@google.com · 12 years ago
  7. 9bfc844 Refactor removeRange. by floitsch@google.com · 12 years ago
  8. 45ad548 Update dart:mirrors to use Symbol. by ahe@google.com · 12 years ago
  9. 485c8a5 Move Iterable implementation to collection. by lrn@google.com · 12 years ago
  10. 0f607e4 Remove methods on StackTrace class. by lrn@google.com · 12 years ago
  11. 67650cb Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. by ajohnsen@google.com · 12 years ago
  12. 9b392dc ListWrapper tweak. by scheglov@google.com · 12 years ago
  13. 94fd64a Import math library with a prefix. by floitsch@google.com · 12 years ago
  14. 2ec62cf Backport analyzer-experimental changes to 'resources'. by scheglov@google.com · 12 years ago
  15. 1dc981b Don't run tests in "packages" directories. by nweiz@google.com · 12 years ago
  16. 13bcc02 Correctly compile unresolved for-in loops. by ahe@google.com · 12 years ago
  17. 4091b19 Add length getter to ListWrapper. by ajohnsen@google.com · 12 years ago
  18. 044f0d0 Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. by ajohnsen@google.com · 12 years ago
  19. 285849c Change hasSubscribers to hasListener. by floitsch@google.com · 12 years ago
  20. 5198c39 Mark scheduled_test/test/scheduled_server_test as flaky chrashing by ricow@google.com · 12 years ago
  21. dcaf527 Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink. by ajohnsen@google.com · 12 years ago
  22. 57161d6 Remove deprecated CollectionSink and Stream.pipeInto. by ajohnsen@google.com · 12 years ago
  23. 974a300 Remove deprecated <, <=, >, and >= of DateTime. by ajohnsen@google.com · 12 years ago
  24. f41508d Added new version of reduce. by lrn@google.com · 12 years ago
  25. e08647b BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals. by gbracha@google.com · 12 years ago
  26. 68a5c9a Add flag to disable capturing stack traces. by rnystrom@google.com · 12 years ago
  27. 21451e1 Remove HttpClientRequest.response, as it's identical to HttpClientRequest.done. by ajohnsen@google.com · 12 years ago
  28. 664fe17 Make use of the patterns in Intl number formatting by alanknight@google.com · 12 years ago
  29. 536efee Don't try to measure the running time if the test hasn't started yet. by floitsch@google.com · 12 years ago
  30. 470b770 lib/utf: remove codepointsToString by kevmoo@j832.com · 12 years ago
  31. 97606a6 Fix pkg:http tests to include the accept-encoding header. by ajohnsen@google.com · 12 years ago
  32. 4911395 Normalize packages' library names. by nweiz@google.com · 12 years ago
  33. 24e3c0b Reapply "Reduce usage of IterableMixinWorkaround" by lrn@google.com · 12 years ago
  34. 78c2dee skipping IE test which is now timing out instead of failing by kevmoo@j832.com · 12 years ago
  35. 8fd6d0a Remove Expect from core library. by floitsch@google.com · 12 years ago
  36. 755c71f pkg/intl test cleanup by kevmoo@j832.com · 12 years ago
  37. c931326 Fix for pub. by floitsch@google.com · 12 years ago
  38. e72250e StreamConsumer has an addStream and a close functions. by floitsch@google.com · 12 years ago
  39. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  40. 4e0db7c Revert 20969: Reduce usage of IterableMixinWorkaround by erikcorry@google.com · 12 years ago
  41. f360840 Reduce usage of IterableMixinWorkaround. by lrn@google.com · 12 years ago
  42. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  43. 1241f2b Add optional writeAll separator argument. by floitsch@google.com · 12 years ago
  44. 47414d7 pkg/unittest: handling of runTests being called without any tests by kevmoo@j832.com · 12 years ago
  45. c0eea0c Fix bug in code sample by alanknight@google.com · 12 years ago
  46. d974f9b Mark unittest_test as flaky by kustermann@google.com · 12 years ago
  47. 3b13f62 Remove addLast from List. by lrn@google.com · 12 years ago
  48. 1b90c01 Mark some more tests as flaky due to v8 bug. by floitsch@google.com · 12 years ago
  49. 5e5d827 Split apart several asynchronous tests to reduce timeouts. by nweiz@google.com · 12 years ago
  50. d52c9fe status file: crash in unittest tests due to issue 9406 by kevmoo@j832.com · 12 years ago
  51. ba0bc83 - Mark more tests as unnecessarily slow. by iposva@google.com · 12 years ago
  52. f614719 pkg/unittest: clean up unittest tests by kevmoo@j832.com · 12 years ago
  53. f15b696 Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables. by kasperl@google.com · 12 years ago
  54. bb9c6ea Mark scheduled_server_test as flaky and increase the timeout on the other scheduled tests. by nweiz@google.com · 12 years ago
  55. 59a8523 Split up some slow pub tests and mark some scheduled_test tests as slow. by nweiz@google.com · 12 years ago
  56. 23bf53b Use the stack_trace library in scheduled_test. by nweiz@google.com · 12 years ago
  57. a80505a pkg/unittest: cleanup to logMessage by kevmoo@j832.com · 12 years ago
  58. 0d0cdb5 Check in pkg/stack_trace/lib/src/utils.dart. by nweiz@google.com · 12 years ago
  59. 250224e Be more careful about converting between file URIs and paths. by nweiz@google.com · 12 years ago
  60. 0c20674 Make pub warning-clean. by nweiz@google.com · 12 years ago
  61. 93d2ac2 "Reverting 20670" by kevmoo@j832.com · 12 years ago
  62. f5534bd Increase the default test timeout for scheduled tests on Windows. by nweiz@google.com · 12 years ago
  63. de23c7e pkg/unittest: clean up test tests by kevmoo@j832.com · 12 years ago
  64. bbc2360 pkg/unittest: readonly view of testCase collection by kevmoo@j832.com · 12 years ago
  65. 5e3c5d5 Change http code in pkg to use dart:typeddata instead of dart:scalarlist by asiva@google.com · 12 years ago
  66. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 12 years ago
  67. fac7fba Re-enable throwing if we try to set the unit test configuration twice. by efortuna@google.com · 12 years ago
  68. 7c0d12b Remove throw from unittest. by efortuna@google.com · 12 years ago
  69. 0831efd Don't run stack_trace tests on Dartium. by nweiz@google.com · 12 years ago
  70. 829edfc Fix the stack_trace frame test on Windows as well. by nweiz@google.com · 12 years ago
  71. e3fcad4 Fix Frame.location on Windows in pkg/stack_trace. by nweiz@google.com · 12 years ago
  72. 3697a04 Add a library for manipulating stack traces. by nweiz@google.com · 12 years ago
  73. 9db4a1d pkg/logging: removed deprecated 'on' API by kevmoo@j832.com · 12 years ago
  74. 64f07b2 Tweak Resolver driver sample to prevent warning from new analyzer. by scheglov@google.com · 12 years ago
  75. 9ce0f42 Allow 'empty' tests if a feature is not supported in the browser. by efortuna@google.com · 12 years ago
  76. 9bf5ff3 Make path to meta go through pkg/ , so that it's rewritten properly. by dgrove@google.com · 12 years ago
  77. 020f085 Temporary fix to get tests running again. by efortuna@google.com · 12 years ago
  78. d44ba6d "Reverting 20457" by efortuna@google.com · 12 years ago
  79. fb5790f Add a dependency on pathos from http. by nweiz@google.com · 12 years ago
  80. b684a1e pkg/unittest: config refactor by kevmoo@j832.com · 12 years ago
  81. a707fd0 pkg/unittest: removed html_layout_config by kevmoo@j832.com · 12 years ago
  82. c21b5e3 fix variable in catch statement by kevmoo@j832.com · 12 years ago
  83. e728737 pkg/unittest: eliminate unneeded var by kevmoo@j832.com · 12 years ago
  84. 7533136 New Analysis Engine translation. by scheglov@google.com · 12 years ago
  85. 1a69837 pkg/intl: cleanup after message extraction test by kevmoo@j832.com · 12 years ago
  86. d2fe9fb Set pkg.status for more Intl tests that crash the VM by alanknight@google.com · 12 years ago
  87. 5c7234a Suppress no_library_test on Dartium, which requires all tests wrapped by alanknight@google.com · 12 years ago
  88. 6ed8fcc Add test and fix for 9203, fix sdk dep, delete unused file. by alanknight@google.com · 12 years ago
  89. da21fcd Update status file for intl test that sporadically crashes the VM by alanknight@google.com · 12 years ago
  90. 94073b7 Fix an outdated method call in example code for oauth2. by nweiz@google.com · 12 years ago
  91. 699a7a7 Fix for returned Futures in unittest by kevmoo@j832.com · 12 years ago
  92. afeda4a Marked date_time_format_file_even_test as flaky by kustermann@google.com · 12 years ago
  93. 68a2631 Move source maps package to the dart repo, so it can be used by other internal by sigmund@google.com · 12 years ago
  94. 7d365a2 Cut down the default timeout in scheduled_test. by nweiz@google.com · 12 years ago
  95. 6cd9cee Provisionally stop working around issues 9252 and 9253. by nweiz@google.com · 12 years ago
  96. 1d90135 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 12 years ago
  97. 876a1c0 Properly collate multiple directory validation errors in scheduled_test. by nweiz@google.com · 12 years ago
  98. d98dc62 Parameterize the import directories, fix test to behave correctly on an error by alanknight@google.com · 12 years ago
  99. 90e03e6 Miscellaneous small improvements for scheduled_test. by nweiz@google.com · 12 years ago
  100. b3d14f2 Mark pkg/scheduled_test/test/descriptor_test as flaky. by ricow@google.com · 12 years ago