1. 14 3月, 2019 1 次提交
    • S
      Roll src/third_party/dart 1bd36d694d..674fd0e060 (48 commits) #8152 · 8be2aca5
      Siva 提交于
      674fd0e060 [vm runtime] Dynamically disable dual mapping of code on some platforms
      0bd674c374 [VM-Runtime] set environment when creating detached process
      578fdb0408 Call becomeMap/becomeSet() in AstCloner.
      382cd59388 Update completion target tests for new map syntax
      1db664764a Revert "Copy abi dills in create_sdk build rule"
      a39833d957 Reland "Reland "[VM runtime] Dual mapping of executable pages.""
      49a0502f49 Copy abi dills in create_sdk build rule
      23eb57c2bf Revert "[vm/ffi] Support Windows 64 bit"
      22c2c7ffd8 Sort declarations in build_mode.dart
      e2b5559c77 [infra] Use gclient.py to apply patches to bypass update_depot_tools
      f4b524cdf1 [vm] Extract reading of parameter covariance attributes
      16e40cef2f Generate a diagnostic when a set or map literal is ambiguous
      b89d08355b [infra] Only move coredump files on shards
      7f812dea1a [vm/ffi] Support Windows 64 bit
      469da726d6 [vm] Put covariance attributes into Field flags
      09087490e2 update hasFix lookup table
      bb7b5fcd37 add missing fix tests
      48a5c3825a assist to convert to absolute imports
      b3927f66df [gardening] Mark tests that crash as crashing
      2d6ddf2aff Remove unnecessary override from PartialResolverVisitor
      ba3b9b3b65 Sort static_type_analyzer_test.dart
      1edc6d4b4d [infra] Fix approve_results not erroring properly if tryjobs lack results.
      1a196d43a7 [VM/AOT] Execute catch-entry moves in parallel (our AOT doesn't generate non-cyclic moves)
      6a2aa920cd Support pragma annotations through ir constants
      d3d077090d [VM/FrontendServer] Add 3head patch to frontend server after breaking API changes
      016e3172d1 Default parameters, more metadata, import dart:core.
      853d38896e [VM/AOT] Fixes incorrect deserialization of catch entry moves
      3cf7d6a9c7 [tests] Changing expected cast errors to type errors for collections tests
      b87c44d6b3 Generate diagnostic for non-bool conditions in if elements
      74395d940f Comment out test_import_short_absolute that fails on Windows.
      7c1544898d [vm] Decouple flow graph building of implicit getters and setters from kernel reading
      57f4da318c [vm, gc] The mutator's TLAB and the interpreter's lookup cache must be visited even if the mutator is unscheduled.
      15842d4583 Build more import scopes, support for enums.
      f2029f54cd Fix type inference of map/set literals when the context is a type parameter.
      11b9481403 [vm/frontend] Fix frontend_server_test on Windows.
      bfb30bffe0 Fix a bug in the ConstantVerifier so that conditional elements are lazily verified
      ed1f956991 Fix the abi dills download script
      8f03ae05ff [infra] Add --list-configurations option to test.dart.
      9faca2fa68 [vm] Document lifetime requirements of arguments to Dart_TimelineEvent.
      295ea59385 [vm] Give functions compiled through Dart_LoadCompilationTrace a non-zero usage counter.
      def0b21225 [infra] Fix test.dart saying untested configurations don't exist.
      abd1854176 Fix recording of map/literal context type.
      a8b3461f2e New summaries work snapshot.
      9e7627b6a1 Re-land "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
      210361ae63 Move IgnoreInfo out of the task model code base
      440b4cd84e Insert implicit casts when setting interface targets
      567d552de8 [infra] Add versionchecker and debianpackage to test matrix
      576c4c71d9 [CFE] Always clone subexpressions of unevaluated constants.
      8be2aca5
  2. 13 3月, 2019 10 次提交
  3. 12 3月, 2019 12 次提交
  4. 11 3月, 2019 3 次提交
    • S
      Roll src/third_party/skia 92ae09900456..bd050b90f8c7 (7 commits) (#8111) · 35e3b2b8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/92ae09900456..bd050b90f8c7
      
      git log 92ae09900456256ad9802d8c1c2eb674531cfba9..bd050b90f8c75ea4fdf49f73c4c9744cb98b00d2 --date=short --no-merges --format=%ad %ae %s
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f2ddde731fb0..fa8603c6113f (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ebefaf7ce64a..f2ddde731fb0 (1 commits)
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b6a2f6bcf657..49c9dfe3b832 (1 commits)
      2019-03-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bc2c6257d015..ba6c026602da (26 commits)
      2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com), and stop
      the roller if necessary.
      35e3b2b8
    • S
      Roll src/third_party/dart 2fb6cd9f5f..674fd0e060 (58 commits) (#8110) · 04fe0078
      Siva 提交于
      674fd0e060 Fixes VSCode highlighting of num.dart.
      fa90c9abe5 New summaries work snapshot.
      ed9e70c771 Add completion support for the ui-as-code features
      1335296750 Move SourceLibraryBuilder builder, support for typedef(s), some type parameters.
      9ff0a654ca Revert "Reland "[VM runtime] Dual mapping of executable pages.""
      9e5cf6b09e Improve set/map/list literal type checking.
      affcca729b Fix some tests broken by CL 94993
      f6c8468a98 Revert "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
      303b8bab3a fix for null_closures
      231c5c138e Create codegen work item for all members
      0b40a46ab5 Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary
      37fa71dc4e Resolve types in scopes, resynthesize some elements.
      9f7e11c06b Remove extraneous `3` from method name
      d4ccff7b54 Fix _inferSetOrMapLiteralType to handle a context of `?` correctly.
      1e1d19bb02 fix for replace_colon_with_equals
      04befc2ab3 Improve type inference tests
      73be247e12 Eliminate uses of old AST node types from pkg/analyzer/lib/src/generated
      068aa0d2e7 Support eagerly initialized static fields.
      e6f56a8adf [vm/compiler] first vm implementation of block expression
      474e7dc865 update add await fix description
      b3b9375ca7 Update comments to refer to the greatest/least closure operation.
      6387b1bc73 Clarify ambiguity handling logic in _inferSetOrMapLiteralType
      b72ab0790d Add an Iterable type to the nonstandard SDK test.
      1ce3e8af71 Reland "[cfe] Handle spread map entries of static type Null"
      9f6476392c Reland "[cfe] Compile null-aware spreads in non-const maps"
      10b38fd3f9 Reland "[cfe] Handle spread elements of static type Null"
      c31be8ab5c Reland "[cfe] Disambiguate between sets and maps with spreads"
      8430281a6b Add an implementation of ScopedVisitor.visitForEachPartsWithDeclaration.
      6da340bf76 Reland "[VM runtime] Dual mapping of executable pages."
      2b501b21aa Revert "[cfe] Disambiguate between sets and maps with spreads"
      ff5f5de1be Revert "[cfe] Handle spread elements of static type Null"
      b2cb604b9d improve literal list/map/set control flow recovery
      d2d098405f [tests] Fix some control flow collections tests
      1a2c93ae00 Revert "[cfe] Compile null-aware spreads in non-const maps"
      afccd8cbc7 Revert "[cfe] Handle spread map entries of static type Null"
      6c8dbd84a0 [infra] Support different local named configurations in tools/test.dart.
      166c5e4b38 Use subtype rather than assignability to disambiguate maps/sets.
      2e9ff26527 Fix overflow bug in BigInt implementations.
      9a7679e9e1 Remove some of the tests of the task framework to reduce references to it
      6e359857e4 Move ConstantEvaluationTarget out of the task model
      ccd2c85a1a [cfe] Handle spread map entries of static type Null
      3160b084d8 [cfe] Compile null-aware spreads in non-const maps
      0a13ef7d03 [cfe] Handle spread elements of static type Null
      b817b274c2 [cfe] Disambiguate between sets and maps with spreads
      0e054b1c6e Some fixes for UI-as-code type inference
      8d88316246 fix for unawaited_futures
      5eefbd8d14 [vm/ffi] Add a slot for RawPointer::address.
      ff55d429f6 [kernel] Collection concatenation nodes.
      52ff930338 [cfe] Desugar map spread entries in non-const map literals
      76ff150df4 [cfe] Add type inference for spreads in map literals
      95b0e57ac5 [gardening] Disable ASAN's coredump suppression via ASAN_OPTIONS.
      235e5f3709 Allow component to easily adopt libraries at will
      64d8a16563 API changes to incremental compiler to support modular compilation
      6231ba0b18 Added appropriate comma within comment.
      283cabf1a1 [infra] Reject unexpected extra arguments in approve_results.
      299c6457cf [vm/ffi] Fix style guide violation
      b8069cbeca Refactor computation of modular data
      889d5d9240 Fix type error in node_tracer
      04fe0078
    • D
      Fix the Windows build (#8106) · 0d2cf585
      Dan Field 提交于
      * Make macro for logging embedder errors build on Windows
      0d2cf585
  5. 10 3月, 2019 6 次提交
  6. 09 3月, 2019 8 次提交