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: AssemblyScript/assemblyscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pitust/assemblyscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 40 files changed
  • 1 contributor

Commits on Jun 13, 2021

  1. std+ast+program: add a new decorator, iterator for use with iterators.

    This is necessary for for..of loops to work.
    pitust committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    8b21f9c View commit details
    Browse the repository at this point in the history
  2. diagnosticMessages: introduce diagnostics important to for .. of loops

    These diagnostics are important to for .. of loops, which is why they are added.
    pitust committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    8fd2d45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20af119 View commit details
    Browse the repository at this point in the history
  4. std/array: implement iterators for arrays

    This implements iterators (and thus for..of support) for arrays
    pitust committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    09f5062 View commit details
    Browse the repository at this point in the history
  5. all the fucking tests: the line numbers changed and all the tests are…

    … broken
    
    who made the tests and the assert impl?
    pitust committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    efabd10 View commit details
    Browse the repository at this point in the history
  6. undo accidental change

    pitust committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    d6a4c52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e175d6f View commit details
    Browse the repository at this point in the history
Loading