Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.6.1
/
utils
tag
a97712b830ae461fa4b4fc8a3465695f4158b06f
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
b7b40b5af6e081210b3849626c051835fdbb1bf0
0.4.6.1
044f0d0
Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove.
by ajohnsen@google.com
· 12 years ago
285849c
Change hasSubscribers to hasListener.
by floitsch@google.com
· 12 years ago
f9e2907
Revert "Revert "Attempt to re-commit Dartdoc exports.""
by amouravski@google.com
· 12 years ago
e492c02
Revert "Attempt to re-commit Dartdoc exports."
by amouravski@google.com
· 12 years ago
362cf71
Attempt to re-commit Dartdoc exports.
by amouravski@google.com
· 12 years ago
dcaf527
Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink.
by ajohnsen@google.com
· 12 years ago
f41508d
Added new version of reduce.
by lrn@google.com
· 12 years ago
9fd1680
Fix apidoc dependencies and reenable editor test
by ricow@google.com
· 12 years ago
7f11fa7
Mark oauth2/with_server_rejected_credentials_authenticates_again_test as flaky
by ricow@google.com
· 12 years ago
00da866
Move the dart2js snapshot into bin directory of sdk root.
by ricow@google.com
· 12 years ago
b9120c5
Renumber a TODO from issue 4928 to issue 9832.
by nweiz@google.com
· 12 years ago
68a5c9a
Add flag to disable capturing stack traces.
by rnystrom@google.com
· 12 years ago
3d7abb4
Exclude the expect library from apidoc.
by amouravski@google.com
· 12 years ago
adf844a
Make only_in_release_mode read the environment variable directly.
by ahe@google.com
· 12 years ago
d50f344
Revert dartdoc documenting exports.
by nweiz@google.com
· 12 years ago
8751525
Have dartdoc document exports.
by nweiz@google.com
· 12 years ago
14a6ddc
Remove some old leftover cleanup code
by ricow@google.com
· 12 years ago
a323cd8
Revert "Have dartdoc document exports."
by ajohnsen@google.com
· 12 years ago
46e1783
Really fix Dartdoc.
by nweiz@google.com
· 12 years ago
8db0ca0
Fix the dartdoc build.
by nweiz@google.com
· 12 years ago
da25a12c
Only build apidoc in release mode.
by ahe@google.com
· 12 years ago
1bae122
Fix recursive directory-deletion of top-level files/links.
by ajohnsen@google.com
· 12 years ago
0f11168
Fix dependencies of apidoc.
by ahe@google.com
· 12 years ago
f2059ed
pub/validator/lib_test: use group instead of integration
by kevmoo@j832.com
· 12 years ago
c931326
Fix for pub.
by floitsch@google.com
· 12 years ago
bef8ebb
Add Iterable.fold (and Stream.fold) which replace `reduce`.
by floitsch@google.com
· 12 years ago
e10bc2d
Reapply "Add a sleep function to dart:io"
by sgjesse@google.com
· 12 years ago
43d9cdb
Ensure apidoc exits with non-zero exit code when dart2js crashes.
by ahe@google.com
· 12 years ago
5e5d827
Split apart several asynchronous tests to reduce timeouts.
by nweiz@google.com
· 12 years ago
8a8de00
Changed pkg option to package-root.
by amouravski@google.com
· 12 years ago
59a8523
Split up some slow pub tests and mark some scheduled_test tests as slow.
by nweiz@google.com
· 12 years ago
2510e91
Fix a few bugs breaking the pub tests.
by nweiz@google.com
· 12 years ago
57bf732
Always enable the friendly pub unittest config locally.
by nweiz@google.com
· 12 years ago
3569854
Rename the includeHiddenFiles parameter of listDir.
by nweiz@google.com
· 12 years ago
16367f1
Work around issue 4928.
by nweiz@google.com
· 12 years ago
1049bd3
Replace defer() with Future.of in pub.
by nweiz@google.com
· 12 years ago
0c20674
Make pub warning-clean.
by nweiz@google.com
· 12 years ago
5750ce8
Make listDir and createSymlink synchronous in pub.
by nweiz@google.com
· 12 years ago
f5534bd
Increase the default test timeout for scheduled tests on Windows.
by nweiz@google.com
· 12 years ago
aa3fdc3
Mark flaky test as flaky.
by rnystrom@google.com
· 12 years ago
972ec0b
Minor tweak to the pubspec.lock output to remove the leading whitespace from the file.
by devoncarew@google.com
· 12 years ago
70f8c7a
Work around issue 9499.
by nweiz@google.com
· 12 years ago
c590e8a
Switch pkg packages, pub, and dartdoc to use package: imports.
by nweiz@google.com
· 12 years ago
3697a04
Add a library for manipulating stack traces.
by nweiz@google.com
· 12 years ago
ac18c8c
Work around issue 9278.
by nweiz@google.com
· 12 years ago
d80616f
Clean up the semantics of io.dart operations w.r.t. symlinks.
by nweiz@google.com
· 12 years ago
616ab7e
Handle deleting broken symlinks on Windows.
by rnystrom@google.com
· 12 years ago
5f052a9
Work around issue 9360.
by nweiz@google.com
· 12 years ago
8783e78
Stop working around issue 6764.
by nweiz@google.com
· 12 years ago
7aafe74
Mark right test as flaky.
by rnystrom@google.com
· 12 years ago
c9724a3
Ignore lockfile entries where the source is wrong.
by nweiz@google.com
· 12 years ago
5d68e6b
Mark pub_update_test as flaky.
by nweiz@google.com
· 12 years ago
30afbfd
Provisionally un-flake pub tests.
by nweiz@google.com
· 12 years ago
cc340dc
Increase the scheduled_test timeout for Git tests on Windows.
by nweiz@google.com
· 12 years ago
6cd9cee
Provisionally stop working around issues 9252 and 9253.
by nweiz@google.com
· 12 years ago
84dd8a5
"new Map()" -> "new Map.from()" in pub.
by nweiz@google.com
· 12 years ago
db9ff1e
Use scheduled_test for Pub tests.
by nweiz@google.com
· 12 years ago
32db9c0
Revert "Use scheduled_test for Pub tests."
by nweiz@google.com
· 12 years ago
82cbc2d
Use scheduled_test for Pub tests.
by nweiz@google.com
· 12 years ago
83d896d
Fix a couple broken tests in pub/validator_test.
by nweiz@google.com
· 12 years ago
8f7295d
Work around issue 9252 in scheduled_test and pkg/http.
by nweiz@google.com
· 12 years ago
49dec76
Change all File APIs to make the mode and encoding arguments named
by sgjesse@google.com
· 12 years ago
78a4088
Actually make status file do something.
by rnystrom@google.com
· 12 years ago
5def0d4
Disable failing test on Windows until I can fix it.
by rnystrom@google.com
· 12 years ago
2f2b30e
Handle broken symlinks when creating package dirs.
by rnystrom@google.com
· 12 years ago
4a465ef
Remove support for SDK dependencies.
by rnystrom@google.com
· 12 years ago
e57443e
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
· 12 years ago
f12902d
Fix some analyzer warnings in pub.
by nweiz@google.com
· 12 years ago
a9a8d42
Add a SafeHttpServer shim to work around issue 9140.
by nweiz@google.com
· 12 years ago
a455e0d
add cache list command to pub
by keertip@google.com
· 12 years ago
139e02c
Rename analyzer-experimental to analyzer_experimental.
by scheglov@google.com
· 12 years ago
0e32e03
Fix pub_lish_test.
by nweiz@google.com
· 12 years ago
0122b295
Dev dependencies. BUG=dartbug.com/5358
by rnystrom@google.com
· 12 years ago
482b2f3
Move Options to dart:io.
by floitsch@google.com
· 12 years ago
65718c5
Rename XMatching to XWhere.
by floitsch@google.com
· 12 years ago
f29ae52
Use default-port-aware URI comparisons in pub.
by nweiz@google.com
· 12 years ago
6e056b8
Lots of little changes for dartdoc/apidoc.
by amouravski@google.com
· 12 years ago
15762df
Stop working around issue 8512.
by nweiz@google.com
· 13 years ago
845e550
Properly handle errors from the OAuth2 token endpoint in pub.
by nweiz@google.com
· 13 years ago
c71bb58
Update pub to use the latest dart:io stream APIs.
by nweiz@google.com
· 13 years ago
dd48256
Remove deprecated StringBuffer.add, addAll and addCharCode.
by floitsch@google.com
· 13 years ago
cd9bcfe
Remove references to capital-D-Dynamic.
by lrn@google.com
· 13 years ago
bead146
Renamed StreamSink to EventSink. Renamed signalError to addError.
by lrn@google.com
· 13 years ago
b609684
Make IOSink implement StringSink
by sgjesse@google.com
· 13 years ago
44b1941
Revert "Remove pkg from apidoc."
by johnniwinther@google.com
· 13 years ago
4f40f1d
Remove pkg from apidoc.
by johnniwinther@google.com
· 13 years ago
b3e5168
Add a failing test for handling broken symlinks.
by rnystrom@google.com
· 13 years ago
43d6b6a
Support full dart2js output for dartdoc/apidoc.
by johnniwinther@google.com
· 13 years ago
50d1fc7
Delete files synchronously.
by rnystrom@google.com
· 13 years ago
9b40e6b
Fix issue with async callbacks that get called synchronously while running test case function causing the test to be marked as complete prematurely.
by gram@google.com
· 13 years ago
1600f30
Cleanup two warning messages when running apidoc, and update the apidoc.gyp file to rerun the tool
by devoncarew@google.com
· 13 years ago
85b572e
Mark flaky pub tests Review URL: https://codereview.chromium.org//12377042
by ricow@google.com
· 13 years ago
621650b
Disable breaking tests while I investigate the issue. I don't really want to revert;
by gram@google.com
· 13 years ago
a903dfd
Remove the wrapStream workaround for issue 8310.
by nweiz@google.com
· 13 years ago
2a0c74a
Make pub warning-clean.
by nweiz@google.com
· 13 years ago
3ce4e71
Make use of Completer.isComplete in pub and pkg/scheduled_test.
by nweiz@google.com
· 13 years ago
cc8cefc
Timer callbacks don't take arguments anymore.
by floitsch@google.com
· 13 years ago
ff006ed
Timer callback doesn't take an argument anymore.
by floitsch@google.com
· 13 years ago
Next »