Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0b19d6ce1d2
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdbe21466fb8
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    ba77529 View commit details
    Browse the repository at this point in the history
  2. Roll Dart to 050561f (#6271)

    dart-lang/sdk@050561f [vm] Relax recently added assertion in Dart 1 mode
    dart-lang/sdk@6c712f1 Add a fix to create a mixin
    dart-lang/sdk@cc08d0e Add operators `&`, `|` and `^` to `bool`.
    dart-lang/sdk@5af9844 Language specification reorganization.
    dart-lang/sdk@2cb2ac4 Optimize `ClassHierarchyBuilder.isInheritedInSubtypeOf`.
    dart-lang/sdk@e8880fd Fix handling of unary- in the analyzer/FE comparison tool.
    dart-lang/sdk@bd103eb Store unlinked data with unlinked salt.
    dart-lang/sdk@c5d77d1 Support mixins in more places in index and search.
    dart-lang/sdk@c3bdb6c Refactor summary resynthesis tests in preparation for using the one-phase summary API.
    dart-lang/sdk@ddcb8b7 Remove unused SubtypeManager.
    dart-lang/sdk@76091c1 [vm/bytecode] Add PushNull, PushTrue, PushFalse and PushInt bytecodes
    dart-lang/sdk@a80b13e Add an assist to convert from a class to a mixin
    dart-lang/sdk@0f45b2e Fix spelling hexidecimal -> hexadecimal
    dart-lang/sdk@348ed30 [vm/kernel] In async transformation check if strongMode is on.
    dart-lang/sdk@c6c4748 [vm/bytecode] Bytecode compilation
    dart-lang/sdk@78d9a28 [vm, arm] Globally block LR for register allocation.
    dart-lang/sdk@078be2c [vm] Add library private key to the Class hash function for reload.
    dart-lang/sdk@4fab565 Several minor fixes to the analyzer/FE comparison tool.
    dart-lang/sdk@eb96871 Compute unlinked API signatures without unlinked summaries.
    dart-lang/sdk@98d25ed fix #34450, implement boolean bitwise operators in dartdevc
    dart-lang/sdk@229d793 [vm/compiler] Support materializing unboxed variables when entering catch.
    dart-lang/sdk@eec96f9 [vm/kernel] Preserve strong mode types in async transformation
    dart-lang/sdk@bf4facd Handle errors when comparing analyzer and front end behaviors.
    dart-lang/sdk@3e9f4e6 dart2js: generate simple '==' in more cases
    alexmarkov authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    dcbc8a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbfa827 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Update test .gitignore (#6272)

    `testing/dart/android/` and `testing/dart/ios` both look like generated
    directories created after each `run_tests` execution.
    Michael Klimushyn authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    cdbe214 View commit details
    Browse the repository at this point in the history
Loading