Skip to content
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: Matejkob/swift-spyable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: Matejkob/swift-spyable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    c889929 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from Matejkob/more-tests

    Add more unit tests to existential and opaque types
    Matejkob authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    326d6f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    374bdac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from Matejkob/more-tests

    Add unit test to variable decl with existenital type
    Matejkob authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    16f7832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf2d7f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #97 from Matejkob/return-existential

    Support returning existential types in functions
    Matejkob authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e8e5595 View commit details
    Browse the repository at this point in the history
  2. Run swift-format

    Matejkob authored and github-actions[bot] committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3209fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4aee27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31dbab1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #99 from Matejkob/return-force-unwrapped

    Support forced unwrapped type as function return type
    Matejkob authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    55fc708 View commit details
    Browse the repository at this point in the history
  6. Run swift-format

    Matejkob authored and github-actions[bot] committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    24cf7b0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #100 from Matejkob/change-url

    Change swift-syntax URL to swiftlang org
    Matejkob authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3f4a84f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    823194a View commit details
    Browse the repository at this point in the history
  2. Update README

    Matejkob committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7f9c638 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102 from Matejkob/update-readme

    Update README
    Matejkob authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fa32cbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #101 from Matejkob/force-unwrapped-variable

    Support variable declaration with forced unwrapped type
    Matejkob authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a925e03 View commit details
    Browse the repository at this point in the history
  5. Run swift-format

    Matejkob authored and github-actions[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    27419ce View commit details
    Browse the repository at this point in the history
Loading