lrn@google.com
|
26fab5183a
|
Move parseInt parseDouble to int/double classes as a static method.
Remove math dependency from core/coreimpl in dart2js.
The existing Math.parseInt and Math.parseDouble are kept *for now*, but
simply redirect to the static methods.
They will be removed in time (when library code is ready for it).
Review URL: https://codereview.chromium.org//10913271
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12417 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-17 07:25:38 +00:00 |
|
bak@google.com
|
919055360a
|
Changed interfaces to abstract classes where possible in {lib,samples,pkg}
Review URL: https://chromiumcodereview.appspot.com//10928139
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12255 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-12 10:58:25 +00:00 |
|
kasperl@google.com
|
55140fd125
|
Remove support for operator negate and replace occurrences with unary
operator -.
In the VM, I have disabled the operator negate support in the parser but I
have not removed the keyword because the token is used in quite a few other
places.
R=ahe@google.com,iposva@google.com,hausner@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10911206
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12233 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-12 05:29:03 +00:00 |
|
kasperl@google.com
|
9beb871852
|
Get rid of a lot of () for getters.
R=bak@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10919146
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12017 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-07 11:50:07 +00:00 |
|
floitsch@google.com
|
1011c58bf9
|
Use JavaScript runtime semantics when constant folding.
Fixes issue 4551.
Fixes issue 2887.
Review URL: https://chromiumcodereview.appspot.com//10825386
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11883 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-05 16:13:58 +00:00 |
|
iposva@google.com
|
0dd77bf634
|
- Change "static final" to "static const" in the
pkg/, language/, utils/ and lib/core/ directories.
Review URL: https://chromiumcodereview.appspot.com//10919024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11703 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-31 17:47:17 +00:00 |
|
kasperl@google.com
|
0af11bc9c4
|
More uses of the new try-catch syntax.
With this change, the VM can run all tests (except co19) without
allowing the use of the old try-catch syntax.
R=ngeoffray@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10917006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11600 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-30 11:14:39 +00:00 |
|
ager@google.com
|
722c1a3ce6
|
Deprecate Math object in corelib in favor of dart:math library.
Review URL: https://chromiumcodereview.appspot.com//10829459
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11155 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-22 14:33:01 +00:00 |
|
alanknight@google.com
|
6fc8369fb6
|
Rename "tests" directories under /pkg to the singular "test"
Review URL: https://chromiumcodereview.appspot.com//10837268
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10771 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 21:38:41 +00:00 |
|
dgrove@google.com
|
747b22d3bc
|
Move fixnum to from lib/ to pkg/ . Once pub.dartlang.org
is available, this package will likely be moved there.
Review URL: https://chromiumcodereview.appspot.com//10854162
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10769 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 20:33:16 +00:00 |
|