Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.8.0
/
pkg
tag
8783de3f5b16f109f6ceac10bdf2be0db1f58359
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
9d9878f2bec996973a854028ec852227f8bac1ad
0.5.8.0
a5825ec
Add additional Schedule heartbeat calls.
by nweiz@google.com
· 12 years ago
ecbb8f2
Log verbose output when testing pub.
by nweiz@google.com
· 12 years ago
805def3
Change DateFormat doc examples to not show padding of months/days in the default locale
by alanknight@google.com
· 12 years ago
cdb307f
Change default format to produce output that can be passed between isolates
by alanknight@google.com
· 12 years ago
75517b7
Add browser controller and allow it to be used under a flag.
by ricow@google.com
· 12 years ago
14dfef9
Fix the initialization of PendingCallbacks in scheduled_test.
by nweiz@google.com
· 12 years ago
8e2f9fe
Address comments from https://codereview.chromium.org/14690009
by floitsch@google.com
· 12 years ago
3176b63
pkg/unittest: fixed docs
by kevmoo@j832.com
· 12 years ago
b215e0e
pkg/serialization - more types
by kevmoo@j832.com
· 12 years ago
357ca0a
Close stdout and stderr before terminating the VM.
by podivilov@google.com
· 12 years ago
6d7e9d3
Use runAsync for Futures.
by floitsch@google.com
· 12 years ago
2ea02fe
Fix regression in meta-serializing rules
by alanknight@google.com
· 12 years ago
59f9b33
Report StaticWarningCode.IMPORT_DUPLICATED_LIBRARY_NAME
by scheglov@google.com
· 12 years ago
7fb3ba3
Don't run the analyzer_experimental error test on the browser bots.
by nweiz@google.com
· 12 years ago
15d6f64
Fix a RegExp in analyzer_experimental/test/utils for Windows.
by nweiz@google.com
· 12 years ago
9005b27
Implement Model-Driven-Views spec for Dart
by jmesserly@google.com
· 12 years ago
2279302
Fix the intl tests.
by nweiz@google.com
· 12 years ago
5f3be4f
Add some user-friendly utility functions to pkg/analyzer_experimental.
by nweiz@google.com
· 12 years ago
1cef1fb
"Reverting 22561" need to investigate test failures
by jmesserly@google.com
· 12 years ago
bf4f12c
Implement Model-Driven-Views spec for Dart
by jmesserly@google.com
· 12 years ago
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
8fc04ad
Add the ability to match the contents of a file descriptor against a Matcher.
by nweiz@google.com
· 12 years ago
5c2832b
Fix the usage instructions for matcher and mock libraries.
by gram@google.com
· 12 years ago
1a2ec73
Fix dartium that was broken by Completer change.
by floitsch@google.com
· 12 years ago
b07a7fd
fix for return type issue in 22524
by kevmoo@j832.com
· 12 years ago
d28d86f
pkg/serialization types cleanup
by kevmoo@j832.com
· 12 years ago
7dd9c0e
Added a new matcher for pairwise comparison of iterables with a custom comparator.
by gram@google.com
· 12 years ago
4ff03f8
Update the dartdoc for the interactive unittest config to note debugger compatibility issues.
by devoncarew@google.com
· 12 years ago
2214a97d
Update status files for 'dartanalyer'.
by scheglov@google.com
· 12 years ago
29202c4
Added color coding to test results in VM config.
by gram@google.com
· 12 years ago
f402bff
Remove tabs from dart.js
by vsm@google.com
· 12 years ago
eb444ed
Update status files.
by floitsch@google.com
· 12 years ago
968ebcf
Make Completers asynchronous.
by floitsch@google.com
· 12 years ago
f13b617
Change fromString constructor to parse static method
by sgjesse@google.com
· 12 years ago
cd7b530
Fix build: disable CommandLineOptions tests.
by scheglov@google.com
· 12 years ago
29a3f86
Dart-based command-line analyzer.
by scheglov@google.com
· 12 years ago
6800a0e
Workaround for 8455
by vsm@google.com
· 12 years ago
faac3b4
Spys with mirrors!
by gram@google.com
· 12 years ago
8fbfc52
Use 'localhost' instead of '127.0.0.1', as IPv6 connections now can occur.
by ajohnsen@google.com
· 12 years ago
c5039cb
Fix pub after changing the HttpServer.bind signature
by sgjesse@google.com
· 12 years ago
d548955
Enable parsing of IPv6 form addresse (see rfc2373 and rfc2732).
by ajohnsen@google.com
· 12 years ago
2fdb878
Change the signature for all network bind calls.
by sgjesse@google.com
· 12 years ago
40d39b2
Always capture stack traces when running pub tests.
by nweiz@google.com
· 12 years ago
7523a1d
Be lazier when capturing stack traces.
by nweiz@google.com
· 12 years ago
efbaba7
Fix a broken oauth2 test.
by nweiz@google.com
· 12 years ago
3f7e020
Adding Uri.parse to AuthorizationException
by nweiz@google.com
· 12 years ago
8126bad
Make mock behaviors be ordered.
by gram@google.com
· 12 years ago
ff7bfd4
Unit test improvements.
by gram@google.com
· 12 years ago
eb24790
See if drt flakiness is gone (Issue 9000)
by alanknight@google.com
· 12 years ago
a6b47e0
Fix some doc formatting problems, stop using "set" methods for NumberFormat
by alanknight@google.com
· 12 years ago
66fbf31
adding missing interfaces to _LazyList
by alanknight@google.com
· 12 years ago
dd6dcaf
New analyzer_experimental snapshot.
by scheglov@google.com
· 12 years ago
2ef54d3
Add the ability to change the working directory
by sgjesse@google.com
· 12 years ago
c7467cf
Support a subset of String.format in java2dart.
by nweiz@google.com
· 12 years ago
1bdb447
pkg/unittest: GroupContext should be private
by kevmoo@j832.com
· 12 years ago
6341741
Added support for solo groups, multiple solo tests, and skip groups/tests.
by gram@google.com
· 12 years ago
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
90a564a
Removed flaky marker of a number of tests
by kustermann@google.com
· 12 years ago
c2b4a4e
TBR: Removed const from CustomMatcher constructor. dartc doesn't like it.
by gram@google.com
· 12 years ago
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
5b3f73e
pkg/unittest: more cleanup pulled from a defunct CL
by kevmoo@j832.com
· 12 years ago
fb6ea94
pkg/unittest: use better async callback function
by kevmoo@j832.com
· 12 years ago
c9f0368
Allow suppressing message extraction warnings, providing a prefix for generated files, and format warnings better.
by alanknight@google.com
· 12 years ago
b2c3ec3
Remove version, which allows the version to be updated automatically
by dgrove@google.com
· 12 years ago
0cea864
Only stop HTTP server if it was actually started.
by kustermann@google.com
· 12 years ago
55963a1
Add new InternetAddress class with a static lookup function (including IPv6
by ajohnsen@google.com
· 12 years ago
60946b5
Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)."
by ajohnsen@google.com
· 12 years ago
20d1f5d
Add new InternetAddress class with a static lookup function (including IPv6 results).
by ajohnsen@google.com
· 12 years ago
0ff9830
Fix a bug in pathToFileUri.
by nweiz@google.com
· 12 years ago
63fb820
pkg/unittest: Included traces in more places
by kevmoo@j832.com
· 12 years ago
18ef5b5
Clean up various ways we find paths in pub.
by nweiz@google.com
· 12 years ago
0c2102f
Explain better than the en_US locale is always available, fix other doc glitches.
by alanknight@google.com
· 12 years ago
2020096
Retrying the setUp/tearDown chaining change. This is the same as r21819 but with a change to scheduled_test.dart.
by gram@google.com
· 12 years ago
431954b
Rename dart:typeddata to dart:typed_data.
by ager@google.com
· 12 years ago
cdb1f71
Use UnmodifiableListView to expose read-only lists.
by nweiz@google.com
· 12 years ago
7adc8e6
TBR: Revrt r21819 until I can figure out why ity is breaking the scheduled_test package.
by gram@google.com
· 12 years ago
20482d1
TBR: Mark test as flaky in jsshell.
by gram@google.com
· 12 years ago
f435c7f
Chaining of setup/teardown.
by gram@google.com
· 12 years ago
1e92447
Update pkg/serialization to use Symbols and synchronous mirrors
by alanknight@google.com
· 12 years ago
c01da56
TBR: Fix type matcher regexps; dart2js sees 5.0 as an int so changed to 5.1.
by gram@google.com
· 12 years ago
2a43988
Improved error messages for type mismatches.
by gram@google.com
· 12 years ago
8fd2c2e5
add installation instructions to pkg packages
by sethladd@google.com
· 12 years ago
8313e6d
unittest: testCases back to being UnmodifiableListView
by kevmoo@j832.com
· 12 years ago
421527f
Revert r21707 "unittest: big cleanup, tightened test semantics"
by kevmoo@j832.com
· 12 years ago
d5bff30
unittest: big cleanup, tightened test semantics
by kevmoo@j832.com
· 12 years ago
0108762
Remove a test for testCases being immutable.
by nweiz@google.com
· 12 years ago
d6d8cdb
Use testCases instead of _testCases in unittest.dart.
by nweiz@google.com
· 12 years ago
89cb31e
Fix some warnings in pub and pkg packages.
by nweiz@google.com
· 12 years ago
77058c1
Update status for minified and fix a type warning
by ahe@google.com
· 12 years ago
2abb5be
Implement Symbol correctly in dart2js.
by ahe@google.com
· 12 years ago
ff7f4ec
Generate unique names less aggressively.
by scheglov@google.com
· 12 years ago
b3fe462
Issue 9845. Compare runtime types using ==.
by scheglov@google.com
· 12 years ago
2e69d4e
Update status files to make build green
by ahe@google.com
· 12 years ago
89be2cc
Change memberName and namedArguments in Invocation to use Symbol.
by ahe@google.com
· 12 years ago
4c753a9
New Analysis Engine snapshot.
by scheglov@google.com
· 12 years ago
984c6f0
Restructure the yaml package.
by nweiz@google.com
· 12 years ago
3b97303
Fix a syntax error in webdriver.
by nweiz@google.com
· 12 years ago
466d667
Refactor Future constructors.
by floitsch@google.com
· 12 years ago
62d413e
Remove StreamController.broadcast.
by floitsch@google.com
· 12 years ago
5431a5a
Remove AsyncError with Expando.
by floitsch@google.com
· 12 years ago
Next »