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