Find a file
paulberry@google.com 30f1b97888 Handle generic parameters correctly in invocation completions.
When doing invocation completions, we need to walk the interface
types, not the classes, because the interface types record the actual
types of the generic parameters.  This required some rework because
the old technique used an element visitor, and interface types can't
be visited using an element visitor.

R=danrubel@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43040 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-21 15:16:50 +00:00
client
docs/language Remove restrictions on scope of doc comments. 2015-01-15 23:51:50 +00:00
pkg Handle generic parameters correctly in invocation completions. 2015-01-21 15:16:50 +00:00
runtime Use a typed array for the irregexp stack. 2015-01-21 15:11:36 +00:00
sdk - Allow implementations to hook into the Utf8Decoder.convert method. 2015-01-21 01:29:14 +00:00
site/try Emit to StreamCodeOutput instead of CodeBuffer. 2015-01-13 09:14:25 +00:00
tests Revert "Mark all private functions in dart: libraries as invisible (*sniff*). Previously these functions were only marked invisible if they were also native, a constructor, or on a black list." 2015-01-20 20:56:59 +00:00
tools BUG= 2015-01-20 23:04:27 +00:00
utils Remove the http package from the repo. 2014-12-18 19:04:04 +00:00
.gitignore
AUTHORS
codereview.settings
create_sdk.gyp
dart.gyp Rename snapshot, other user-visible parts of docgen to dartdocgen. 2014-11-06 17:41:25 +00:00
LICENSE Add third_party NSS, SQLite, and zlib to Dart LICENSE file 2014-10-23 15:32:16 +00:00
out2.dart Emit to StreamCodeOutput instead of CodeBuffer. 2015-01-13 09:14:25 +00:00
PATENTS
PRESUBMIT.py
README
README.dart-sdk
WATCHLISTS Build Observatory as part of runtime 2015-01-06 21:59:42 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at http://dartlang.org or
http://code.google.com/p/dart.

Here's a brief guide to what's in here:

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       Dart VM and code for running it as a standalone app.
samples/       Sample Dart programs.
tests/         Automated tests.
third_party/   External dependencies.
tools/         Build scripts, text editor support files, etc.
utils/         Utilities for Dart applications.