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

[stdlib] Introduce list sorting for comparable elements #2609

Closed
wants to merge 13 commits into from

Commits on May 24, 2024

  1. Introduce alternative list sorting for scalar and order comparable el…

    …ements
    
    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6e16d5a View commit details
    Browse the repository at this point in the history
  2. Add licence to sort.mojo

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a73f82b View commit details
    Browse the repository at this point in the history
  3. Fixes after rebase

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c509b6b View commit details
    Browse the repository at this point in the history
  4. Remove Radix sort for PR simplicity

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    466687a View commit details
    Browse the repository at this point in the history
  5. Improvements based on PR feedback

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2aa2a9b View commit details
    Browse the repository at this point in the history
  6. Improvements based on PR feedback

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    63fa88c View commit details
    Browse the repository at this point in the history
  7. Apply mojo format and add a note in change log

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    761a466 View commit details
    Browse the repository at this point in the history
  8. Fixes after rebase

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f9764f8 View commit details
    Browse the repository at this point in the history
  9. Rephrase change log message

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a688bc7 View commit details
    Browse the repository at this point in the history
  10. Re introduce current sort functions and migrate tests

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f779d46 View commit details
    Browse the repository at this point in the history
  11. Update changelog.md

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9833ef1 View commit details
    Browse the repository at this point in the history
  12. Make bool a comparable collection element

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dd37eb7 View commit details
    Browse the repository at this point in the history
  13. Test bool comparisons

    Signed-off-by: Maxim Zaks <maxim.zaks@gmail.com>
    mzaks committed May 24, 2024
    Configuration menu
    Copy the full SHA
    32fa775 View commit details
    Browse the repository at this point in the history