0.3.1.1
  1. 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
  2. 16310f7 Add support for mixins to code completion. by messick@google.com · 13 years ago
  3. 82f1c72 Initial support for mixins in dartc. by scheglov@google.com · 13 years ago
  4. 954a07b Switch 'default' is allowed to have fall-through by scheglov@google.com · 13 years ago
  5. 24b0b71 Issue 7671. Type of field accessed using inferred type has same type quality. by scheglov@google.com · 13 years ago
  6. 63d5737 Issue 6578. Move 'getter/setter static mismatch' into type problems by scheglov@google.com · 13 years ago
  7. 244a18f Fix for renaming named constructor reference in 'super' invocation. by scheglov@google.com · 13 years ago
  8. 1b5865e Fix for CCE when super() is used outside of constructor (and class at all) by scheglov@google.com · 13 years ago
  9. 69eb9c8 Issue 7532. Fix for NPE in SemanticHighlightings by scheglov@google.com · 13 years ago
  10. 642b8df Issue 3223. Don't report warning when call variable with not-function inferred type. by scheglov@google.com · 13 years ago
  11. b513143 Protect against concurrent modification exceptions in a new version of guava. by devoncarew@google.com · 13 years ago
  12. b296705 Fix 2 failing tests on windows. by devoncarew@google.com · 13 years ago
  13. a3dcd4e Issue 7469. Report error if type appears in for extends and implements clauses by scheglov@google.com · 13 years ago
  14. 0abc92d Tweak to support 'dart.core' as core library name. by scheglov@google.com · 13 years ago
  15. 9743106 Fix for a file encoding isuse in DartAnnotation.java. by devoncarew@google.com · 13 years ago
  16. e02e973 Fix one more spaces in path problem with dart_analyzer. by devoncarew@google.com · 13 years ago
  17. 2c93012 Issue 6971. Don't report error for using built-in identifier as part of parameterized type. by scheglov@google.com · 13 years ago
  18. f1d1849 Fix a spaces-in-path problem with the dart_analyzer.bat script. by devoncarew@google.com · 13 years ago
  19. 47346c8 Issue 7093. Support for inlining function references. by scheglov@google.com · 13 years ago
  20. 592c467 Ensure dart_analyzer is built to run on a 1.6+ VM. by devoncarew@google.com · 13 years ago
  21. 7ed0ec0 Issue 7373. Fix for marking abstract methods as overriding themselves. by scheglov@google.com · 13 years ago
  22. 4d1840c Issue 6974. Report warning when arguments are given for 'dynamic' or type variable. by scheglov@google.com · 13 years ago
  23. 694b17e Issue 6971. Fixes for using built-in identifier as import prefix. by scheglov@google.com · 13 years ago
  24. 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
  25. 2069cc0 Issue 2862. Report warning when 'default' of switch has fall-through. by scheglov@google.com · 13 years ago
  26. a691a89 Issue 6836. Reference to prefixed undeclared identifier in static context is also warning by scheglov@google.com · 13 years ago
  27. b97ccb4 Issue 6955. Test that we support cascaded calls in initializers lists. by scheglov@google.com · 13 years ago
  28. 2a7af69 Issue 7278. Report static warnings for redirecting factory constructors by scheglov@google.com · 13 years ago
  29. 67eca2f Issue 6710. Report error for function libteral with return type and name. by scheglov@google.com · 13 years ago
  30. 1f37d21 Issue 7282. Report error for deprecated === and !== by scheglov@google.com · 13 years ago
  31. ab854d4 fix for dartbug.com/7234 - URI exception for web_audio by keertip@google.com · 13 years ago
  32. b7cbab1 Enabled reporting problems in some libraries. by scheglov@google.com · 13 years ago
  33. 3e298ec Ignore not all, but only some problems in dart:core by scheglov@google.com · 13 years ago
  34. 0aa59c4 Issue 7128. Don't show problems in dart:core by scheglov@google.com · 13 years ago
  35. 4769c45 More co19 clean up. by scheglov@google.com · 13 years ago
  36. 05a89da Fix Editor build. by scheglov@google.com · 13 years ago
  37. 5679566 More co19 triage. by scheglov@google.com · 13 years ago
  38. 17d16e4 Triage and fixes for co19 library tests. by scheglov@google.com · 13 years ago
  39. 47d52ca Triage some co19 tests. by scheglov@google.com · 13 years ago
  40. 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
  41. 9d80840 Analyze Dart scripts in HTML files. by scheglov@google.com · 13 years ago
  42. 04e18f2 Triage some co19 tests. by scheglov@google.com · 13 years ago
  43. ee9aba4 yet another fix for dart: with "_" by keertip@google.com · 13 years ago
  44. c6d61ca Add Analyzer commment line option '--type-checks-for-inferred-types'. by scheglov@google.com · 13 years ago
  45. 05fbfbb Don't warn if inferred type is too generic - such as Object or Collection. by scheglov@google.com · 13 years ago
  46. fb341a1 Issue 6964. Optionally don't warn in Editor when class with noSuchMethod() has unimplemented members. by scheglov@google.com · 13 years ago
  47. 23d612d Native method is not abstract. by scheglov@google.com · 13 years ago
  48. 52d2be3 fix for resolving dart core library names with "_" by keertip@google.com · 13 years ago
  49. f90ff50 Issue 6859. Report wrong URI at correct location. by scheglov@google.com · 13 years ago
  50. 34aca3a Issue 6969. Fix for reporting machine format for EOS error. by scheglov@google.com · 13 years ago
  51. c262e9a Issue 5359. Highlight 'on' in try-catch statement. by scheglov@google.com · 13 years ago
  52. 4f5cbe2 Allow not only 'Iterator iterator()' but also 'Iterator iterator' (field). by scheglov@google.com · 13 years ago
  53. 34771fb Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. by whesse@google.com · 13 years ago
  54. 61776ab Issue 6881. Import and part URIs can be adjacent strings by scheglov@google.com · 13 years ago
  55. a780383 Issue 6908. Fix parsing look for receiver.() in switch. by scheglov@google.com · 13 years ago
  56. 1661792 Issue 6866. Report not-implemented-in-concrete class warnings if there are members without body. by scheglov@google.com · 13 years ago
  57. b67a63c Issue 6825. Parse @meta annotations before 'export' directive. by scheglov@google.com · 13 years ago
  58. c19d914 Fix for ClassCastException when [name] in comment uses import conflict name. by scheglov@google.com · 13 years ago
  59. 1806149 Issue 6824. Re-export of conflicting elements is error. by scheglov@google.com · 13 years ago
  60. 7b6e1b5 Issue 6823. Type variable bounds are type annotations, so there should be warning, not error. by scheglov@google.com · 13 years ago
  61. a69c8b9 Issue 6822. Report error only if import prefix is hidden by top-level element. by scheglov@google.com · 13 years ago
  62. 5d7261d Issue 6790. Support for '--name=value' options style. by scheglov@google.com · 13 years ago
  63. 1277895 Issue 6836. Using undeclared identifier in static context is now warning. by scheglov@google.com · 13 years ago
  64. 62f9fea Issue 6283. Support type literals as expressions. by scheglov@google.com · 13 years ago
  65. d1a6c7a Don't allow 'abstract' and 'interface' in dart2js anymore by scheglov@google.com · 13 years ago
  66. 83a0cca Issue 6770. Support for @deprecated on library directive. by scheglov@google.com · 13 years ago
  67. ae23395 Issue 6771. Show @deprecated warning for fields. by scheglov@google.com · 13 years ago
  68. 90bd553 Issue 6776. Infer sub-type member only if there is only one candidate. by scheglov@google.com · 13 years ago
  69. 56e2068 Issue 6779. Report error for missing getter/setter in unqualified field access by scheglov@google.com · 13 years ago
  70. caaa026 Issue 6718. Resolve initializers in wrong methods, but report error. by scheglov@google.com · 13 years ago
  71. a1adfb7 by keertip@google.com · 13 years ago
  72. 7b701d4 Issue 6711. Fix for NPE in resolver. by scheglov@google.com · 13 years ago
  73. 105c7f1 Add some makefiles generated by gyp for newly added targets to .gitignore. by whesse@google.com · 13 years ago
  74. da4d1c5 cleanup unused code Review URL: https://codereview.chromium.org//11369214 by danrubel@google.com · 13 years ago
  75. dd172d6 Type quality of ArrayAccess is same as quality of target type. by scheglov@google.com · 13 years ago
  76. 5a8befa Get real result for batch exacution. Not just exit code 1 always. by scheglov@google.com · 13 years ago
  77. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  78. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  79. d27580a Issue 6578. Report warning, not error for static/instance getter/setter mismatch by scheglov@google.com · 13 years ago
  80. f1a782c Issue 6598. Fix for hanging during parsing incomplete 'switch'. by scheglov@google.com · 13 years ago
  81. e094b33 Issue 6463. Remove support for obsolete metadata in comments. by scheglov@google.com · 13 years ago
  82. 322c76d Issue 6560. Report error when generative constructor calls factory constructor. by scheglov@google.com · 13 years ago
  83. a3ef446 Issue 6251. Resolve and rename type and constructor references in [new Type.name]. by scheglov@google.com · 13 years ago
  84. 81ed8bd Issue 6427. Use '/' in URL. http://code.google.com/p/dart/issues/detail?id=6427 by scheglov@google.com · 13 years ago
  85. b6f29d8 Attempt to fix build. by scheglov@google.com · 13 years ago
  86. e38fccf Issue 6251. Resolve and rename [id] references in documentation comments by scheglov@google.com · 13 years ago
  87. 1d310ff Report error for deprecated #library #import #source by scheglov@google.com · 13 years ago
  88. 3ef4e7c Issue 6491. Fix for @annotation on getter/setter. by scheglov@google.com · 13 years ago
  89. bde8258 Issue 6489. Report error when static method attempts to access const instance field. by scheglov@google.com · 13 years ago
  90. 9e554d0 Use union type parts when check if type is subtype. by scheglov@google.com · 13 years ago
  91. 7fed5e1 Forgot TypeQuality by scheglov@google.com · 13 years ago
  92. 33f6347 Issue 5157. Introduce TypeQuality. Try to find member in subclasses. by scheglov@google.com · 13 years ago
  93. a2c7ebc Issue 6107. Infer cascade type when it is assigned to the element with know type by scheglov@google.com · 13 years ago
  94. b7e4a24 Reverting a performance optimization - I'm not comfortable it's side-effect free. by devoncarew@google.com · 13 years ago
  95. be6aa33 Issue 5987. Report error if static const references instance const. by scheglov@google.com · 13 years ago
  96. 303a620 Issue 5722. Better 'missing part of' error message. Quick Fix for it. by scheglov@google.com · 13 years ago
  97. 6d28c5c Cascade should have type set. Tests. by scheglov@google.com · 13 years ago
  98. d97431f Better warning to function-like call of getter; Quick Fix for it by scheglov@google.com · 13 years ago
  99. f970c9e Update semantic highlighting only if there are no parse errors by scheglov@google.com · 13 years ago
  100. dace4b0 Making save a little faster: by devoncarew@google.com · 13 years ago