Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.2.1
/
compiler
tag
92da6ef7fcd1adcccd78f1367d4041469050b6cf
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
01ea3d78d89bba16d329894f44fdb8575f6b79ec
0.6.2.1
59679bf
Don't use 'interface' in test files.
by scheglov@google.com
· 12 years ago
dc4e814
TBR update the dartc deprecation message
by devoncarew@google.com
· 12 years ago
6968684
Add a deprecation warning to dartc.
by devoncarew@google.com
· 12 years ago
170b327
Revert "Allow ambiguous Expect and ExpectException imports."
by floitsch@google.com
· 12 years ago
bc0f42d
Implement rethrow in dart-analyzer.
by ngeoffray@google.com
· 12 years ago
431954b
Rename dart:typeddata to dart:typed_data.
by ager@google.com
· 12 years ago
3eff092
Change our encoding for javac compiles to explicitly use UTF-8.
by devoncarew@google.com
· 12 years ago
239462b
Fix exception in dartc
by brianwilkerson@google.com
· 12 years ago
5b6c0ba
Rename InvocationMirror to Invocation.
by ahe@google.com
· 12 years ago
5d13ebb
Use intermediate file containing javac arguments to overcome windows limitations
by kustermann@google.com
· 12 years ago
c3f6080
Deprecate Collection class.
by floitsch@google.com
· 12 years ago
4392697
Update references from scalarlist ==> typedata.
by devoncarew@google.com
· 12 years ago
89346f3
Remove legacy syntax support for library import
by hausner@google.com
· 12 years ago
8621bd9
Use the lowest MacOS SDK available on a system
by kustermann@google.com
· 12 years ago
a4a72c2
Updates to the new analyzer to help make the try bot happy.
by devoncarew@google.com
· 12 years ago
8f5487d
Fix warning work arounded in 12787002. https://codereview.chromium.org/12787002/
by scheglov@google.com
· 12 years ago
925e6d6
Issue 9084. Don't recompute binary operator RHS argument type.
by scheglov@google.com
· 12 years ago
b812118
Tweak dartc test for String concat.
by scheglov@google.com
· 12 years ago
32eb275
Disable analyzer-test checking for string.+.
by lrn@google.com
· 12 years ago
36adbd1
Change analyzer to not complain about string+string.
by lrn@google.com
· 12 years ago
cbb4b0d
fix for uri creation when host is null
by keertip@google.com
· 12 years ago
c92c823
Issue 8973. Don't cast to NodeElement where not needed.
by scheglov@google.com
· 12 years ago
7917247
Intern AST and Model names to reduce char[]/String waste.
by scheglov@google.com
· 12 years ago
8e7e542
Rollback 'analyze Dart in Html'.
by scheglov@google.com
· 12 years ago
0020cd9
Add the services_test plugin to the buildbot_test suite.
by devoncarew@google.com
· 13 years ago
3796de1
Update dartc tests and services_test plugins to run from the buildbot_test plugin.
by devoncarew@google.com
· 13 years ago
92efd81
Issue 8705. Fix for NPE when use method from mixin inside of class.
by scheglov@google.com
· 13 years ago
f6d7f525
Remove r09 of guava; make sure all the dartc files are updated to use r13.
by devoncarew@google.com
· 13 years ago
5bb176d
Issue 8132. Suppress INFO problems in SDK.
by scheglov@google.com
· 13 years ago
bbbe0c3
Allow ambiguous Expect and ExpectException imports.
by floitsch@google.com
· 13 years ago
d4abbe1
Getter and setter methods can share name.
by scheglov@google.com
· 13 years ago
c2b18c4
Issue 8426. Ignore depecated warnings in DartCompilerListenerTest.
by scheglov@google.com
· 13 years ago
dd28b0e
Disable tests for dartc.
by floitsch@google.com
· 13 years ago
e1efa71
Hide collection-dev library.
by floitsch@google.com
· 13 years ago
5bf69f1
Ignore output folders.
by scheglov@google.com
· 13 years ago
018e8cc
Issue 8169. Type inferred from 'query' is 'inferred exact'.
by scheglov@google.com
· 13 years ago
368d8d1
Issue 8027. Disallow cyclic mixins.
by scheglov@google.com
· 13 years ago
d9605fe
Issue 8051. Make extended exit codes optional.
by scheglov@google.com
· 13 years ago
312cb76
Issue 8108. Don't record 'deprecated' warnings in integration test.
by scheglov@google.com
· 13 years ago
be31b47
Issue 8051. dart_analyzer return codes on errors
by scheglov@google.com
· 13 years ago
3c4764e
Tweaking analyzer test to ignore dart:html deprecation warnings.
by blois@google.com
· 13 years ago
321bcf5
Issue 7597. Use foo= when setter requested, even if there is method foo().
by scheglov@google.com
· 13 years ago
cc4b22e
Issue 8059. Disallow mixing in classes that use 'super' from any member.
by scheglov@google.com
· 13 years ago
1bf8487
Issue 7598. Skip metadata when parse directives for LibraryUnit.
by scheglov@google.com
· 13 years ago
06a378f
Issue 7605. Check separately getters and setter implementation when check for abstratc members.
by scheglov@google.com
· 13 years ago
e61663d
Issue 7633. Report error when instance field is accessed from factory constructor.
by scheglov@google.com
· 13 years ago
b1bdb27
Issue 7802. Fix for redundant casts.
by scheglov@google.com
· 13 years ago
b806f5f
Issue 7884. Use UTF-8 for output.
by scheglov@google.com
· 13 years ago
761ea99
Issue 8025. Disallow mixing in classes that have constructors.
by scheglov@google.com
· 13 years ago
76771f3
Issue 8006. Allow abstract modifier for typedef mixin applications.
by scheglov@google.com
· 13 years ago
23bf005
Issue 8022. Report compile-time error when using mixing with not Object superclass.
by scheglov@google.com
· 13 years ago
804db39
Issue 7980. Report problem when type 'dynamic' is shadowed.
by scheglov@google.com
· 13 years ago
d8d842f
Issue 8038. Don't report 'is not a function type' if class has 'noSuchMethod'.
by scheglov@google.com
· 13 years ago
fd96d93
fix http://code.google.com/p/dart/issues/detail?id=7999 BUG=
by danrubel@google.com
· 13 years ago
50d731b
Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with
by devoncarew@google.com
· 13 years ago
16310f7
Add support for mixins to code completion.
by messick@google.com
· 13 years ago
82f1c72
Initial support for mixins in dartc.
by scheglov@google.com
· 13 years ago
954a07b
Switch 'default' is allowed to have fall-through
by scheglov@google.com
· 13 years ago
24b0b71
Issue 7671. Type of field accessed using inferred type has same type quality.
by scheglov@google.com
· 13 years ago
63d5737
Issue 6578. Move 'getter/setter static mismatch' into type problems
by scheglov@google.com
· 13 years ago
244a18f
Fix for renaming named constructor reference in 'super' invocation.
by scheglov@google.com
· 13 years ago
1b5865e
Fix for CCE when super() is used outside of constructor (and class at all)
by scheglov@google.com
· 13 years ago
69eb9c8
Issue 7532. Fix for NPE in SemanticHighlightings
by scheglov@google.com
· 13 years ago
642b8df
Issue 3223. Don't report warning when call variable with not-function inferred type.
by scheglov@google.com
· 13 years ago
b513143
Protect against concurrent modification exceptions in a new version of guava.
by devoncarew@google.com
· 13 years ago
b296705
Fix 2 failing tests on windows.
by devoncarew@google.com
· 13 years ago
a3dcd4e
Issue 7469. Report error if type appears in for extends and implements clauses
by scheglov@google.com
· 13 years ago
0abc92d
Tweak to support 'dart.core' as core library name.
by scheglov@google.com
· 13 years ago
9743106
Fix for a file encoding isuse in DartAnnotation.java.
by devoncarew@google.com
· 13 years ago
e02e973
Fix one more spaces in path problem with dart_analyzer.
by devoncarew@google.com
· 13 years ago
2c93012
Issue 6971. Don't report error for using built-in identifier as part of parameterized type.
by scheglov@google.com
· 13 years ago
f1d1849
Fix a spaces-in-path problem with the dart_analyzer.bat script.
by devoncarew@google.com
· 13 years ago
47346c8
Issue 7093. Support for inlining function references.
by scheglov@google.com
· 13 years ago
592c467
Ensure dart_analyzer is built to run on a 1.6+ VM.
by devoncarew@google.com
· 13 years ago
7ed0ec0
Issue 7373. Fix for marking abstract methods as overriding themselves.
by scheglov@google.com
· 13 years ago
4d1840c
Issue 6974. Report warning when arguments are given for 'dynamic' or type variable.
by scheglov@google.com
· 13 years ago
694b17e
Issue 6971. Fixes for using built-in identifier as import prefix.
by scheglov@google.com
· 13 years ago
3d808f8
Issue 7271. If class has method call() with type F, class should be considered as subtype of function type F
by scheglov@google.com
· 13 years ago
2069cc0
Issue 2862. Report warning when 'default' of switch has fall-through.
by scheglov@google.com
· 13 years ago
a691a89
Issue 6836. Reference to prefixed undeclared identifier in static context is also warning
by scheglov@google.com
· 13 years ago
b97ccb4
Issue 6955. Test that we support cascaded calls in initializers lists.
by scheglov@google.com
· 13 years ago
2a7af69
Issue 7278. Report static warnings for redirecting factory constructors
by scheglov@google.com
· 13 years ago
67eca2f
Issue 6710. Report error for function libteral with return type and name.
by scheglov@google.com
· 13 years ago
1f37d21
Issue 7282. Report error for deprecated === and !==
by scheglov@google.com
· 13 years ago
ab854d4
fix for dartbug.com/7234 - URI exception for web_audio
by keertip@google.com
· 13 years ago
b7cbab1
Enabled reporting problems in some libraries.
by scheglov@google.com
· 13 years ago
3e298ec
Ignore not all, but only some problems in dart:core
by scheglov@google.com
· 13 years ago
0aa59c4
Issue 7128. Don't show problems in dart:core
by scheglov@google.com
· 13 years ago
4769c45
More co19 clean up.
by scheglov@google.com
· 13 years ago
05a89da
Fix Editor build.
by scheglov@google.com
· 13 years ago
5679566
More co19 triage.
by scheglov@google.com
· 13 years ago
17d16e4
Triage and fixes for co19 library tests.
by scheglov@google.com
· 13 years ago
47d52ca
Triage some co19 tests.
by scheglov@google.com
· 13 years ago
c2a919a
Fix dart_analyzer after core_runtime.dart rename--it was having trouble finding the SDK if you didn't name your folder "dart-sdk". So it worked in the Editor, but not on buildbots that use the SDK like https://drone.io/.
by jmesserly@google.com
· 13 years ago
9d80840
Analyze Dart scripts in HTML files.
by scheglov@google.com
· 13 years ago
04e18f2
Triage some co19 tests.
by scheglov@google.com
· 13 years ago
ee9aba4
yet another fix for dart: with "_"
by keertip@google.com
· 13 years ago
c6d61ca
Add Analyzer commment line option '--type-checks-for-inferred-types'.
by scheglov@google.com
· 13 years ago
05fbfbb
Don't warn if inferred type is too generic - such as Object or Collection.
by scheglov@google.com
· 13 years ago
fb341a1
Issue 6964. Optionally don't warn in Editor when class with noSuchMethod() has unimplemented members.
by scheglov@google.com
· 13 years ago
Next »