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