zundel@google.com
|
1486f2602d
|
Revert "Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries"
This reverts commit r5885 which works locally, but not on the builder
Review URL: https://chromiumcodereview.appspot.com//9865025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5886 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-03-27 17:04:03 +00:00 |
|
zundel@google.com
|
b838d39acb
|
Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries
Adds a new cmdline flags
--dart-sdk to point it at a directory where the dart library files are staged
--platform the name of the platform {dartium, vm, frog, dart2js}
to target with the analyzer
Review URL: https://chromiumcodereview.appspot.com//9860009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5885 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-03-27 16:25:54 +00:00 |
|
mmendez@google.com
|
2adbd94f14
|
Revert the revert of http://code.google.com/p/dart/source/detail?r=3360.
Kasper found and fixed the underlying native class code generation bug as part of http://code.google.com/p/dart/source/detail?r=3390.
TBR=kasperl,floitsch
Review URL: https://chromiumcodereview.appspot.com//9255025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3412 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-18 20:07:49 +00:00 |
|
kasperl@google.com
|
ac0e22f2bc
|
Fix dartc in optimized mode (broken in r3358).
Add checks that ensure that keys used for array access are integers.
Fix bug in the optimization strategy that ended up generating the wrong
code for "native" classes.
R=floitsch@google.com,mmendez@google.com
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9250005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3390 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-18 12:44:47 +00:00 |
|
mmendez@google.com
|
6dfce3cc04
|
Revert "Remove TypeToken as means for assigning type arguments to arrays."
This reverts commit r3356. Apparently closure will optimize new Array(x) to Array(void 0).
Review URL: https://chromiumcodereview.appspot.com//9178020
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3360 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-17 15:34:53 +00:00 |
|
mmendez@google.com
|
513d5b44d5
|
Remove TypeToken as means for assigning type arguments to arrays.
For native, classes with a bodyless constructor, pass the constructor arguments to the native constructor in the generated factory method. The generated factory method will handle setting the runtime type information if necessary.
Review URL: https://chromiumcodereview.appspot.com//9183002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3356 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-01-17 14:55:26 +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 |
|
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
|
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 |
|
dgrove@google.com
|
977977e6ea
|
Initial checkin.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-05 05:00:35 +00:00 |
|