0.2.4.1
  1. 7b701d4 Issue 6711. Fix for NPE in resolver. by scheglov@google.com · 13 years ago
  2. 105c7f1 Add some makefiles generated by gyp for newly added targets to .gitignore. by whesse@google.com · 13 years ago
  3. da4d1c5 cleanup unused code Review URL: https://codereview.chromium.org//11369214 by danrubel@google.com · 13 years ago
  4. dd172d6 Type quality of ArrayAccess is same as quality of target type. by scheglov@google.com · 13 years ago
  5. 5a8befa Get real result for batch exacution. Not just exit code 1 always. by scheglov@google.com · 13 years ago
  6. 970cc5b Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. by ajohnsen@google.com · 13 years ago
  7. 8e6f238 a === b -> identical(a, b) by floitsch@google.com · 13 years ago
  8. d27580a Issue 6578. Report warning, not error for static/instance getter/setter mismatch by scheglov@google.com · 13 years ago
  9. f1a782c Issue 6598. Fix for hanging during parsing incomplete 'switch'. by scheglov@google.com · 13 years ago
  10. e094b33 Issue 6463. Remove support for obsolete metadata in comments. by scheglov@google.com · 13 years ago
  11. 322c76d Issue 6560. Report error when generative constructor calls factory constructor. by scheglov@google.com · 13 years ago
  12. a3ef446 Issue 6251. Resolve and rename type and constructor references in [new Type.name]. by scheglov@google.com · 13 years ago
  13. 81ed8bd Issue 6427. Use '/' in URL. http://code.google.com/p/dart/issues/detail?id=6427 by scheglov@google.com · 13 years ago
  14. b6f29d8 Attempt to fix build. by scheglov@google.com · 13 years ago
  15. e38fccf Issue 6251. Resolve and rename [id] references in documentation comments by scheglov@google.com · 13 years ago
  16. 1d310ff Report error for deprecated #library #import #source by scheglov@google.com · 13 years ago
  17. 3ef4e7c Issue 6491. Fix for @annotation on getter/setter. by scheglov@google.com · 13 years ago
  18. bde8258 Issue 6489. Report error when static method attempts to access const instance field. by scheglov@google.com · 13 years ago
  19. 9e554d0 Use union type parts when check if type is subtype. by scheglov@google.com · 13 years ago
  20. 7fed5e1 Forgot TypeQuality by scheglov@google.com · 13 years ago
  21. 33f6347 Issue 5157. Introduce TypeQuality. Try to find member in subclasses. by scheglov@google.com · 13 years ago
  22. a2c7ebc Issue 6107. Infer cascade type when it is assigned to the element with know type by scheglov@google.com · 13 years ago
  23. b7e4a24 Reverting a performance optimization - I'm not comfortable it's side-effect free. by devoncarew@google.com · 13 years ago
  24. be6aa33 Issue 5987. Report error if static const references instance const. by scheglov@google.com · 13 years ago
  25. 303a620 Issue 5722. Better 'missing part of' error message. Quick Fix for it. by scheglov@google.com · 13 years ago
  26. 6d28c5c Cascade should have type set. Tests. by scheglov@google.com · 13 years ago
  27. d97431f Better warning to function-like call of getter; Quick Fix for it by scheglov@google.com · 13 years ago
  28. f970c9e Update semantic highlighting only if there are no parse errors by scheglov@google.com · 13 years ago
  29. dace4b0 Making save a little faster: by devoncarew@google.com · 13 years ago
  30. ed9a7dc Option to disable syntax highlighter and use mostly semantic highlighter. Tests. by scheglov@google.com · 13 years ago
  31. a8720a6 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  32. d6027294 Issue 6399. Don't fall back to 'dynamic' when variable has explicit type. by scheglov@google.com · 13 years ago
  33. 1483729 Issue 5847. Parse incomplete function expression without body by scheglov@google.com · 13 years ago
  34. 895d155 Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  35. 4a24ddc Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  36. 971446c Fix for "API" break in DartParser. by pquitslund@google.com · 13 years ago
  37. 2e574c8 Issue 5887. Parts must start with 'part of'. by scheglov@google.com · 13 years ago
  38. deeebd8 Issue 6201. Clean up to replace 'interface' with 'abstract class' by scheglov@google.com · 13 years ago
  39. 778b0dc Revert "Change signature of noSuchMethod to take an InvocationMirror." by lrn@google.com · 13 years ago
  40. 0bcd2f4 Change signature of noSuchMethod to take an InvocationMirror. by lrn@google.com · 13 years ago
  41. dce51bf Using 'interface' and 'abstract' for methods should produce error by scheglov@google.com · 13 years ago
  42. dbec562 Issue 4289. Separate optional positional and named parameters by scheglov@google.com · 13 years ago
  43. 20feff4 Getter with parameters is error. by scheglov@google.com · 13 years ago
  44. 55bb3a8 Issue 5530. Make DartParser thread safe. Remove compiler lock. by scheglov@google.com · 13 years ago
  45. 86b5bdc Issue 6202. Remove support for 'Dynamic'. Add Clean Up to rename to 'dynamic'. by scheglov@google.com · 13 years ago
  46. 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
  47. 09f6d09 Make isEmpty a getter. by floitsch@google.com · 13 years ago
  48. 6254729 Revert "Parts must start with 'part of'" and "Attempt to fix VM build" by ahe@google.com · 13 years ago
  49. 50b5b6e Parts must start with 'part of' by scheglov@google.com · 13 years ago
  50. 03f321e Issue 5621. Report error when { is missing in 'switch' by scheglov@google.com · 13 years ago
  51. 9d6fed2 Issue 6087. Use getRealTarget() for DartPropertyAccess in const analyzer by scheglov@google.com · 13 years ago
  52. 09b22d5 Issue 6073. Fixes for 'export'. by scheglov@google.com · 13 years ago
  53. da10523 Issue 6077. warn when importing dart:mirrors by scheglov@google.com · 13 years ago
  54. 4536b28 Infer function expression parameter types what it is assigned to element with known type by scheglov@google.com · 13 years ago
  55. 17db949 Add an error for obsolete raw strings (issue 4815) by brianwilkerson@google.com · 13 years ago
  56. 1eef063 Fix to parsing of conditional expressions by brianwilkerson@google.com · 13 years ago
  57. 80b4b71 Issue 5929. Ignore 'patch' before 'class'. by scheglov@google.com · 13 years ago
  58. 95bd903 Issue 5735. Fix for 'export' without 'import' by scheglov@google.com · 13 years ago
  59. 852affb Report ~/ warning only when both arguments are integers by scheglov@google.com · 13 years ago
  60. a1f8e00 Lower ~/ priority from WARNING to INFO by scheglov@google.com · 13 years ago
  61. 4c0b34b Issue 5652. Suggest to use effective integer division ~/, warning and Quick Fix. by scheglov@google.com · 13 years ago
  62. 8dbff1e Ignore 'dart-ext:' scheme, allow 'native' in such files by scheglov@google.com · 13 years ago
  63. bf3c4d2 Issue 5719. There are no warning for operator-() and numberic return anymore. by scheglov@google.com · 13 years ago
  64. af60488 Fix for cascade sections SourceInfo by scheglov@google.com · 13 years ago
  65. 17fc654 Issue 5628. Quick fixes should suggest to use existing element with close name by scheglov@google.com · 13 years ago
  66. 3368bdb Issue 5621. Fix for infinite cycle during incomplete switch parsing by scheglov@google.com · 13 years ago
  67. 29b8826 Issue 5508. Fix for parsing cascade after conditional expression by scheglov@google.com · 13 years ago
  68. 2f0b901 Fix for field resolution for cascade, tests for ensure this by scheglov@google.com · 13 years ago
  69. c3fc4e9 Issue 5588. Don't report errors when preProcessLibraryDirectives() by scheglov@google.com · 13 years ago
  70. 6b5bdde Fix NPT when visiting qualifier in property access by danrubel@google.com · 13 years ago
  71. fddbc47 Minor bug fix Review URL: https://codereview.chromium.org//11034012 by brianwilkerson@google.com · 13 years ago
  72. be83083 Dart analyzer fixes to improve pluggability. by pquitslund@google.com · 13 years ago
  73. 6d1d55c Report error for non-const map literals used as statements (issue 5299) by brianwilkerson@google.com · 13 years ago
  74. 8855e81 Additional fixes for cascades (issue 5146) by brianwilkerson@google.com · 13 years ago
  75. 112281a Issue 3968. Report error if cycle in redirecting factory constructors by scheglov@google.com · 13 years ago
  76. c45dd53 Remove support for impossible AST structure (and a couple of warnings) by brianwilkerson@google.com · 13 years ago
  77. 27c9cf7 Report escaped newlines in string literals (issue 5296) by brianwilkerson@google.com · 13 years ago
  78. fa6bafb Fix to exclude patch files from search results (dartbug.com/5492). by pquitslund@google.com · 13 years ago
  79. c7d232b Fix the build Review URL: https://codereview.chromium.org//10977081 by brianwilkerson@google.com · 13 years ago
  80. 4d64521 First step toward fixing cascades (issue 5062) by brianwilkerson@google.com · 13 years ago
  81. dd0a0b3 Issue 5350. Type variable should be accessible in instance field by scheglov@google.com · 13 years ago
  82. 6ad979a Virtual filesystem support for dart_analyzer. by pquitslund@google.com · 13 years ago
  83. a7a4a44 Issue 5447. Wern when concrete class has unimplemented members by scheglov@google.com · 13 years ago
  84. c1be0e7 Parse and report error for const parameters (issue 5289) by brianwilkerson@google.com · 13 years ago
  85. 344cc4b Quick fixes 'Create class' and 'Create constructor' by scheglov@google.com · 13 years ago
  86. c67487c Fix for NPE with StringLiteral in toString() by scheglov@google.com · 13 years ago
  87. 16996b9 Tweaks for @deprecated and @override presentation by scheglov@google.com · 13 years ago
  88. ef41e13 Issue 5255. Override setter-only field with instance variable by scheglov@google.com · 13 years ago
  89. 4eb06ae Issue 5440. Fixes for exceptions during resolving by scheglov@google.com · 13 years ago
  90. 7f8731c Issue 5292. Unreferenced imported identifiers should not be an error by scheglov@google.com · 13 years ago
  91. 1d60036 Issue 5327. Fix for invalid 'instantiation of a class with the inherited abstract members' by scheglov@google.com · 13 years ago
  92. 082dd8c Issue 5302. Type alias type parameters should not conflict with formal parameters by scheglov@google.com · 13 years ago
  93. 018d23b Issue 5295. Reference to undefined static setter should be a warning not an error by scheglov@google.com · 13 years ago
  94. 48b5aa8 Allow static fields without types (issue 5149) by brianwilkerson@google.com · 13 years ago
  95. c0a0b5d Issue 5293. Invocation of an undefined static method should be a warning, not an error by scheglov@google.com · 13 years ago
  96. 4792aea Issue 5255. Remember 'overridden' for getters/setters and fields by scheglov@google.com · 13 years ago
  97. d6a06d9 Issue 5240. Using a non-type in a const object expression is an error, not a warning by scheglov@google.com · 13 years ago
  98. 51adcdd Fixes for raw string and block clean ups by scheglov@google.com · 13 years ago
  99. 3c4080a Issue 5163. Constructor/member name conflict should be error by scheglov@google.com · 13 years ago
  100. 1999601 "No SDK, No Problem!" (take 2) by pquitslund@google.com · 13 years ago