regis@google.com
|
a5dc8b60d1
|
Fix code generation issue with new factory syntax.
Convert VM core library to new factory syntax.
Review URL: http://codereview.chromium.org//8602004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1662 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-18 17:47:12 +00:00 |
|
srdjan@google.com
|
6d8d978d5a
|
FIx issue 261: throw exception if index if idnexed oeprators if lists Array and GrowableArray is not int.
Review URL: http://codereview.chromium.org//8387035
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@962 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 18:40:32 +00:00 |
|
ngeoffray@google.com
|
5496005d1d
|
Add optional arguments to our indexOf/lastIndexOf methods.
Review URL: http://codereview.chromium.org//8424012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@947 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 13:21:30 +00:00 |
|
ngeoffray@google.com
|
210fd33d0a
|
Remove List.fromList constructor, and List.copyFrom. They are duplicates of the new range methods.
Review URL: http://codereview.chromium.org//8422005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@941 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 09:49:15 +00:00 |
|
iposva@google.com
|
4906ccd1db
|
- Remove the remaining Array interface.
Review URL: http://codereview.chromium.org//8348025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@556 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-19 15:44:55 +00:00 |
|
ngeoffray@google.com
|
ac91a5a8da
|
Fix build failures due to forgotten change in the Array -> List transition.
Review URL: http://codereview.chromium.org//8333017
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@508 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-18 10:54:45 +00:00 |
|
ngeoffray@google.com
|
70c01beb9b
|
Clean up (most) uses of Array. Still more to come in the VM corelib code base.
Review URL: http://codereview.chromium.org//8321024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@507 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-18 10:02:59 +00:00 |
|
vsm@google.com
|
cc71ad71ed
|
Test fix: remove extraneous print
TEST=corelib/ListInsertRangeTest
Review URL: http://codereview.chromium.org//8294020
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@483 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-17 20:18:45 +00:00 |
|
ngeoffray@google.com
|
52aa068f73
|
Implement List.insertRange.
Review URL: http://codereview.chromium.org//8271029
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@439 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-14 13:44:18 +00:00 |
|
ngeoffray@google.com
|
85804080f3
|
Implement List.getRange.
Review URL: http://codereview.chromium.org//8276005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@403 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-13 16:24:09 +00:00 |
|
ngeoffray@google.com
|
9e03f7c985
|
IllegalArgumentException expects a string.
Review URL: http://codereview.chromium.org//8277007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@402 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-13 16:19:06 +00:00 |
|
ngeoffray@google.com
|
b69b4200c8
|
Implement removeRange, and update some documentation on the list interface.
Review URL: http://codereview.chromium.org//8273004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@400 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-13 15:54:48 +00:00 |
|
ngeoffray@google.com
|
edcae54a2c
|
Implement setRange on DartC and the VM.
Review URL: https://chromereviews.googleplex.com/3574018
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@394 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-13 12:58:49 +00:00 |
|
ngeoffray@google.com
|
cb3a9f6641
|
Add range methods to List. Throw not implemented for now.
Review URL: https://chromereviews.googleplex.com/3573012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@198 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-07 07:56:42 +00:00 |
|
dgrove@google.com
|
4c0f559d23
|
Initial checkin.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-05 05:20:07 +00:00 |
|