Commit Graph

11 Commits

Author SHA1 Message Date
johnniwinther@google.com 2949c787a6 Use ConstExp for storing constants.
Main modification in

compile_time_constants.dart
cps_ir/const_expression.dart
cps_ir/cps_ir_builder.dart

R=efortuna@google.com, sigurdm@google.com

Committed: https://code.google.com/p/dart/source/detail?r=40372

Review URL: https://codereview.chromium.org//574683002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40759 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-29 09:17:43 +00:00
kevmoo@google.com 8ef920990f pkg/docgen: include all package libraries under lib/, except those under lib/src
Also updated package dependencies

BUG= https://code.google.com/p/dart/issues/detail?id=18554
R=alanknight@google.com

Review URL: https://codereview.chromium.org//571713002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40246 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-15 15:04:20 +00:00
efortuna@google.com 619bfcb37f Add function parameter info in docgen.
BUG=
R=alanknight@google.com

Review URL: https://codereview.chromium.org//263013006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35866 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-07 20:35:29 +00:00
efortuna@google.com f696ff46a1 Access parameter data in Annotations, as well as fixed export visibility
calculation.

BUG=
R=alanknight@google.com, johnniwinther@google.com

Review URL: https://codereview.chromium.org//268583002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35768 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-05 21:31:30 +00:00
kevmoo@google.com a024b9a76a pkg/docgen: a bunch of cleanup
R=efortuna@google.com

Review URL: https://codereview.chromium.org//245673002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35233 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-21 23:19:49 +00:00
kevmoo@google.com aa5d54f788 pkg/docgen: fixed type references within typedef doc comments
R=efortuna@google.com

Review URL: https://codereview.chromium.org//243483005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35216 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-21 18:37:25 +00:00
kevmoo@google.com 435cdeb957 pkg/docgen: support better const rendering of String, List, and empty Map
BUG= https://code.google.com/p/dart/issues/detail?id=18107
R=efortuna@google.com

Review URL: https://codereview.chromium.org//235883016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35140 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-17 00:02:11 +00:00
kevmoo@google.com f4b296daed pkg/docgen: the big refactor
Separated code into mini-libraries
Eliminated "static" classes in favor of named imports

R=efortuna@google.com

Review URL: https://codereview.chromium.org//209563002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34313 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-24 16:46:17 +00:00
kevmoo@google.com 1eabc4b756 pkg/dartdoc: moving files around, fix library names
R=alanknight@google.com

Review URL: https://codereview.chromium.org//202193002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33756 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 17:46:04 +00:00
kevmoo@google.com a76de995b0 Adding 'preview' to typedef
Removed call to non-existent _moveDirectoryAndReplace
updated min scheduled_test version

R=efortuna@google.com

Review URL: https://codereview.chromium.org//183333003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33338 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-05 18:48:44 +00:00
kevmoo@google.com cd2f133e77 pkg/docgen: putting test code in file system
R=alanknight@google.com

Review URL: https://codereview.chromium.org//172873002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32821 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-19 21:11:40 +00:00