1. 4a660ee Modify testing_resolver_utils to avoid using deprecated DirectoryBasedDartSdk (#34) by Paul Berry · 7 years ago master
  2. 25abe20 Merge pull request #33 from dart-lang/update-analyzer by sigmundch · 7 years ago
  3. 6057ff9 widen analyzer version by danrubel · 7 years ago update-analyzer
  4. 3691082 Stop using LibraryElement.visibleLibraries getter. by Konstantin Shcheglov · 8 years ago
  5. 8589dfe Clean up references to deprecated code by Brian Wilkerson · 8 years ago
  6. 4a5bb66 Merge pull request #30 from dart-lang/version by Jacob MacDonald · 8 years ago v0.3.6+2
  7. 78b9a5d Update change log by Steve Messick · 8 years ago
  8. 8df7239 Bump version by Steve Messick · 8 years ago
  9. e5439b3 Merge pull request #29 from dart-lang/clean by sigmundch · 8 years ago
  10. fdd92ad Drop list copy for generic annotations by Steve Messick · 8 years ago
  11. b975894 Drop list copy for generic annotations by Steve Messick · 8 years ago
  12. 26a62db Fix review comments and reformat by Steve Messick · 8 years ago
  13. caf2415 Clean up for strong mode by Steve Messick · 8 years ago
  14. e1f5fe9 Merge pull request #28 from dart-lang/transformer_test by Jacob MacDonald · 8 years ago v0.3.6+1
  15. 8ad4e5e update to use transformer_test by Jacob MacDonald · 8 years ago transformer_test
  16. 454003d add .test_config for package bots by Jacob MacDonald · 8 years ago
  17. 0a452ca update sdk constraint by Jacob MacDonald · 8 years ago
  18. 071177a Merge pull request #27 from dart-lang/0.3.6 by Jacob MacDonald · 8 years ago
  19. 9a414aa update to analyzer ^0.27.0 and the new test package by Jacob MacDonald · 8 years ago
  20. 6608831 Merge pull request #25 from dart-lang/analyzer by Jacob MacDonald · 9 years ago
  21. 374ade6 widen analyzer constraints by keertip · 9 years ago
  22. c07820d Merge branch 'donny-dont-features/exclude-overriden' by Sigmund Cherem · 9 years ago
  23. b717a33 Fix static in pieces test by Sigmund Cherem · 9 years ago
  24. 22570df Fixing test logic by Don Olmstead · 9 years ago
  25. bd9f34d Fix changelog wording by Don Olmstead · 9 years ago
  26. 90849cc Fixing nits by Don Olmstead · 9 years ago
  27. d4f934b Adding implementation of excludeOverriden within the query. Includes tests for functionality. Updating CHANGELOG.md and pubspec to new version. by Don Olmstead · 9 years ago
  28. 0487d9d Merge pull request #5 from dart-lang/update-logging by Jacob MacDonald · 9 years ago
  29. 99c7dfe update logging package constraint by Jacob MacDonald · 9 years ago
  30. 56b4f2a Merge pull request #3 from dart-lang/analyzer by Jacob MacDonald · 9 years ago
  31. 0482edc update to analyzer <=0.26.0 by Jacob MacDonald · 9 years ago
  32. 54450b2 Merge pull request #2 from dart-lang/object_workaround by John Messerly · 9 years ago v0.3.2
  33. d95bced use Object instead of dynamic to workaround analyzer const bug by John Messerly · 9 years ago
  34. 6396baf Merge pull request #1 from dart-lang/tests by Jacob MacDonald · 9 years ago
  35. 92a6be0 comment out failing part of test by Jacob MacDonald · 9 years ago
  36. 2f5d697 support latest analyzer version and formatted code by Kevin Moore · 9 years ago
  37. fa81c3a smoke: remove unused variables and imports, added an explicit null return by Kevin Moore · 9 years ago
  38. 28a0d56 smoke: add standard .gitignore for Dart package by Kevin Moore · 9 years ago
  39. 0a13ce5 smoke: add code review settings, bump unittest dependency, Fix homepage by Kevin Moore · 9 years ago
  40. 7b01437 Add canAcceptNArgs method by Jacob Richman · 9 years ago
  41. 260498e Rev version for smoke due to breaking change switching the maximum number of args handled from 3 to 15 by Jacob Richman · 9 years ago
  42. cdc8420 Extend minArgs and maxArgs methods to accept up to 15 arguments without much of a performance hit if #arguments < 4 by Jacob Richman · 9 years ago
  43. f336119 Add .status file by Sigmund Cherem · 10 years ago
  44. 0f8e5c9 fix smoke tests by jakemac@google.com · 10 years ago
  45. 13f20aa fix toString calls on Type objects in smoke by jakemac@google.com · 10 years ago
  46. 66df0ac Release polymer 0.12.1 by sigmund@google.com · 10 years ago
  47. ff13a79 Breaking changes in 'analyzer' package. by scheglov@google.com · 10 years ago
  48. 166d987 Widen constraints on analyzer from polymer & smoke. by sigmund@google.com · 10 years ago
  49. bed297c Only support the new source_span spans in barback. by nweiz@google.com · 10 years ago
  50. e18fde9 Switch various transformers and libraries they use over to source_span. by nweiz@google.com · 10 years ago
  51. 086c11f Preparing versions to release polymer 0.12.0 by sigmund@google.com · 10 years ago
  52. c99bd7c Export members that are part of the runQuery result by sigmund@google.com · 10 years ago
  53. f9f80e2 Add support in smoke for generating static configurations in pieces. by sigmund@google.com · 10 years ago
  54. 0d30c3e Fix utility function in smoke, add tests for it. by sigmund@google.com · 10 years ago
  55. bf65e4a Use parseDirectives were possible. Also mark analyzer ready to be released. by sigmund@google.com · 10 years ago
  56. e9c16f9 Prepare for polymer 0.10.0 release by sigmund@google.com · 10 years ago
  57. 87964d5 smoke: support named argument in annotations by jmesserly@google.com · 10 years ago
  58. 496b656 Fix 19029: handle special case when on-handler is empty in polymer, add better by sigmund@google.com · 10 years ago
  59. 2c2c16e Expand polymer and smoke's barback constraints. by nweiz@google.com · 10 years ago
  60. e93873d Fix code generation in polymer: we avoided generating types above HtmlElement in by sigmund@google.com · 10 years ago
  61. e01f1e0 Fix missing dependencies in smoke/pubspec.yaml by sigmund@google.com · 10 years ago
  62. 6477ade Update versions and release polymer & related packages by sigmund@google.com · 10 years ago
  63. ac53c9e Only pass an AssetId to isPrimary and declareOutputs. by nweiz@google.com · 10 years ago
  64. dbbe4bf Remove workaround for 13002 in smoke and in a polymer test, woohoo! by sigmund@google.com · 10 years ago
  65. 16b0c4f Prepare to push another pre-release by sigmund@google.com · 10 years ago
  66. bc36fff Enables codegen support in polymer by sigmund@google.com · 10 years ago
  67. 8efc8b2 Widen the barback constraints for code_transformers and smoke. by nweiz@google.com · 10 years ago
  68. 9a91562 Fix smoke codegen for []. by sigmund@google.com · 10 years ago
  69. e4190ad Reapply change that makes path-observer more agressive with property lookups. by sigmund@google.com · 10 years ago
  70. 3c71976 Revert "Change path-observer to lookup properties aggressively and report errors" by sigmund@google.com · 10 years ago
  71. bd43c1d Change path-observer to lookup properties aggressively and report errors by sigmund@google.com · 10 years ago
  72. 5e7e150 Fix string literals and add support for static methods in smoke. This fixes two issues I noticed while testing things by sigmund@google.com · 10 years ago
  73. 6b88d5b Fix smoke version. by sigmund@google.com · 10 years ago
  74. 6ee0516 Fixing e2e test in windows by sigmund@google.com · 10 years ago
  75. f3ddaee These are 3 changes in smoke in preparation of polymer's codegen. I happened to make them at once, but let me know if you prefer that I split them up a bit: by sigmund@google.com · 10 years ago
  76. 36fda10 Fix end_to_end_test in windows (File takes posix style paths) by sigmund@google.com · 10 years ago
  77. 594fb30 Fixes how to lookup sdk dir to support tests deeper inside test/ folders. by sigmund@google.com · 10 years ago
  78. fe02c60 Add codegen support in smoke by sigmund@google.com · 10 years ago
  79. 887f712 [smoke] add homepage field to pubspec by jmesserly@google.com · 10 years ago
  80. e92fab3 [polymer] update pubspecs to prepare for -pre.0 release by jmesserly@google.com · 10 years ago
  81. d7d4662 Fixes in smoke, which in turn should fix todomvc. by sigmund@google.com · 10 years ago
  82. 3b35cba Adapting observe to use smoke (this is built on top of the previous change that by sigmund@google.com · 10 years ago
  83. 2560a3f Use smoke in polymer and polymer_expressions. by sigmund@google.com · 10 years ago
  84. dcaeb73 For now, do not remove the default mirror-based implementation on pub-build. by sigmund@google.com · 10 years ago
  85. aa8e991 Adding package:smoke. This CL includes the intial APIs, a mirror-based by sigmund@google.com · 10 years ago