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

[refurb] New rule to suggest min/max over sorted() (FURB192) #10868

Merged
merged 32 commits into from
Apr 23, 2024

Commits on Apr 2, 2024

  1. init

    ottaviohartman committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9320b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. first stab

    ottaviohartman committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c3813a3 View commit details
    Browse the repository at this point in the history
  2. impl nearly done

    ottaviohartman committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0e94732 View commit details
    Browse the repository at this point in the history
  3. impl nearly done

    ottaviohartman committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    129ef99 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. compiling

    ottaviohartman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    928b3bc View commit details
    Browse the repository at this point in the history
  2. refactor

    ottaviohartman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8e84731 View commit details
    Browse the repository at this point in the history
  3. is_reversed

    ottaviohartman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5be22a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. simplification

    ottaviohartman committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5e073fd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. update py

    ottaviohartman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6d73582 View commit details
    Browse the repository at this point in the history
  2. working

    ottaviohartman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8af13c6 View commit details
    Browse the repository at this point in the history
  3. fmt

    ottaviohartman committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3519d24 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. clippy

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cf59390 View commit details
    Browse the repository at this point in the history
  2. reverse edge case

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b0f0384 View commit details
    Browse the repository at this point in the history
  3. basic cases working

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2140e17 View commit details
    Browse the repository at this point in the history
  4. updated rules

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b212e87 View commit details
    Browse the repository at this point in the history
  5. add snap

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e10e15a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dcd134 View commit details
    Browse the repository at this point in the history
  7. generate schema

    ottaviohartman committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bec8502 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. add docs

    ottaviohartman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7fe30b4 View commit details
    Browse the repository at this point in the history
  2. another test

    ottaviohartman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    22fae02 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ottaviohartman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b73e47c View commit details
    Browse the repository at this point in the history
  4. another test

    ottaviohartman committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f8df98a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix list expr

    ottaviohartman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2b3db42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f754e View commit details
    Browse the repository at this point in the history
  3. crashign

    ottaviohartman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a5be688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049dd85 View commit details
    Browse the repository at this point in the history
  5. clippy

    ottaviohartman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eb6462b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

    ottaviohartman committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    850faaa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e659492 View commit details
    Browse the repository at this point in the history
  2. Rebase; reformat

    charliermarsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    96a5536 View commit details
    Browse the repository at this point in the history
  3. Minor tweaks

    charliermarsh committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    da36bfc View commit details
    Browse the repository at this point in the history