johnniwinther@google.com
|
0192ea71fc
|
Emit to StreamCodeOutput instead of CodeBuffer.
BUG=
R=floitsch@google.com
Review URL: https://codereview.chromium.org//830703004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42801 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-01-13 09:14:25 +00:00 |
|
johnniwinther@google.com
|
a2dddc825a
|
Remove Compiler.assembledCode.
BUG=
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42592
Review URL: https://codereview.chromium.org//832363002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42623 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-01-06 11:06:23 +00:00 |
|
sigmund@google.com
|
0c4834347d
|
Update a couple other references to sunflower that I missed
R=nweiz
BUG=
Review URL: https://codereview.chromium.org//825553002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42559 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-22 23:53:32 +00:00 |
|
nweiz@google.com
|
4b524e8f21
|
Pull args, intl, logging, shelf, and source_maps out of the SDK.
R=sigmund@google.com
Review URL: https://codereview.chromium.org//814113004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42537 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-20 00:47:32 +00:00 |
|
nweiz@google.com
|
b0009de0d6
|
Re-apply "Remove unittest and matcher from the repo."
This was originally submitted as r42497 and reverted by r42498. This CL fixes
the failing isolate test, and https://codereview.chromium.org/814883003/ fixes
the Dartium and Standalone issues.
R=sigmund@google.com
Review URL: https://codereview.chromium.org//807193003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42524 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-19 21:14:56 +00:00 |
|
ricow@google.com
|
efad8e46a1
|
Revert revision 42497 "Remove unittest and matcher from the repo."
This broke 80% of the bots
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42498 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-19 07:01:50 +00:00 |
|
nweiz@google.com
|
28bced3a0c
|
Remove unittest and matcher from the repo.
This also cleans up a few lingering unused lines in pkg.status.
R=sigmund@google.com
Review URL: https://codereview.chromium.org//814953002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42497 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-19 02:18:47 +00:00 |
|
nweiz@google.com
|
bec098d3a5
|
Use third_party packages for building try dart.
Review URL: https://codereview.chromium.org//820433002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42471 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-18 19:26:30 +00:00 |
|
ahe@google.com
|
31e791cee5
|
Refactor LibraryUpdater to prepare for parts.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//804903004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42384 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-16 12:13:09 +00:00 |
|
ahe@google.com
|
5a35c6fd0e
|
Incremental compiler: support optional arguments.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//740273003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42235 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-12-10 08:08:12 +00:00 |
|
ahe@google.com
|
f3c3afe74d
|
Various clean up.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//757043002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41991 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-26 12:44:17 +00:00 |
|
ahe@google.com
|
94056f00b2
|
Remove debugging code
Review URL: https://codereview.chromium.org//755253002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41957 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-25 15:24:03 +00:00 |
|
ahe@google.com
|
97f809bdc1
|
Use serialized scope info to test incremental compiler.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//738423002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41955 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-25 14:47:27 +00:00 |
|
ahe@google.com
|
1441fe2d76
|
Include reasons for failing in StateError.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//705253002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41625 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-10 10:51:56 +00:00 |
|
johnniwinther@google.com
|
09fbe78e71
|
Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
BUG=
Review URL: https://codereview.chromium.org//694353007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41514 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-05 08:51:01 +00:00 |
|
johnniwinther@google.com
|
8637cfd322
|
Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler"
This reverts commit r41512.
BUG=
Review URL: https://codereview.chromium.org//693183006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41513 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-05 08:15:26 +00:00 |
|
johnniwinther@google.com
|
2b336e17f0
|
Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
BUG=
Review URL: https://codereview.chromium.org//690103004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41512 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-11-05 07:09:04 +00:00 |
|
ahe@google.com
|
b872f5e260
|
Compute an incremental patch to JavaScript code.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//636903002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41011 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-09 12:57:08 +00:00 |
|
ahe@google.com
|
f718e2566c
|
Compile only functions that have changed.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//622373002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40935 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-06 15:57:51 +00:00 |
|
ahe@google.com
|
6701b708a7
|
Count number of iterations.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//621233003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40934 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-06 15:40:54 +00:00 |
|
ahe@google.com
|
e63e0d59fb
|
Add --compile option to poi.dart.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//615573004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40933 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-06 15:28:23 +00:00 |
|
ahe@google.com
|
74d0db69f0
|
More timing in poi.dart.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//625913002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40921 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-06 11:58:16 +00:00 |
|
ahe@google.com
|
0d3387e080
|
Add PoiTask to better measure timing.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//626853002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40920 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-06 11:50:01 +00:00 |
|
ahe@google.com
|
8a1633f3b9
|
Truncate verbose source print.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//625883002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40898 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-03 15:47:19 +00:00 |
|
ahe@google.com
|
c833f7b848
|
Clean up imports.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//621503008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40896 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-10-03 12:18:39 +00:00 |
|
ahe@google.com
|
b3fdcc62af
|
Remove unused import and make Makefile more flexible
Review URL: https://codereview.chromium.org//611313002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40808 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-30 12:15:06 +00:00 |
|
ahe@google.com
|
e01b18c30c
|
Introduce LibraryUpdater.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//594843003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40764 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-29 12:01:43 +00:00 |
|
ahe@google.com
|
071742be1e
|
Clean up imports.
Also, add a newline to post-processed analyzer output to improve readability on small screens.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//589033003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40584 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-23 07:49:09 +00:00 |
|
ahe@google.com
|
9d0bc51ac1
|
Add missing import.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//593633002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40537 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-22 09:14:16 +00:00 |
|
alanknight@google.com
|
1c9fe88711
|
Remove serialization from the try.dartlang.org list of packages, as it's moving to github
BUG=
Review URL: https://codereview.chromium.org//582883002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40455 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-18 19:48:34 +00:00 |
|
ahe@google.com
|
26d655f2ca
|
Move diff.dart to dart2js_incremental.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//568363004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40317 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-16 13:45:48 +00:00 |
|
ahe@google.com
|
a3e611d90a
|
Add makefile to run analyzer.
R=kasperl@google.com
Review URL: https://codereview.chromium.org//567423002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40316 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-16 12:41:17 +00:00 |
|
ahe@google.com
|
d9e6284de3
|
Add ElementX.declarationSite.
BUG=
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//561233005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40314 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-16 12:23:31 +00:00 |
|
ahe@google.com
|
94ff2b5820
|
Add LibraryLoader.resetAsync.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//564373004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40311 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-16 11:15:06 +00:00 |
|
ahe@google.com
|
bcdb9192ec
|
Make timings easier to spot in output.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//559523003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40036 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-09 15:40:20 +00:00 |
|
ahe@google.com
|
583e063f00
|
Add --enable-dart-mind option to poi.dart.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//551383002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40035 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-09 15:01:13 +00:00 |
|
ahe@google.com
|
b0be025587
|
Add verbose option to poi.dart.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//554273002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40033 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-09 14:40:58 +00:00 |
|
ahe@google.com
|
7c6174ca47
|
Add --simulate-mutation option.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//555483002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40031 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-09 14:32:52 +00:00 |
|
ahe@google.com
|
e9461777dd
|
Support repeating poi.dart forever.
Useful for measuring performance, stress testing, and memory leak detection.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//548293002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39961 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-08 13:22:53 +00:00 |
|
kevmoo@google.com
|
9bf5487796
|
fix build of try.dart
TBR
Review URL: https://codereview.chromium.org//546253002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39947 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-07 00:41:05 +00:00 |
|
aprelev@gmail.com
|
92bd7fb891
|
Fix Try Dart handling of Backspace that joins lines
BUG=dartbug.com/20731
R=ahe@google.com
Review URL: https://codereview.chromium.org//542623003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39930 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-05 21:03:23 +00:00 |
|
ahe@google.com
|
e277fbb20b
|
Disable Google Analytics in automated tests.
R=lukechurch@google.com
Review URL: https://codereview.chromium.org//532953003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39863 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-04 12:11:47 +00:00 |
|
ahe@google.com
|
0855b85264
|
Use JavaScript to detect if Selection.modify is available.
R=kasperl@google.com
Review URL: https://codereview.chromium.org//535883002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39806 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-03 13:44:30 +00:00 |
|
ahe@google.com
|
7faedd017c
|
Hide Dart Mind setting
R=lukechurch@google.com
Review URL: https://codereview.chromium.org//539443002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39801 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-09-03 10:42:54 +00:00 |
|
ahe@google.com
|
eadbb803ef
|
Implement diff algorithm for libraries.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//494623002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39551 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-26 13:01:36 +00:00 |
|
aprelev@gmail.com
|
da5258c42a
|
Made couple tweaks and added several options to allow Try Dart to run in IE11.
BUG=dartbug.com/20017
R=ahe@google.com
Review URL: https://codereview.chromium.org//408783002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39394 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-20 00:44:22 +00:00 |
|
ahe@google.com
|
9dc7c26d99
|
Fix crash due to AbstractFieldElement.computeType.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//463323003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39364 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-19 09:01:25 +00:00 |
|
ahe@google.com
|
4d340e265b
|
Remove nossl hack, as it isn't needed.
R=kasperl@google.com
Review URL: https://codereview.chromium.org//486643002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39328 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-18 11:55:39 +00:00 |
|
ahe@google.com
|
c32b9a887d
|
Use kinds "class side" and "instance side".
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//391363002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39138 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-12 14:01:15 +00:00 |
|
ahe@google.com
|
124a5659c9
|
Serialize scopes according to semantic structure.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//396803003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39137 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-08-12 13:54:23 +00:00 |
|