Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spec/interpreter/tests] Prep merge of tail call proposal #1688

Merged
merged 35 commits into from
Oct 13, 2023

Commits on Jul 14, 2017

  1. Overview

    rossberg committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    1e25971 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Typing

    rossberg authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    7570fe2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    61a5d05 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    7f4fafd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    63855ce View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    3c42d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    fd9dd22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e82d8c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Comments; instruction index

    rossberg committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    c2dc150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ec10d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Link spec in README

    rossberg committed May 12, 2018
    Configuration menu
    Copy the full SHA
    125201c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Update Overview

    rossberg authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b3380e3 View commit details
    Browse the repository at this point in the history
  2. Typo in Overview

    rossberg authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5556e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Fix typo

    rossberg committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4041030 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    4ae98e4 View commit details
    Browse the repository at this point in the history
  2. Set up Travis

    rossberg committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5c4ff46 View commit details
    Browse the repository at this point in the history
  3. Fix revision

    rossberg committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9082bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    122e4be View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    394d0aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Describe correct tail call behavior across modules

    Whether tail calls across module boundaries would guarantee tail call behavior was previously an open question, but @thibaudmichaud confirmed that they would guarantee tail call behavior in V8 in WebAssembly/tail-call#15 (comment).
    tlively authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9c0d745 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge pull request #16 from WebAssembly/module-boundaries

    Describe correct tail call behavior across modules
    rossberg authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    aa10cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ec321 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from WebAssembly/merge-upstream

    Merge upstream
    rossberg authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    23a6198 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Eps

    rossberg committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a906a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Fix typo

    mnordine authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7258eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7be0b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    b908a3a View commit details
    Browse the repository at this point in the history
  2. Adjust for multi-return

    rossberg committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    abcab5d View commit details
    Browse the repository at this point in the history
  3. Tweak reduction rules

    rossberg committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1f02322 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge branch 'upstream'

    rossberg committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    65eebf6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upstream'

    rossberg committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    acdac46 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream'

    rossberg committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3503209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269f18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f44ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    277f14c View commit details
    Browse the repository at this point in the history