0.2.7.1
  1. 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
  2. 9d80840 Analyze Dart scripts in HTML files. by scheglov@google.com · 13 years ago
  3. 04e18f2 Triage some co19 tests. by scheglov@google.com · 13 years ago
  4. ee9aba4 yet another fix for dart: with "_" by keertip@google.com · 13 years ago
  5. c6d61ca Add Analyzer commment line option '--type-checks-for-inferred-types'. by scheglov@google.com · 13 years ago
  6. 05fbfbb Don't warn if inferred type is too generic - such as Object or Collection. by scheglov@google.com · 13 years ago
  7. fb341a1 Issue 6964. Optionally don't warn in Editor when class with noSuchMethod() has unimplemented members. by scheglov@google.com · 13 years ago
  8. 23d612d Native method is not abstract. by scheglov@google.com · 13 years ago
  9. 52d2be3 fix for resolving dart core library names with "_" by keertip@google.com · 13 years ago
  10. f90ff50 Issue 6859. Report wrong URI at correct location. by scheglov@google.com · 13 years ago
  11. 34aca3a Issue 6969. Fix for reporting machine format for EOS error. by scheglov@google.com · 13 years ago
  12. c262e9a Issue 5359. Highlight 'on' in try-catch statement. by scheglov@google.com · 13 years ago
  13. 4f5cbe2 Allow not only 'Iterator iterator()' but also 'Iterator iterator' (field). by scheglov@google.com · 13 years ago
  14. 34771fb Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. by whesse@google.com · 13 years ago
  15. 61776ab Issue 6881. Import and part URIs can be adjacent strings by scheglov@google.com · 13 years ago
  16. a780383 Issue 6908. Fix parsing look for receiver.() in switch. by scheglov@google.com · 13 years ago
  17. 1661792 Issue 6866. Report not-implemented-in-concrete class warnings if there are members without body. by scheglov@google.com · 13 years ago
  18. b67a63c Issue 6825. Parse @meta annotations before 'export' directive. by scheglov@google.com · 13 years ago
  19. c19d914 Fix for ClassCastException when [name] in comment uses import conflict name. by scheglov@google.com · 13 years ago
  20. 1806149 Issue 6824. Re-export of conflicting elements is error. by scheglov@google.com · 13 years ago
  21. 7b6e1b5 Issue 6823. Type variable bounds are type annotations, so there should be warning, not error. by scheglov@google.com · 13 years ago
  22. a69c8b9 Issue 6822. Report error only if import prefix is hidden by top-level element. by scheglov@google.com · 13 years ago
  23. 5d7261d Issue 6790. Support for '--name=value' options style. by scheglov@google.com · 13 years ago
  24. 1277895 Issue 6836. Using undeclared identifier in static context is now warning. by scheglov@google.com · 13 years ago
  25. 62f9fea Issue 6283. Support type literals as expressions. by scheglov@google.com · 13 years ago
  26. d1a6c7a Don't allow 'abstract' and 'interface' in dart2js anymore by scheglov@google.com · 13 years ago
  27. 83a0cca Issue 6770. Support for @deprecated on library directive. by scheglov@google.com · 13 years ago
  28. ae23395 Issue 6771. Show @deprecated warning for fields. by scheglov@google.com · 13 years ago
  29. 90bd553 Issue 6776. Infer sub-type member only if there is only one candidate. by scheglov@google.com · 13 years ago
  30. 56e2068 Issue 6779. Report error for missing getter/setter in unqualified field access by scheglov@google.com · 13 years ago
  31. caaa026 Issue 6718. Resolve initializers in wrong methods, but report error. by scheglov@google.com · 13 years ago
  32. a1adfb7 by keertip@google.com · 13 years ago
  33. 7b701d4 Issue 6711. Fix for NPE in resolver. by scheglov@google.com · 13 years ago
  34. 105c7f1 Add some makefiles generated by gyp for newly added targets to .gitignore. by whesse@google.com · 13 years ago
  35. da4d1c5 cleanup unused code Review URL: https://codereview.chromium.org//11369214 by danrubel@google.com · 13 years ago
  36. dd172d6 Type quality of ArrayAccess is same as quality of target type. by scheglov@google.com · 13 years ago
  37. 5a8befa Get real result for batch exacution. Not just exit code 1 always. by scheglov@google.com · 13 years ago
  38. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  39. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  40. d27580a Issue 6578. Report warning, not error for static/instance getter/setter mismatch by scheglov@google.com · 13 years ago
  41. f1a782c Issue 6598. Fix for hanging during parsing incomplete 'switch'. by scheglov@google.com · 13 years ago
  42. e094b33 Issue 6463. Remove support for obsolete metadata in comments. by scheglov@google.com · 13 years ago
  43. 322c76d Issue 6560. Report error when generative constructor calls factory constructor. by scheglov@google.com · 13 years ago
  44. a3ef446 Issue 6251. Resolve and rename type and constructor references in [new Type.name]. by scheglov@google.com · 13 years ago
  45. 81ed8bd Issue 6427. Use '/' in URL. http://code.google.com/p/dart/issues/detail?id=6427 by scheglov@google.com · 13 years ago
  46. b6f29d8 Attempt to fix build. by scheglov@google.com · 13 years ago
  47. e38fccf Issue 6251. Resolve and rename [id] references in documentation comments by scheglov@google.com · 13 years ago
  48. 1d310ff Report error for deprecated #library #import #source by scheglov@google.com · 13 years ago
  49. 3ef4e7c Issue 6491. Fix for @annotation on getter/setter. by scheglov@google.com · 13 years ago
  50. bde8258 Issue 6489. Report error when static method attempts to access const instance field. by scheglov@google.com · 13 years ago
  51. 9e554d0 Use union type parts when check if type is subtype. by scheglov@google.com · 13 years ago
  52. 7fed5e1 Forgot TypeQuality by scheglov@google.com · 13 years ago
  53. 33f6347 Issue 5157. Introduce TypeQuality. Try to find member in subclasses. by scheglov@google.com · 13 years ago
  54. a2c7ebc Issue 6107. Infer cascade type when it is assigned to the element with know type by scheglov@google.com · 13 years ago
  55. b7e4a24 Reverting a performance optimization - I'm not comfortable it's side-effect free. by devoncarew@google.com · 13 years ago
  56. be6aa33 Issue 5987. Report error if static const references instance const. by scheglov@google.com · 13 years ago
  57. 303a620 Issue 5722. Better 'missing part of' error message. Quick Fix for it. by scheglov@google.com · 13 years ago
  58. 6d28c5c Cascade should have type set. Tests. by scheglov@google.com · 13 years ago
  59. d97431f Better warning to function-like call of getter; Quick Fix for it by scheglov@google.com · 13 years ago
  60. f970c9e Update semantic highlighting only if there are no parse errors by scheglov@google.com · 13 years ago
  61. dace4b0 Making save a little faster: by devoncarew@google.com · 13 years ago
  62. ed9a7dc Option to disable syntax highlighter and use mostly semantic highlighter. Tests. by scheglov@google.com · 13 years ago
  63. a8720a6 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  64. d6027294 Issue 6399. Don't fall back to 'dynamic' when variable has explicit type. by scheglov@google.com · 13 years ago
  65. 1483729 Issue 5847. Parse incomplete function expression without body by scheglov@google.com · 13 years ago
  66. 895d155 Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  67. 4a24ddc Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  68. 971446c Fix for "API" break in DartParser. by pquitslund@google.com · 13 years ago
  69. 2e574c8 Issue 5887. Parts must start with 'part of'. by scheglov@google.com · 13 years ago
  70. deeebd8 Issue 6201. Clean up to replace 'interface' with 'abstract class' by scheglov@google.com · 13 years ago
  71. 778b0dc Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  72. 0bcd2f4 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  73. dce51bf Using 'interface' and 'abstract' for methods should produce error by scheglov@google.com · 13 years ago
  74. dbec562 Issue 4289. Separate optional positional and named parameters by scheglov@google.com · 13 years ago
  75. 20feff4 Getter with parameters is error. by scheglov@google.com · 13 years ago
  76. 55bb3a8 Issue 5530. Make DartParser thread safe. Remove compiler lock. by scheglov@google.com · 13 years ago
  77. 86b5bdc Issue 6202. Remove support for 'Dynamic'. Add Clean Up to rename to 'dynamic'. by scheglov@google.com · 13 years ago
  78. 6ee84d5 Removed a -d32 flag to dart_analyzer (fix for http://code.google.com/p/dart/issues/detail?id=5836) by devoncarew@google.com · 13 years ago
  79. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  80. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  81. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  82. 03f321e Issue 5621. Report error when { is missing in 'switch' by scheglov@google.com · 13 years ago
  83. 9d6fed2 Issue 6087. Use getRealTarget() for DartPropertyAccess in const analyzer by scheglov@google.com · 13 years ago
  84. 09b22d5 Issue 6073. Fixes for 'export'. by scheglov@google.com · 13 years ago
  85. da10523 Issue 6077. warn when importing dart:mirrors by scheglov@google.com · 13 years ago
  86. 4536b28 Infer function expression parameter types what it is assigned to element with known type by scheglov@google.com · 13 years ago
  87. 17db949 Add an error for obsolete raw strings (issue 4815) by brianwilkerson@google.com · 13 years ago
  88. 1eef063 Fix to parsing of conditional expressions by brianwilkerson@google.com · 13 years ago
  89. 80b4b71 Issue 5929. Ignore 'patch' before 'class'. by scheglov@google.com · 13 years ago
  90. 95bd903 Issue 5735. Fix for 'export' without 'import' by scheglov@google.com · 13 years ago
  91. 852affb Report ~/ warning only when both arguments are integers by scheglov@google.com · 13 years ago
  92. a1f8e00 Lower ~/ priority from WARNING to INFO by scheglov@google.com · 13 years ago
  93. 4c0b34b Issue 5652. Suggest to use effective integer division ~/, warning and Quick Fix. by scheglov@google.com · 13 years ago
  94. 8dbff1e Ignore 'dart-ext:' scheme, allow 'native' in such files by scheglov@google.com · 13 years ago
  95. bf3c4d2 Issue 5719. There are no warning for operator-() and numberic return anymore. by scheglov@google.com · 13 years ago
  96. af60488 Fix for cascade sections SourceInfo by scheglov@google.com · 13 years ago
  97. 17fc654 Issue 5628. Quick fixes should suggest to use existing element with close name by scheglov@google.com · 13 years ago
  98. 3368bdb Issue 5621. Fix for infinite cycle during incomplete switch parsing by scheglov@google.com · 13 years ago
  99. 29b8826 Issue 5508. Fix for parsing cascade after conditional expression by scheglov@google.com · 13 years ago
  100. 2f0b901 Fix for field resolution for cascade, tests for ensure this by scheglov@google.com · 13 years ago