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

Support "key" argument on min() and max() builtins #505

Merged
merged 17 commits into from
Jan 13, 2024
Merged

Commits on Dec 7, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    c08325c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6809eb View commit details
    Browse the repository at this point in the history
  3. Fix union overload selection

    inumanag committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    13ac034 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Add static string slicing

    inumanag committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    52c7f45 View commit details
    Browse the repository at this point in the history
  2. Fix itertools.accumulate

    inumanag committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e8ec243 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    6fcd0a7 View commit details
    Browse the repository at this point in the history
  2. Fix match or patterns

    inumanag committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a77262c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 29, 2023

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

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    d5e794e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed0daf View commit details
    Browse the repository at this point in the history
  3. Fix #487

    inumanag committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3612608 View commit details
    Browse the repository at this point in the history
  4. Fix test

    inumanag committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cabba24 View commit details
    Browse the repository at this point in the history
  5. Fix IR pass

    arshajii committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3ef8a08 View commit details
    Browse the repository at this point in the history