|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1325 lines, -180 lines) |
Patch |
|
M |
compiler/java/com/google/dart/compiler/ast/ASTVisitor.java
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/ast/DartClass.java
|
View
|
|
5 chunks |
+10 lines, -21 lines |
0 comments
|
Download
|
|
A |
compiler/java/com/google/dart/compiler/ast/DartClassTypeAlias.java
|
View
|
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/parser/DartParser.java
|
View
|
|
5 chunks |
+153 lines, -21 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/parser/Token.java
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
compiler/java/com/google/dart/compiler/resolver/ClassAliasElement.java
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ClassElementImplementation.java
|
View
|
1
|
7 chunks |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ClassElementUnion.java
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ClassScope.java
|
View
|
1
|
1 chunk |
+19 lines, -6 lines |
1 comment
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/DynamicElementImplementation.java
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/Elements.java
|
View
|
1
|
8 chunks |
+70 lines, -21 lines |
1 comment
|
Download
|
|
A |
compiler/java/com/google/dart/compiler/resolver/MixinScope.java
|
View
|
1
2
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/Resolver.java
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
View
|
1
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
View
|
1
|
5 chunks |
+67 lines, -8 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/type/InterfaceTypeImplementation.java
|
View
|
1
|
2 chunks |
+31 lines, -8 lines |
1 comment
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
View
|
1
|
2 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
|
M |
compiler/java/com/google/dart/compiler/type/Types.java
|
View
|
1
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
|
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverTestCase.java
|
View
|
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
|
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
View
|
1
|
2 chunks |
+144 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ClassTypeAlias.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dom/AST.java
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/ast/ClassCompleter.java
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/index/contributor/IndexContributor.java
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java
|
View
|
|
4 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
|
A |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartClassTypeAliasImpl.java
|
View
|
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartElementImpl.java
|
View
|
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/util/MementoTokenizer.java
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/CompilationUnit.java
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartClassTypeAlias.java
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartElement.java
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/bindings/BindingUtils.java
|
View
|
1
|
10 chunks |
+157 lines, -63 lines |
1 comment
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/utilities/ast/DartElementLocatorTest.java
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/utilities/bindings/BindingUtilsTest.java
|
View
|
1
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/dart/DartCodeScanner.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/SemanticHighlightingReconciler.java
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/SemanticHighlightings.java
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/language/language.status
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|