Dan Rubel
|
767d5ecbfd
|
Revert "improve fasta unterminated string recovery"
This reverts commit 6907345fb9.
Review-Url: https://codereview.chromium.org/2907093002 .
|
2017-05-28 23:40:08 -04:00 |
|
Dan Rubel
|
6907345fb9
|
improve fasta unterminated string recovery
* enhance handling of unterminated strings
* update ast builder and string validator to handle unterminated strings
Review-Url: https://codereview.chromium.org/2906193004 .
|
2017-05-28 23:35:32 -04:00 |
|
danrubel
|
42f6586f36
|
rename fasta.Token.value --> lexeme
This renames the fasta.Token.value field to .lexeme so that
it will not collide with an already existing analyzer.Token accessor.
R=ahe@google.com, paulberry@google.com
Review-Url: https://codereview.chromium.org/2738313002 .
|
2017-03-12 13:16:14 -04:00 |
|
Johnni Winther
|
fe702abc55
|
Refactor BackendHelpers to be reusageable with KernelWorldBuilder
- introduces ElementEnvironment and uses it to implement most of CommonElements and BackendHelpers
R=sigmund@google.com
Review-Url: https://codereview.chromium.org/2675103003 .
|
2017-02-07 10:29:16 +01:00 |
|
Peter von der Ahé
|
d0d27c1c38
|
Use parser and scanner from package:front_end.
Originally reviewed as:
Review-Url: https://codereview.chromium.org/2650413002 .
Review-Url: https://codereview.chromium.org/2652203002 .
Review-Url: https://codereview.chromium.org/2655843002 .
Review-Url: https://codereview.chromium.org/2654433009 .
Review-Url: https://codereview.chromium.org/2647343003 .
Review-Url: https://codereview.chromium.org/2652663005 .
Review-Url: https://codereview.chromium.org/2650813002 .
Review-Url: https://codereview.chromium.org/2650803002 .
Review-Url: https://codereview.chromium.org/2651843004 .
Review-Url: https://codereview.chromium.org/2649923002 .
Review-Url: https://codereview.chromium.org/2651563003 .
Review-Url: https://codereview.chromium.org/2649123002 .
Review-Url: https://codereview.chromium.org/2644843006 .
Review-Url: https://codereview.chromium.org/2647043002 .
Review-Url: https://codereview.chromium.org/2642903003 .
Review-Url: https://codereview.chromium.org/2645513002 .
Review-Url: https://codereview.chromium.org/2642663003 .
Review-Url: https://codereview.chromium.org/2642713002 .
Review-Url: https://codereview.chromium.org/2635473002 .
Review-Url: https://codereview.chromium.org/2624373003 .
Review-Url: https://codereview.chromium.org/2627723006 .
Review-Url: https://codereview.chromium.org/2627093007 .
Review-Url: https://codereview.chromium.org/2629543008 .
Review-Url: https://codereview.chromium.org/2629543007 .
Review-Url: https://codereview.chromium.org/2631503002 .
Review-Url: https://codereview.chromium.org/2621153006 .
|
2017-02-01 10:29:25 +01:00 |
|
Lasse R.H. Nielsen
|
3ba0e98020
|
Allow surrogates in string literals.
Fixes issue #26620
BUG: http://dartbug.com/26620
R=asiva@google.com, brianwilkerson@google.com, floitsch@google.com, hausner@google.com, sigmund@google.com
Review URL: https://codereview.chromium.org/2304923002 .
Committed: https://github.com/dart-lang/sdk/commit/574ae435f3996de9293528393e54f55976a354e6
|
2016-09-26 14:32:21 +02:00 |
|
Lasse R.H. Nielsen
|
574ae435f3
|
Allow surrogates in string literals.
Fixes issue #26620
BUG: http://dartbug.com/26620
R=asiva@google.com, brianwilkerson@google.com, floitsch@google.com, hausner@google.com, sigmund@google.com
Review URL: https://codereview.chromium.org/2304923002 .
|
2016-09-26 13:23:41 +02:00 |
|
Kevin Moore
|
406d5e0c48
|
pkg/compiler: fix imports
R=sigmund@google.com
Review URL: https://codereview.chromium.org/2221893003 .
|
2016-08-08 14:41:50 -07:00 |
|
Sigmund Cherem
|
9aee504527
|
Remove unnecessary imports to tree.dart
R=het@google.com
Review URL: https://codereview.chromium.org/2203013003 .
|
2016-08-03 08:27:50 -07:00 |
|
Harry Terkelsen
|
1745ba77f5
|
fix all instances of "the the"
BUG=
R=sigmund@google.com
Review URL: https://codereview.chromium.org/1980573003 .
|
2016-05-13 12:38:25 -07:00 |
|
Harry Terkelsen
|
29cf477139
|
dartfmt pkg/compiler
BUG=
R=sigmund@google.com
Review URL: https://codereview.chromium.org/1859343004 .
|
2016-04-07 10:00:53 -07:00 |
|
Johnni Winther
|
1414d9b27e
|
Use common.dart to re-export commonly used entities.
BUG=
R=sigurdm@google.com
Review URL: https://codereview.chromium.org/1394063004.
|
2015-10-12 09:34:02 +02:00 |
|
Johnni Winther
|
76b7203c19
|
Extract DiagnosticReporter implementation from Compiler.
BUG=
R=sigurdm@google.com
Review URL: https://codereview.chromium.org/1383483006.
|
2015-10-06 10:24:44 +02:00 |
|
Johnni Winther
|
1590970ccc
|
Report info messages together with their error, warning, or hint.
BUG=
R=sigurdm@google.com
Review URL: https://codereview.chromium.org//1363993004.
|
2015-09-24 15:08:29 +02:00 |
|
Johnni Winther
|
ee54b9e3cd
|
Move parser and token related libraries into their own subfolder.
BUG=
R=karlklose@google.com
Review URL: https://codereview.chromium.org//1313073007.
|
2015-09-02 12:07:00 +02:00 |
|
Johnni Winther
|
f5a7be0c17
|
Split scannerlib.dart into several libraries.
BUG=
R=karlklose@google.com
Review URL: https://codereview.chromium.org//1315483006.
|
2015-09-01 15:39:31 +02:00 |
|
Johnni Winther
|
930bc75c0d
|
Move diagnostic_listener.dart and messages.dart to the diagnostics folder
BUG=
R=karlklose@google.com
Review URL: https://codereview.chromium.org//1286143003.
|
2015-08-12 12:05:36 +02:00 |
|
Johnni Winther
|
dab1aaae45
|
Move dart2jslib parts into separate libraries.
BUG=
R=karlklose@google.com, sigmund@google.com
Committed: https://github.com/dart-lang/sdk/commit/4474acf36bb3b7d10a6fcce0c03de499055401e2
Reverted: https://github.com/dart-lang/sdk/commit/5af48434320f973bd8ae0fd402d9e33f5765420a
Review URL: https://codereview.chromium.org//1284673003.
|
2015-08-11 09:56:49 +02:00 |
|
William Hesse
|
5af4843432
|
Revert "Move dart2jslib parts into separate libraries."
This reverts commit 4474acf36b.
BUG=
Review URL: https://codereview.chromium.org//1278503004 .
|
2015-08-10 16:57:07 +02:00 |
|
Johnni Winther
|
4474acf36b
|
Move dart2jslib parts into separate libraries.
BUG=
R=karlklose@google.com
Review URL: https://codereview.chromium.org//1284673003.
|
2015-08-10 16:19:02 +02:00 |
|
Kevin Moore
|
51a8f0751d
|
Fix 56 hints in pkg/compiler
From 258 to 202
R=johnniwinther@google.com, sigmund@google.com
Review URL: https://codereview.chromium.org//1155633002
|
2015-05-22 08:45:12 -07:00 |
|
ahe@google.com
|
a52a04a04a
|
Remove Compiler.reportFatalError.
R=johnniwinther@google.com
Review URL: https://codereview.chromium.org//791263003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42678 260f80e4-7a28-3924-810f-c04153c831b5
|
2015-01-08 08:37:24 +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 |
|