1. dabdade Inline ContextBuilderOptions into analyzer_cli CommandLineOptions. by Konstantin Shcheglov · 3 years, 6 months ago
  2. 109ba28 Move Workspace creation into ContextLocatorImpl. by Konstantin Shcheglov · 3 years, 6 months ago
  3. df3339b Remove unused code from ContextBuilder. by Konstantin Shcheglov · 3 years, 6 months ago
  4. adcef13 The dart fix command should not modify generated files by Brian Wilkerson · 3 years, 7 months ago
  5. 1acb443 [analyzer] cleanup references to the .analysis_options file by Devon Carew · 3 years, 8 months ago
  6. d268207 Use explicit FileContentCache instance for AnalysisContextCollectionImpl. by Konstantin Shcheglov · 3 years, 8 months ago
  7. 62d0d5f Deprecate AnalysisDriver default constructor. by Konstantin Shcheglov · 3 years, 9 months ago
  8. 3a3b3e4 Remove support for FileContentOverlay from ContextBuilder. by Konstantin Shcheglov · 3 years, 9 months ago
  9. 12b68d6 Remove ContentCache. by Konstantin Shcheglov · 3 years, 9 months ago
  10. 5be0438 Make local variables that hide fields be final (analyzer) by Brian Wilkerson · 3 years, 9 months ago
  11. ec04c1f Remove some unnecessary ignore comments by Brian Wilkerson · 3 years, 10 months ago
  12. 6550317 Move updateAnalysisOptions() to CommandLineOptions. by Konstantin Shcheglov · 3 years, 11 months ago
  13. 10a0c23 Discover default analysis options files in ContextLocatorImpl. by Konstantin Shcheglov · 3 years, 11 months ago
  14. 4cb71ce Update analysis options before creating AnalysisDriver. by Konstantin Shcheglov · 3 years, 11 months ago
  15. d7dc1bf Don't (re)discover analysis contexts in ContextBuilder. by Konstantin Shcheglov · 3 years, 11 months ago
  16. 721ecfd We don't have any language features with the version before 2.6, so 2.2.2 is not important anymore. by Konstantin Shcheglov · 4 years ago
  17. a629b48 Remove file name constants from AnalysisEngine. by Konstantin Shcheglov · 4 years ago
  18. 1b1e853 Remove ContextBuilder.onCreateAnalysisDriver. by Konstantin Shcheglov · 4 years ago
  19. 9bfd416 Add ContextRoot.workspace, deprecated AnalysisContext.workspace, support included excludes in ContextLocatorImpl by Konstantin Shcheglov · 4 years ago
  20. 9a30392 Require Workspace for ContextBuilder.getAnalysisOption() and createSourceFactory() by Konstantin Shcheglov · 4 years ago
  21. 51950ab Add Resource.parent2 that returns non-null Folder, add Folder.isRoot by Konstantin Shcheglov · 4 years ago
  22. 244964d Refactor ContextBuilder.createPackageMap() and createWorkspace() into static methods. by Konstantin Shcheglov · 4 years ago
  23. 0fb52e9 Fix some null checks. by Konstantin Shcheglov · 4 years ago
  24. 4765ef5 Remove 'actualUri' from UriResolver.resolveAbsolute() by Konstantin Shcheglov · 4 years ago
  25. 74583b3 Make looking for BUILD file substitutes in BazelWorkspace optional. by Konstantin Shcheglov · 4 years ago
  26. 9f986d2 Migrate package:analyzer to null safety. by Konstantin Shcheglov · 4 years ago
  27. 97093b2 Watch Bazel generated files for changes by Michal Terepeta · 4 years, 2 months ago
  28. 6f77ac0 Remove use of deprecated package_config libraries. by Sam Rawlins · 4 years, 2 months ago
  29. 779a321 Ignore names _$foo when there is a missing .g.dart part. by Konstantin Shcheglov · 4 years, 3 months ago
  30. ba78db4 Remove DartSdk.analysisContext by Konstantin Shcheglov · 4 years, 4 months ago
  31. c71ce52 Remove DartSdk.analysisOptions getter/setter. by Konstantin Shcheglov · 4 years, 4 months ago
  32. 25edea3 Issue 43100. Verify local variable reads for null safety. by Konstantin Shcheglov · 4 years, 5 months ago
  33. a51f174 Prepare to publish analyzer 0.40.0 and _fe_analyzer_shared 8.0.0. by Konstantin Shcheglov · 4 years, 5 months ago
  34. 5e3f134 Create new context roots for folders with .dart_tool/package_config.json files. by Konstantin Shcheglov · 4 years, 5 months ago
  35. ebd5b62 Add DartSdk.languageVersion by Konstantin Shcheglov · 4 years, 6 months ago
  36. 041e0dd Analyzer: Enforce strict-inference by Sam Rawlins · 4 years, 6 months ago
  37. c76fc43 Add WorkspacePackage to each FileState. by Konstantin Shcheglov · 4 years, 7 months ago
  38. 69aba23 Move TypeSystemImpl to src/dart/element/type_system.dart by Konstantin Shcheglov · 4 years, 7 months ago
  39. 326f7b4 Remove DartSdk.useSummary. by Konstantin Shcheglov · 4 years, 7 months ago
  40. 6e9aa86 Stop using AnalysisOptions.signature and multiple paths in SdkDescription. by Konstantin Shcheglov · 4 years, 7 months ago
  41. 648b5e9 Use ///-style doc comments in analyzer/lib by Sam Rawlins · 4 years, 7 months ago
  42. 16a64f0 Check for PackageBuildPackageUriResolver in SourceFactory.packageMap by Konstantin Shcheglov · 4 years, 7 months ago
  43. 930cae0 Revert "Remove DartSdk.useSummary." by Paul Berry · 4 years, 8 months ago
  44. a2c3eca Remove DartSdk.useSummary. by Konstantin Shcheglov · 4 years, 8 months ago
  45. fc1a782 Remove support for '--package-root'. by Konstantin Shcheglov · 4 years, 8 months ago
  46. b9e10e3 analyzer: Remove unused imports by Sam Rawlins · 4 years, 9 months ago
  47. 8963497 Ensure that URIs end with '/', fixes empty 'packageUri'. by Konstantin Shcheglov · 4 years, 9 months ago
  48. cf5620f Use the deep-most packages. by Konstantin Shcheglov · 4 years, 10 months ago
  49. 92b1057 Fix hint deprecated_member_use in analyzer by Paul Berry · 4 years, 11 months ago
  50. 8329bd7 Do not check for '.analysis_options' for default options file in builder. by Keerti Parthasarathy · 4 years, 11 months ago
  51. da8e160 Add an interface for a workspace with a default analysis options file by Keerti Parthasarathy · 5 years ago
  52. abf7d1f Issue 40572. Pass Packages to AnalysisDriver. by Konstantin Shcheglov · 5 years ago
  53. 1c56176 Parse --packages file as package_config.json or .packages, depending on the content. by Konstantin Shcheglov · 5 years ago
  54. 16cb7ce Convert builder.dart to triple-slash comment style by Paul Berry · 5 years ago
  55. c1d2ccf Don't look for Flutter specific analysis options in Bazel workspaces. by Konstantin Shcheglov · 5 years ago
  56. c0b1a0a Switch analyzer perf to using analyzer Packages. by Konstantin Shcheglov · 5 years ago
  57. 2dd37b6 Add findPackagesFrom(). by Konstantin Shcheglov · 5 years ago
  58. da6696b Use analyzer Packages. by Konstantin Shcheglov · 5 years ago
  59. 9254683 Remove packageMap and hasFlutterDependency from Workspace interface. by Konstantin Shcheglov · 5 years ago
  60. 92f14ee Stop passing ContextBuilder to Workspace(s). by Konstantin Shcheglov · 5 years ago
  61. 763b682 Provide packages map to PackageBuildWorkspace. by Konstantin Shcheglov · 5 years ago
  62. 2fb3f09 Extract TypeProvider class into lib/dart/element/type_provider.dart file by Konstantin Shcheglov · 5 years ago
  63. 8a0d30d Fix annotate-overrides in analyzer. by Konstantin Shcheglov · 5 years ago
  64. 5dfa750 Convert all function parameters and typedefs to generic syntax by Sam Rawlins · 5 years ago
  65. ae3973d Use FeatureSetProvider in AnalysisDriver. by Konstantin Shcheglov · 5 years ago
  66. f14301b Stop supporting _sdkext, look for _embedder.yaml only in sky_engine package. by Konstantin Shcheglov · 5 years ago
  67. 3172748 Remove ResolverProvider, and its using for fileResolverProvider / packageResolverProvider. by Konstantin Shcheglov · 5 years ago
  68. 3389b3b Remove Packages from SourceFactory. by Konstantin Shcheglov · 5 years ago
  69. dfc2686 Packages configuration abstraction on top of .packages or package_config.json files. by Konstantin Shcheglov · 5 years ago
  70. b305a5c Implement parsing for package_config.json files in analyzer. by Konstantin Shcheglov · 5 years ago
  71. bd008dd Allow empty URI strings in library directives by Sam Rawlins · 5 years ago
  72. 0bca6aa Fix avoid_return_types_on_setters in analyzer. by Konstantin Shcheglov · 5 years ago
  73. 364dd89 Fix unnecessary_new in analyzer. by Konstantin Shcheglov · 5 years ago
  74. eee20b4 Fix prefer_equal_for_default_values in analyzer. by Konstantin Shcheglov · 5 years ago
  75. eddfaff Issue 39509. Support for configurable imports in AnalysisDriver. by Konstantin Shcheglov · 5 years ago
  76. 273ca58 Deprecate AnalysisContext.typeProvider/typeSystem by Konstantin Shcheglov · 5 years ago
  77. 687ef66 Remove InternalAnalysisContext. by Konstantin Shcheglov · 5 years ago
  78. 63e8213 Expose 'typeProvider' and 'typeSystem' from LibraryElement. by Konstantin Shcheglov · 5 years ago
  79. f979bd9 Merge RestrictedAnalysisContext into AnalysisContextImpl. by Konstantin Shcheglov · 5 years ago
  80. 03676ad Remove AnalysisEngine.createAnalysisContext() by Konstantin Shcheglov · 5 years ago
  81. b370346 Add 'isNonNullableByDefault' flag to TypeSystemImpl, make all parameters named required. by Konstantin Shcheglov · 5 years ago
  82. 615928c Stop referencing non-API TypeSystem in analyzer. by Konstantin Shcheglov · 5 years ago
  83. 26cabb7 [analyzer] Add [SilentException] where previously not reported to users. by Mike Fairhurst · 5 years ago
  84. 924ec34 Remove analysis logger, replace with calls to InstrumentationService by Mike Fairhurst · 5 years ago
  85. 4ce76d4 Remove AnalysisCache, CachePartition, SdkCachePartition. by Konstantin Shcheglov · 5 years ago
  86. 5d4cd6d Breaking changes for analyzer version 0.39. by Paul Berry · 5 years ago
  87. dc0db06 Remove ChangeSet from engine.dart by Konstantin Shcheglov · 5 years ago
  88. 3f65652 Enable avoid_init_to_null. by Konstantin Shcheglov · 5 years ago
  89. 76e6325 Remove unused methods of AnalysisContext. by Konstantin Shcheglov · 5 years ago
  90. 6f38a73 Remove most of the task model. by Konstantin Shcheglov · 5 years ago
  91. 8f90265 de-lint collection size checks by pq · 6 years ago
  92. 5f0de26 Clean up the remaining copyright notices by Brian Wilkerson · 6 years ago
  93. 8556e97 Remove ResultProvider and its implementations. by Konstantin Shcheglov · 6 years ago
  94. d597166 Remove Dart tasks and work manager. by Konstantin Shcheglov · 6 years ago
  95. eeb19b0 Remove usages of ExtensionManager and package:plugin in general. by Konstantin Shcheglov · 6 years ago
  96. 81fa14e Hollow out AnalysisContextImpl. by Konstantin Shcheglov · 6 years ago
  97. 927e758 Stop using package:html in analyzer. by Konstantin Shcheglov · 6 years ago
  98. 44b30b7 Remove unused import by Paul Berry · 6 years ago
  99. f87dd91 remove defaults from the lint rule registry by pq · 6 years ago
  100. b58aa3b Add PubWorkspace, integrate it into ContextBuilder, and therefore fix sealed test by Sam Rawlins · 6 years ago