dgrove@google.com
|
b2c3ec3d20
|
Remove version, which allows the version to be updated automatically
when the package is uploaded.
Review URL: https://codereview.chromium.org//14477003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21956 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-24 16:18:01 +00:00 |
|
scheglov@google.com
|
ff7f4ecbd7
|
Generate unique names less aggressively.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//14161021
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21661 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-18 00:08:02 +00:00 |
|
scheglov@google.com
|
b3fe462ed0
|
Issue 9845. Compare runtime types using ==.
https://code.google.com/p/dart/issues/detail?id=9845
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//14205011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21649 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-17 19:07:06 +00:00 |
|
scheglov@google.com
|
4c753a9806
|
New Analysis Engine snapshot.
R=pquitslund@google.com,brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//14308011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21585 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-16 22:21:16 +00:00 |
|
floitsch@google.com
|
466d6670c1
|
Refactor Future constructors.
BUG=
Review URL: https://codereview.chromium.org//14070010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21517 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-15 21:24:27 +00:00 |
|
floitsch@google.com
|
759a366cea
|
Remove insertRange.
Review URL: https://codereview.chromium.org//13956006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21464 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-15 15:20:16 +00:00 |
|
scheglov@google.com
|
9b392dc79c
|
ListWrapper tweak.
R=devoncarew@google.com
BUG=
Review URL: https://codereview.chromium.org//14110007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21410 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-14 19:16:58 +00:00 |
|
scheglov@google.com
|
2ec62cfb39
|
Backport analyzer-experimental changes to 'resources'.
R=devoncarew@google.com
BUG=
Review URL: https://codereview.chromium.org//13884016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21385 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-12 20:16:49 +00:00 |
|
ajohnsen@google.com
|
4091b19941
|
Add length getter to ListWrapper.
BUG=
Review URL: https://codereview.chromium.org//14231002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21339 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-12 09:44:50 +00:00 |
|
ajohnsen@google.com
|
044f0d02eb
|
Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove.
BUG=
Review URL: https://codereview.chromium.org//14173003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21338 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-12 09:34:52 +00:00 |
|
scheglov@google.com
|
64f07b2a5e
|
Tweak Resolver driver sample to prevent warning from new analyzer.
R=brianwilkerson@google.com
BUG=
Review URL: https://codereview.chromium.org//13095014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20552 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-27 00:31:09 +00:00 |
|
scheglov@google.com
|
7533136284
|
New Analysis Engine translation.
R=pquitslund@google.com
BUG=
Review URL: https://codereview.chromium.org//12803014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20420 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-22 22:13:50 +00:00 |
|
kevmoo@j832.com
|
1d9013517e
|
Moved pkg pubspecs to use dev_dependencies where appropriate
BUG=https://code.google.com/p/dart/issues/detail?id=9309
Review URL: https://codereview.chromium.org//12962003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20285 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-20 19:41:10 +00:00 |
|
scheglov@google.com
|
1dd8b25904
|
Fix analyzer_experimental.
TBR
Forgot to comment out Resolver tests :-(
R=pquitslund@google.com
BUG=
Review URL: https://codereview.chromium.org//12529022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20179 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-18 21:28:22 +00:00 |
|
scheglov@google.com
|
1c4bc14d27
|
analyzer_experimental checkpoint and AnalysisContext example.
R=pquitslund@google.com
BUG=
Review URL: https://codereview.chromium.org//12604020
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20178 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-18 21:17:54 +00:00 |
|
scheglov@google.com
|
d7729fdac6
|
Update generated analyzer_experimental for new List interface.
R=pquitslund@google.com
BUG=
Review URL: https://codereview.chromium.org//12603007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20103 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-15 20:13:21 +00:00 |
|
lrn@google.com
|
844cd39fad
|
Change getRange to sublist. Make getRange deprecated.
This changes the exception behavior of getRange. It used to accept
a length of zero, no matter what start value. Now the start value
must be a valid list index.
Review URL: https://codereview.chromium.org//12817003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20064 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-15 09:15:39 +00:00 |
|
scheglov@google.com
|
139e02c68e
|
Rename analyzer-experimental to analyzer_experimental.
https://code.google.com/p/dart/issues/detail?id=9071
R=pquitslund@google.com
BUG=
Review URL: https://codereview.chromium.org//12838003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19973 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-13 21:42:01 +00:00 |
|