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

Implement the return keyword #7173

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 20, 2024

  1. Implement return keyword

    smores56 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b3e60f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    01369dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c0960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    294f0c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae173d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca76212 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a0cc10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    012387b View commit details
    Browse the repository at this point in the history
  8. Update uitest tests

    smores56 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    03f83a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    6a2ffb2 View commit details
    Browse the repository at this point in the history
  2. Fix tailcalling

    smores56 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a9cd6ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39687fd View commit details
    Browse the repository at this point in the history
  4. Fix clippy issue

    smores56 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    33d8681 View commit details
    Browse the repository at this point in the history
  5. Simplify tail-call checks

    smores56 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    346a2d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    66cc96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755ff16 View commit details
    Browse the repository at this point in the history