0.5.13.1
  1. ca73d50 Version 0.5.13.1 . by dgrove@google.com · 10 years ago 0.5.13.1
  2. 544e706 Remove leftover debug-prints in Expect. by lrn@google.com · 12 years ago
  3. 969a5f2 Fix bug in Expect package's string compare. by lrn@google.com · 12 years ago
  4. faa7227 Make new StreamController be async by default. by lrn@google.com · 12 years ago
  5. b7eb5ae Cleanup various test status files. by regis@google.com · 12 years ago
  6. 460a156 Remove unused (and little used) cli flags from dartanalyzer. by devoncarew@google.com · 12 years ago
  7. 37b90d3 Change the cmd-line output for warnings from foo.dart:line:col to foo.dart, line x, col y. by devoncarew@google.com · 12 years ago
  8. 69df933 Remove the HttpRequest.queryParameters getter by sgjesse@google.com · 12 years ago
  9. eda0101 Support for running tests in an iframe by kustermann@google.com · 12 years ago
  10. 4638137 Switch from DRT to content shell. by antonm@google.com · 12 years ago
  11. 14e320d More status file changes. by ngeoffray@google.com · 12 years ago
  12. bb6d8c6 Remove library dart:crypto by sgjesse@google.com · 12 years ago
  13. 7981ec4 Issue 10871. Fix for analyzing file without absolute path by scheglov@google.com · 12 years ago
  14. 5d058bb Adding isNotEmpty property to collection and string. by floitsch@google.com · 12 years ago
  15. 9d6a64e Merge the dart:uri library into dart:core and update the Uri class by sgjesse@google.com · 12 years ago
  16. 37b1cd3 Optimize internals of multiplex-streams. by lrn@google.com · 12 years ago
  17. a8857ed Status file updates for arm -> remove Skip markers by kustermann@google.com · 12 years ago
  18. 781e842 Reapply "Active stream subscriptions". by lrn@google.com · 12 years ago
  19. cc0d9d5 Revert until Windows crash is debugged. by lrn@google.com · 12 years ago
  20. 23162a3 Add StreamController.multiplex constructor. by lrn@google.com · 12 years ago
  21. ee1c11a Make StreamSubscription be the active part of a string. by lrn@google.com · 12 years ago
  22. cb3bbdc Manual fixes for Dart^2 analyzer by scheglov@google.com · 12 years ago
  23. 273590c Stop working around issue 9020 in scheduled_test. by nweiz@google.com · 12 years ago
  24. 06091dd Remove (unused) ProcessOptions in test. by ajohnsen@google.com · 12 years ago
  25. 87ea640 Remove ProcessOptions and make the options named arguments. by ajohnsen@google.com · 12 years ago
  26. 6f8f27d First status file updates for chromeOnAndroid runtime by kustermann@google.com · 12 years ago
  27. b01abf0 Update browser controller and unittest lib to use start marker to figure out when to start new tests (and send back the correct id) by ricow@google.com · 12 years ago
  28. e7f3c51 Allow passing in an existing ArgParser for a command. by rnystrom@google.com · 12 years ago
  29. 32c219b Stop working around issue 10721. by nweiz@google.com · 12 years ago
  30. 8ad0344 Split out unittest tests whose behavior differs in minified mode. by nweiz@google.com · 12 years ago
  31. a0e34a6 Fix unittest for dart2js. by nweiz@google.com · 12 years ago
  32. 4b2d3ba Fix an analyzer error in unittest. by nweiz@google.com · 12 years ago
  33. 912e3bb Add pretty-printing to unittest and more thoroughly print values. by nweiz@google.com · 12 years ago
  34. 02d1739 trim() does not remove the trailing null characters. by gram@google.com · 12 years ago
  35. 47965dd Default to UTF-8 in the HTTP package. by nweiz@google.com · 12 years ago
  36. e5d5956 Add a DateTimeRule to default serialization by alanknight@google.com · 12 years ago
  37. f61dd39 Add a dateSymbols getter to DateFormat, useful to get e.g. the list of weekday names by alanknight@google.com · 12 years ago
  38. a5825ec Add additional Schedule heartbeat calls. by nweiz@google.com · 12 years ago
  39. ecbb8f2 Log verbose output when testing pub. by nweiz@google.com · 12 years ago
  40. 805def3 Change DateFormat doc examples to not show padding of months/days in the default locale by alanknight@google.com · 12 years ago
  41. cdb307f Change default format to produce output that can be passed between isolates by alanknight@google.com · 12 years ago
  42. 75517b7 Add browser controller and allow it to be used under a flag. by ricow@google.com · 12 years ago
  43. 14dfef9 Fix the initialization of PendingCallbacks in scheduled_test. by nweiz@google.com · 12 years ago
  44. 8e2f9fe Address comments from https://codereview.chromium.org/14690009 by floitsch@google.com · 12 years ago
  45. 3176b63 pkg/unittest: fixed docs by kevmoo@j832.com · 12 years ago
  46. b215e0e pkg/serialization - more types by kevmoo@j832.com · 12 years ago
  47. 357ca0a Close stdout and stderr before terminating the VM. by podivilov@google.com · 12 years ago
  48. 6d7e9d3 Use runAsync for Futures. by floitsch@google.com · 12 years ago
  49. 2ea02fe Fix regression in meta-serializing rules by alanknight@google.com · 12 years ago
  50. 59f9b33 Report StaticWarningCode.IMPORT_DUPLICATED_LIBRARY_NAME by scheglov@google.com · 12 years ago
  51. 7fb3ba3 Don't run the analyzer_experimental error test on the browser bots. by nweiz@google.com · 12 years ago
  52. 15d6f64 Fix a RegExp in analyzer_experimental/test/utils for Windows. by nweiz@google.com · 12 years ago
  53. 9005b27 Implement Model-Driven-Views spec for Dart by jmesserly@google.com · 12 years ago
  54. 2279302 Fix the intl tests. by nweiz@google.com · 12 years ago
  55. 5f3be4f Add some user-friendly utility functions to pkg/analyzer_experimental. by nweiz@google.com · 12 years ago
  56. 1cef1fb "Reverting 22561" need to investigate test failures by jmesserly@google.com · 12 years ago
  57. bf4f12c Implement Model-Driven-Views spec for Dart by jmesserly@google.com · 12 years ago
  58. cef855b Add a new --extra-lib option to apidoc that allows us to specify an explicit .dart file that should be included in the processing. by gram@google.com · 12 years ago
  59. 8fc04ad Add the ability to match the contents of a file descriptor against a Matcher. by nweiz@google.com · 12 years ago
  60. 5c2832b Fix the usage instructions for matcher and mock libraries. by gram@google.com · 12 years ago
  61. 1a2ec73 Fix dartium that was broken by Completer change. by floitsch@google.com · 12 years ago
  62. b07a7fd fix for return type issue in 22524 by kevmoo@j832.com · 12 years ago
  63. d28d86f pkg/serialization types cleanup by kevmoo@j832.com · 12 years ago
  64. 7dd9c0e Added a new matcher for pairwise comparison of iterables with a custom comparator. by gram@google.com · 12 years ago
  65. 4ff03f8 Update the dartdoc for the interactive unittest config to note debugger compatibility issues. by devoncarew@google.com · 12 years ago
  66. 2214a97d Update status files for 'dartanalyer'. by scheglov@google.com · 12 years ago
  67. 29202c4 Added color coding to test results in VM config. by gram@google.com · 12 years ago
  68. f402bff Remove tabs from dart.js by vsm@google.com · 12 years ago
  69. eb444ed Update status files. by floitsch@google.com · 12 years ago
  70. 968ebcf Make Completers asynchronous. by floitsch@google.com · 12 years ago
  71. f13b617 Change fromString constructor to parse static method by sgjesse@google.com · 12 years ago
  72. cd7b530 Fix build: disable CommandLineOptions tests. by scheglov@google.com · 12 years ago
  73. 29a3f86 Dart-based command-line analyzer. by scheglov@google.com · 12 years ago
  74. 6800a0e Workaround for 8455 by vsm@google.com · 12 years ago
  75. faac3b4 Spys with mirrors! by gram@google.com · 12 years ago
  76. 8fbfc52 Use 'localhost' instead of '127.0.0.1', as IPv6 connections now can occur. by ajohnsen@google.com · 12 years ago
  77. c5039cb Fix pub after changing the HttpServer.bind signature by sgjesse@google.com · 12 years ago
  78. d548955 Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732). by ajohnsen@google.com · 12 years ago
  79. 2fdb878 Change the signature for all network bind calls. by sgjesse@google.com · 12 years ago
  80. 40d39b2 Always capture stack traces when running pub tests. by nweiz@google.com · 12 years ago
  81. 7523a1d Be lazier when capturing stack traces. by nweiz@google.com · 12 years ago
  82. efbaba7 Fix a broken oauth2 test. by nweiz@google.com · 12 years ago
  83. 3f7e020 Adding Uri.parse to AuthorizationException by nweiz@google.com · 12 years ago
  84. 8126bad Make mock behaviors be ordered. by gram@google.com · 12 years ago
  85. ff7bfd4 Unit test improvements. by gram@google.com · 12 years ago
  86. eb24790 See if drt flakiness is gone (Issue 9000) by alanknight@google.com · 12 years ago
  87. a6b47e0 Fix some doc formatting problems, stop using "set" methods for NumberFormat by alanknight@google.com · 12 years ago
  88. 66fbf31 adding missing interfaces to _LazyList by alanknight@google.com · 12 years ago
  89. dd6dcaf New analyzer_experimental snapshot. by scheglov@google.com · 12 years ago
  90. 2ef54d3 Add the ability to change the working directory by sgjesse@google.com · 12 years ago
  91. c7467cf Support a subset of String.format in java2dart. by nweiz@google.com · 12 years ago
  92. 1bdb447 pkg/unittest: GroupContext should be private by kevmoo@j832.com · 12 years ago
  93. 6341741 Added support for solo groups, multiple solo tests, and skip groups/tests. by gram@google.com · 12 years ago
  94. 2abd6c9 Fix for mirror API breaking change to index libraries by URI, and clean up references in doc comments by alanknight@google.com · 12 years ago
  95. 90a564a Removed flaky marker of a number of tests by kustermann@google.com · 12 years ago
  96. c2b4a4e TBR: Removed const from CustomMatcher constructor. dartc doesn't like it. by gram@google.com · 12 years ago
  97. 05c26aa The matcher argument to the CustomMatcher constructor no longer has to be a matcher; it will be wrapped if not. by gram@google.com · 12 years ago
  98. 5b3f73e pkg/unittest: more cleanup pulled from a defunct CL by kevmoo@j832.com · 12 years ago
  99. fb6ea94 pkg/unittest: use better async callback function by kevmoo@j832.com · 12 years ago
  100. c9f0368 Allow suppressing message extraction warnings, providing a prefix for generated files, and format warnings better. by alanknight@google.com · 12 years ago