1. 07 9月, 2019 8 次提交
    • S
      Roll src/third_party/skia c30f1a936d84..380561393385 (3 commits) (#12059) · 6bafbf95
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/c30f1a936d84..380561393385
      
      git log c30f1a936d84..380561393385 --date=short --no-merges --format='%ad %ae %s'
      2019-09-06 benjaminwagner@google.com [infra] Update Mac 10.14 bots to 10.14.6
      2019-09-06 cblume@chromium.org Add blocklist command line parameter
      2019-09-06 egdaniel@google.com Revert "Add support for direct use of vulkan primary command buffer in render pass."
      
      Created with:
        gclient setdep -r src/third_party/skia@380561393385
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jlavrova@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      TBR=jlavrova@google.com
      6bafbf95
    • B
      Roll src/third_party/dart ec7ec4ecf7..fb14babf59 (19 commits) · e2ba93d7
      Ben Konyi 提交于
      dart-lang/sdk@fb14babf59 [vm/fuzzer] disable control flow collections again
      dart-lang/sdk@5d4940f968 Migration: remove a bogus comment
      dart-lang/sdk@6043b53af6 Migration: add the ability to dump the graph after propagation.
      dart-lang/sdk@cdd2f855e1 Migration: handle upcasts from function type to Function or Object.
      dart-lang/sdk@7e04e051cf Migration: add an option to print just exception nodes rather than full stack traces.
      dart-lang/sdk@28d16e1172 Migration: implement substitution logic for generic function types.
      dart-lang/sdk@f48a5a9f64 Support create method fix for extensions
      dart-lang/sdk@17c06c342e Unify to single TypeProviderImpl.
      dart-lang/sdk@8c13ecf443 [cfe] Handle nested on-types
      dart-lang/sdk@0a49ddef73 Remove previewDart2 related code in some tests.
      dart-lang/sdk@836039e9b6 Add MockSdkElements for creating dart:core and dart:async mocks.
      dart-lang/sdk@d8f16611ed Support replacing similar names in extensions
      dart-lang/sdk@4d0fa1e402 fix for slash_for_doc_comments
      dart-lang/sdk@dc204ec879 [CFE] Preserve file URIs of expressions in unevaluated constants.
      dart-lang/sdk@0242f0c724 [kernel] FileUriExpression node
      dart-lang/sdk@70a7cbf49d [vm] Support extensions in ffi transformation and tfa tree shaker
      dart-lang/sdk@7152fd06a5 [cfe] Handle [] and []= on extensions
      dart-lang/sdk@deb2fcf818 [cfe] Handle extension operators
      dart-lang/sdk@7ca157dfd6 [cfe] Thread nullability modifiers for some InterfaceTypes in outline
      e2ba93d7
    • K
    • B
      Roll src/third_party/dart be66176534..ec7ec4ecf7 (37 commits) · 0c6a538d
      Ben Konyi 提交于
      dart-lang/sdk@ec7ec4ecf7 [gardening] Fix import to fix Flutter build
      dart-lang/sdk@f989605cc9 Fix dartdoc typo in ffi
      dart-lang/sdk@2246f0a8a3 Compute constant dependencies for constructor elements in canBeConst().
      dart-lang/sdk@981be87206 Add configuration options and flags for controlling NNBD mode.
      dart-lang/sdk@9ff104efd6 Move StaticError and StaticErrorParser to a separate file.
      dart-lang/sdk@bad1816c21 Migration: add edge builder support for generic method invocations.
      dart-lang/sdk@35f45f0ee4 Do null-aware shorting for IndexExpression.
      dart-lang/sdk@90aca0b8d5 Add test for incomparable on type resolution and fix expectations.
      dart-lang/sdk@f4229da6ab [vm, bytecode] Produce compile-time errors instead of crashing when failing to resolve libraries etc.
      dart-lang/sdk@a64b06ec83 [gardening] Migrate most files to be implicit-bool-conversion free
      dart-lang/sdk@698d120328 base processor migration; fix to add type annotations
      dart-lang/sdk@d9a9346c3f [vm/compiler] Fix truncating logic
      dart-lang/sdk@d2dc053752 Corrections to "[vm] Fix ASAN build."
      dart-lang/sdk@592914fb8b Don't report HintCode.CAN_BE_NULL_AFTER_NULL_AWARE when NNBD.
      dart-lang/sdk@c219a76652 Reland "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)."
      dart-lang/sdk@6a8c988fc4 Simplify the computeCompilerArguments().
      dart-lang/sdk@9a847a98e8 [ VM / Service ] Fix docs for @Instance not including optional closureFunction and closureContext fields
      dart-lang/sdk@ff8b43750a Move reporting INVALID_ASSIGNMENT for compound assignments into StaticTypeAnalyzer.
      dart-lang/sdk@cf5e9ca423 Additional tests and fixes for creating getters
      dart-lang/sdk@6e3498cd08 bump server SDK constraint lower bound
      dart-lang/sdk@89dde0501d Migration: fix handling of assignments involving FutureOr.
      dart-lang/sdk@ec48af600f Support fix to import a library defining an extention
      dart-lang/sdk@4fbd758f9e [vm/bytecode] Optimize comparisons with null
      dart-lang/sdk@16a4c0d13c Bump up oldest_supported_abi_version for abi bot
      dart-lang/sdk@c7bb9cf5c4 refactor to share common fix/assist processor code
      dart-lang/sdk@5a45050d1e [observatory] Flatten the heap snapshot before loading.
      dart-lang/sdk@75374b89f6 [vm] Fix ASAN build.
      dart-lang/sdk@8ee3f314cb [vm/gardening] clang tidy fixes
      dart-lang/sdk@89ad636b58 Remove the old "preview Dart 2" flags from the test runner.
      dart-lang/sdk@aa34de3fe5 Flow analysis: adjust _variableInfosEqual to do a shallow comparison.
      dart-lang/sdk@ea35690b96 Flow analysis: add unit tests of try/finally handling.
      dart-lang/sdk@b179ef33ec Flow analysis: add unit tests of try/catch handling.
      dart-lang/sdk@e2a00dc465 Flow analysis: add unit tests of while statements
      dart-lang/sdk@edceedff90 [vm, reload] Allow any change to a class that hasn't yet been declaration loaded.
      dart-lang/sdk@68ba13e4e8 With NNBD null-shorting is performed.
      dart-lang/sdk@a7723d5c40 [vm] Out-line handle allocation.
      dart-lang/sdk@16be3a095d [vm/benchmark] Add *Bytes suffix to Isolate SendReceive benchmark
      0c6a538d
    • S
      Roll src/third_party/skia 080d210e7acc..c30f1a936d84 (21 commits) (#12031) · 37f81cd0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/080d210e7acc..c30f1a936d84
      
      git log 080d210e7acc..c30f1a936d84 --date=short --no-merges --format='%ad %ae %s'
      2019-09-06 egdaniel@google.com Move surface wait ops to GrRenderTasks.
      2019-09-06 reed@google.com simplify convexity-helper code
      2019-09-06 brianosman@google.com Add support for pre-compiling cached SkSL shaders
      2019-09-06 reed@google.com speed-up rotated rects for drawAtlas
      2019-09-06 ethannicholas@google.com Revert "Revert "switched SkSL interpreter over to threaded code""
      2019-09-06 egdaniel@google.com Add support for direct use of vulkan primary command buffer in render pass.
      2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-06 robertphillips@google.com Cleanup after removal of IORefs from GrSurface
      2019-09-06 robertphillips@google.com Add kRG_88_SkColorType
      2019-09-06 hcm@google.com Update Skia milestone to 79
      2019-09-06 joe@bitworking.org Add env vars to cloudbuild.yaml to enable vpython for depot_tools.
      2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-06 reed@google.com don't call mutex if we're unique
      2019-09-06 brianosman@google.com Make the size of program/pipeline caches configurable in GrContextOptions
      2019-09-06 reed@google.com use scratch path to save on mallocs in drawAtlas
      2019-09-06 robertphillips@google.com Remove IORefs from GrSurface
      2019-09-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0c35e0f44dbd..df0ce01870fa (5 commits)
      2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e96090c328fe..649263777d17 (605 commits)
      2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cf0e2fe12289..5d0faf9be9d7 (4 commits)
      2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      Created with:
        gclient setdep -r src/third_party/skia@c30f1a936d84
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jlavrova@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      TBR=jlavrova@google.com
      37f81cd0
    • S
      Roll fuchsia/sdk/core/linux-amd64 from Z7PSg... to R1yqu... (#11945) · b9ce2500
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from Z7PSg... to R1yqu...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      b9ce2500
    • S
      Roll fuchsia/sdk/core/mac-amd64 from -AQkJ... to spUG2... (#11939) · c830e1fa
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from -AQkJ... to spUG2...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      c830e1fa
    • B
      Revert "Roll src/third_party/dart be66176534..f4229da6ab (29 commits)" (#12029) · 2c028435
      Ben Konyi 提交于
      This reverts commit 0f492d8a.
      2c028435
  2. 06 9月, 2019 9 次提交
  3. 05 9月, 2019 13 次提交
  4. 04 9月, 2019 10 次提交
    • S
      Roll fuchsia/sdk/core/linux-amd64 from BR_-u... to LKWtB... (#11874) · 74cedf23
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from BR_-u... to LKWtB...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      74cedf23
    • S
      Roll fuchsia/sdk/core/mac-amd64 from dRCdb... to m-hNV... (#11873) · 762562af
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from dRCdb... to m-hNV...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      762562af
    • S
      Roll src/third_party/skia 77743492418e..c2dc9c864844 (22 commits) (#11872) · 5f036ac0
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/77743492418e..c2dc9c864844
      
      git log 77743492418e..c2dc9c864844 --date=short --no-merges --format='%ad %ae %s'
      2019-09-04 halcanary@google.com experimental/minimal_ios_mtl_skia_app
      2019-09-04 fmalita@chromium.org [svgcanvas] Refactor clipping
      2019-09-04 halcanary@google.com gn: try again to fix fuchsia
      2019-09-04 fmalita@chromium.org [sksg] Fix mask/context overrides interaction
      2019-09-04 halcanary@google.com gn: try to fix flutter roll
      2019-09-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 31b524cf60b7..a1bf69967a32 (8 commits)
      2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 920100cd4246..fbc146e97f30 (6 commits)
      2019-09-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 050ceed1f1d7..248662b1b84a (455 commits)
      2019-09-04 bungeman@google.com [pdf] Disable default width calculation.
      2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-03 brianosman@google.com Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options
      2019-09-03 reed@google.com update gm to better show the unclipped layers
      2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-03 jvanverth@google.com Fix argument path for dsymutil
      2019-09-03 brianosman@google.com Remove GrGLProgram cache stats, remove spurious declarations/includes
      2019-09-03 halcanary@google.com gn: move all skia_* declare_args to skia.gni
      2019-09-03 egdaniel@google.com Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass.
      2019-09-03 bungeman@google.com [pdf] Only compute needed advances.
      2019-09-03 kjlubick@google.com [canvaskit] Add rrect support
      2019-09-03 reed@google.com update test to allow dumping images
      
      Created with:
        gclient setdep -r src/third_party/skia@c2dc9c864844
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jlavrova@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      TBR=jlavrova@google.com
      5f036ac0
    • K
      746c7a1c
    • B
      Roll src/third_party/dart 622747502e..fd27e795ba (9 commits) · c10b6b99
      Ben Konyi 提交于
      dart-lang/sdk@fd27e795ba [CFE] Skip more failing (web) flutter test on bot flutter-frontend
      dart-lang/sdk@201addc553 [typo] SUPPORT_TIMLINE -> SUPPORT_TIMELINE in dart.cc
      dart-lang/sdk@e4a1085b45 [infra] status file clean up tool: add flag to also remove non-essential expectations in lines with comments
      dart-lang/sdk@1f2316adc5 [vm] Add clang-tidy PRESUBMIT.py check on linux, flag implicit-to-bool conversions
      dart-lang/sdk@5e549b3d21 Update CHANGELOG.md
      dart-lang/sdk@1946d9d7a0 [dart2js] Add tests for issue 37724
      dart-lang/sdk@f2789f74fc [infra] Remove non-essential test expectations with comments from pkg status file
      dart-lang/sdk@a01dd3655f [CFE] Let compile platform include more required libraries"
      dart-lang/sdk@35c011c030 Update meta docs to consider mixins and static extensions
      c10b6b99
    • B
      Roll src/third_party/dart 54fdd559d8..622747502e (1 commits) · fecaaf46
      Ben Konyi 提交于
      dart-lang/sdk@622747502e [vm/interpreter] Enforce consistent interpreter/compiler unboxing view
      fecaaf46
    • S
      Roll fuchsia/sdk/core/linux-amd64 from KqidK... to BR_-u... (#11845) · ecdd32d2
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from KqidK... to BR_-u...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      ecdd32d2
    • S
      Roll src/third_party/skia 452ce044f0db..77743492418e (12 commits) (#11837) · ad8ef39f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/452ce044f0db..77743492418e
      
      git log 452ce044f0db..77743492418e --date=short --no-merges --format='%ad %ae %s'
      2019-09-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-03 bsalomon@google.com Add parens to assert
      2019-09-03 egdaniel@google.com Comment out assert in onClear in GrVkOpsRenderPass.
      2019-09-03 fmalita@chromium.org [svgcanvas] Skip redundant clip-rule attributes
      2019-09-03 fmalita@chromium.org [skottie] Clean up TextAdapter
      2019-09-03 fmalita@chromium.org [skottie] Plumb square selector "smoothness" prop
      2019-09-03 robertphillips@google.com Remove maxCount resource cache limit
      2019-09-03 bsalomon@google.com Make GrSurfaceProxy constructors take arg that determines participation in GrResourceAllocator.
      2019-09-03 benjaminwagner@google.com [gn] Add pool for dsymutil
      2019-09-03 jvanverth@google.com Get Metal running on iOS viewer.
      2019-09-03 benjaminwagner@google.com [gn] Move dsymutil from link command to a separate action
      2019-09-03 brianosman@google.com Particles: Change effect lifetime logic to work like particles
      
      Created with:
        gclient setdep -r src/third_party/skia@77743492418e
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC jlavrova@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      TBR=jlavrova@google.com
      ad8ef39f
    • S
      Roll fuchsia/sdk/core/mac-amd64 from -kKi5... to dRCdb... (#11840) · a912d176
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from -kKi5... to dRCdb...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      a912d176
    • B
      Roll src/third_party/dart 36985859e4..54fdd559d8 (65 commits) · 59748ab0
      Ben Konyi 提交于
      dart-lang/sdk@54fdd559d8 Revert "Add dart2native tool for building either an aot file or a stand-alone executable."
      dart-lang/sdk@1dfba01a3e [ VM ] Don't check if an interpreted frame is marked for lazy deopt
      dart-lang/sdk@8e63413fff [vm/bytecode] Explicitly mark _Closure._hash as nullable.
      dart-lang/sdk@cc0c86f1e0 [vm] Don't execute Dart code to get hashes during reload.
      dart-lang/sdk@a5ca7e9177 [vm/fuzzer] Fix loading of FFI C-library
      dart-lang/sdk@5db9c6f6cd [vm/fuzzer] Separate iteration limit
      dart-lang/sdk@6bcf67a6a2 Move isLate to VariableElement.
      dart-lang/sdk@b8ab1d8b7a [vm/jit] All instructions which may throw need a deopt-id.
      dart-lang/sdk@067f45c7c7 Flow analysis: move misplaced test.
      dart-lang/sdk@c9a75cbbc9 Flow analysis: fix crash in for_conditionBegin.
      dart-lang/sdk@a07f0dc40f Remove an unused parameter
      dart-lang/sdk@ab8e70addd [cfe] Handle implicit extension access inference
      dart-lang/sdk@946e7e3913 Issue 37005. Use FunctionType to get parameters.
      dart-lang/sdk@67ac9cf52c Don't report ASSIGNMENT_TO_FINAL or ASSIGNMENT_TO_FINAL_LOCAL for late variables.
      dart-lang/sdk@cb0abfef47 [vm/fuzzer] Avoid recursive assignments in foreach
      dart-lang/sdk@da502f85a7 add assist association for curly_braces_in_flow_control_structures
      dart-lang/sdk@0a272400ec [vm/aot] Use object identity for enqueued_functions_ and functions_to_retain_.
      dart-lang/sdk@5999cd9838 [vm/compiler] Account for phis in the successor block when merging blocks
      dart-lang/sdk@d92ffcb771 Change where we decide that unnamed extensions are private
      dart-lang/sdk@233b4a71ca Deprecate some unnecessarily duplicated error codes
      dart-lang/sdk@6e64750d85 Tweak LSP symbol kind for extensions
      dart-lang/sdk@54b95f1c8b Revert "[SDK] Remove dart:profiler library which has been deprecated since Dart 1.2"
      dart-lang/sdk@8ee22c246e [cfe] Update the api for nullability on TypeParameterTypes
      dart-lang/sdk@c50621a560 [cfe] Infer type arguments for explicit extension application
      dart-lang/sdk@9f57cf71d7 Add a blacklist to spelling tests; spell-check all packages and sdk with blacklist
      dart-lang/sdk@f5839de1ec [cfe] Set named mixin application flag on DillClassBuilder.
      dart-lang/sdk@72e8bdc56b Revert "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)."
      dart-lang/sdk@ecbea5a58e [vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).
      dart-lang/sdk@a6141ff5c9 Add dart2native tool for building either an aot file or a stand-alone executable.
      dart-lang/sdk@af9e298391 Reland "Use identical as shortcut in equality checks"
      dart-lang/sdk@d2e99c4935 [vm/compiler] Continued work on the IL serializer.
      dart-lang/sdk@8fb0152af8 Revert "Use identical as shortcut in equality checks"
      dart-lang/sdk@00d14e7dd1 [CFE] Always start constant evaluation error where we are asked to evaluate
      dart-lang/sdk@6705a135e5 Clean up 'Extract Local' refactoring.
      dart-lang/sdk@fe3fc9ed15 Don't use FunctionType.typeArguments in EdgeBuilder.
      dart-lang/sdk@3cffdaa01e Fix crash in LSP documentSymbols for extension classes
      dart-lang/sdk@97b1c64efb [kernel] Recursively number constants, avoid swallowing exceptions
      dart-lang/sdk@4b5893f9cf Use identical as shortcut in equality checks
      dart-lang/sdk@72908edb6d [CFE] Add strong tests for errors reported at 'wrong' place
      dart-lang/sdk@5bf51b4c25 [CFE] Skip failing flutter test on bot flutter-frontend
      dart-lang/sdk@b6880f76b0 [CFE] Add failing incremental compiler tests wrt re-issuing errors
      dart-lang/sdk@1400ab4136 [CFE] Language versioning max/default also setable via compiler options
      dart-lang/sdk@29ca4e670a [infra] Remove non-essential test expectations with comments from analyzer status files
      dart-lang/sdk@ed55695f6b [infra] Remove non-essential test expectations with comments from kernel status files
      dart-lang/sdk@e193f502f9 [infra] Remove non-essential test expectations with comments from devc status files
      dart-lang/sdk@b158490fb2 [infra] Add precomp-android-arm64 builder to the test matrix
      dart-lang/sdk@f401628f0d Remove an unused import
      dart-lang/sdk@c21642f732 Remove unnecessary awaits in AssistProcessor
      dart-lang/sdk@2c69db7351 [observatory] Visualize class size and ownership data as tree maps.
      dart-lang/sdk@041a0e4bff fixes for prefer_const_constructors
      dart-lang/sdk@d258ca96b0 [fuzzer/vm] Simple mixins
      dart-lang/sdk@a2228905b5 [VM/runtime] Add some asserts and remove reference to String::MakeExternal from comments as this method does not exist anymore.
      dart-lang/sdk@12c94c04d3 [vm/isolates] Introduce isolate [transferable] benchmark.
      dart-lang/sdk@fc3fb37b6e Fix for 'static late' fields.
      dart-lang/sdk@c1d887a8c4 Migration: Handle reference to methods and getters defined on `Object`.
      dart-lang/sdk@27cb6b0988 Remove unnecessary awaits in the fix processor
      dart-lang/sdk@a900a65ab7 Add AnalysisOptions.isLintEnabled(name)
      dart-lang/sdk@fd9df1adc2 Migration: handle generic functions in already-migrated code.
      dart-lang/sdk@5190274ed2 Extract LintNames into services/linter/lint_names.dart
      dart-lang/sdk@8468f1435c [vm/fuzzer] Produce FFI testcases only sometimes
      dart-lang/sdk@1f9ef866a5 [vm/debugger] Properly handle 'force-optimized' functions in debugger.
      dart-lang/sdk@5da853060c [vm/bytecode] Move prologue CheckStack opcode after closure context is copied.
      dart-lang/sdk@b1edcc4de9 Take 'prefer_final_locals' lint into account in 'Extract Local' refactoring.
      dart-lang/sdk@b6ad76845e Extensions imported via a prefix are not in scope
      dart-lang/sdk@c324228c10 Support for ServerService.LOG and 'server.log' notification.
      59748ab0