- Feb 20, 2013
-
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8632 Review URL: https://codereview.chromium.org//12313014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18783 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 19, 2013
-
-
nweiz@google.com authored
We had been using the set listed in the spec as "BUILT_IN_IDENTIFIER", but apparently those are the built-in identifiers that are valid for user use. Now we're using the set listed in the spec as "reserved words". BUG=8628 Review URL: https://codereview.chromium.org//12301032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18716 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 Review URL: https://codereview.chromium.org//12294039 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18715 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Avoid concurrent modification in dart2js. Avoid crash in VM by not using self-referential type bound. Review URL: https://codereview.chromium.org//12288040 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18667 260f80e4-7a28-3924-810f-c04153c831b5
-
kasperl@google.com authored
This reverts commit dd714db881a0ad63eaa1e5491e93dd8843eb5929. R=lrn@google.com BUG= Review URL: https://codereview.chromium.org//12298027 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18657 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
It's now allowed to write "class X implements Comparable<X>" to make X comparable only to X's. The argument type of Comparable<T>.compareTo is now T. Review URL: https://codereview.chromium.org//12255055 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18655 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 18, 2013
-
-
lrn@google.com authored
This reverts r18591. Review URL: https://codereview.chromium.org//12295009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18615 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 16, 2013
-
-
rnystrom@google.com authored
This reverts commit 0b0da0d44dde213647e7281bf0914c59fc552b27. BUG= Review URL: https://codereview.chromium.org//12280019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18606 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18605 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 15, 2013
-
-
rnystrom@google.com authored
Revert "Make List.skip, List.take and List.reversed return Iterables, not Lists." This reverts commit 44c3745a76acfad3d1d5bfc7a8b8c8e2def30e09. Revert "Remove deprecated mappedBy." This reverts commit 779ab69eab73e5e349245e99560b18955908e0cc. BUG=dartbug.com/8560 Review URL: https://codereview.chromium.org//12286004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18591 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Committed: https://code.google.com/p/dart/source/detail?r=18575 Reverted: http://code.google.com/p/dart/source/detail?r=18576 Review URL: https://codereview.chromium.org//12212213 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18579 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
This reverts commit 18575. Review URL: https://codereview.chromium.org//12207205 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18576 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12212213 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18575 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//12212211 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18573 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12261050 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18553 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12253054 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18551 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12262056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18550 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 14, 2013
-
-
rnystrom@google.com authored
Now that we have pkg/path, we can ditch the old methods in io.dart that do the same thing. Review URL: https://codereview.chromium.org//12255016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18500 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 13, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12263018 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18488 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=5939 Review URL: https://codereview.chromium.org//12225149 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18480 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=3732 Review URL: https://codereview.chromium.org//12208138 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18465 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=7505 Review URL: https://codereview.chromium.org//12252006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18448 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12225157 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18427 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8487 Review URL: https://codereview.chromium.org//12217156 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18423 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 12, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12251008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18416 260f80e4-7a28-3924-810f-c04153c831b5
-
keertip@google.com authored
Review URL: https://codereview.chromium.org//12226077 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18397 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 11, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12213092 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18326 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 09, 2013
-
-
amouravski@google.com authored
Also standardized the way of validating a url. Also, one test was working, but was not actually testing what it was supposed to be testing. Review URL: https://codereview.chromium.org//12211097 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18290 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 07, 2013
-
-
pquitslund@google.com authored
Review URL: https://codereview.chromium.org//12218062 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18234 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12225085 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18231 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=dartbug.com/8364 Review URL: https://codereview.chromium.org//12211061 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18198 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 06, 2013
-
-
rnystrom@google.com authored
BUG=dartbug.com/5480 Review URL: https://codereview.chromium.org//12221049 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18188 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12211052 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18185 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 05, 2013
-
-
floitsch@google.com authored
Committed: https://code.google.com/p/dart/source/detail?r=18063 Reverted: https://code.google.com/p/dart/source/detail?r=18067 Review URL: https://codereview.chromium.org//12154006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18144 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://dartbug.com/8264 Review URL: https://codereview.chromium.org//12208006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18113 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
The remaining issue now is a hang in dart:io. BUG= Review URL: https://codereview.chromium.org//12211004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18112 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
We need to see when these go red so they stop bit rotting. Review URL: https://codereview.chromium.org//12195006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18105 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12191008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18103 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 04, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12193014 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18081 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=8264 Review URL: https://codereview.chromium.org//12184019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18077 260f80e4-7a28-3924-810f-c04153c831b5
-