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 additional split_inclusive variants for slices #91546

Closed

Commits on Jul 17, 2022

  1. Implement split_left_inclusive for slices

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    176be5f View commit details
    Browse the repository at this point in the history
  2. Return empty slice on empty slice input (match rust-lang#89716)

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    13242ef View commit details
    Browse the repository at this point in the history
  3. Implement split_left_inclusive for string slices

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f171e92 View commit details
    Browse the repository at this point in the history
  4. Implement reversed variants of all split_inclusive slice methods

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8d1308c View commit details
    Browse the repository at this point in the history
  5. Update tests following rust-lang#89825

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    619283a View commit details
    Browse the repository at this point in the history
  6. Implement all iterator variants for string slices

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0bcf4e4 View commit details
    Browse the repository at this point in the history
  7. Implement methods to create new str iterator variants

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7ab8d4b View commit details
    Browse the repository at this point in the history
  8. Consolidate slice iter impls into macro

    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a76b09c View commit details
    Browse the repository at this point in the history
  9. Implement split_initiator, split_ends, and split_once variants …

    …for string slices
    Jules Bertholet authored and Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    57f4d7a View commit details
    Browse the repository at this point in the history
  10. WIP

    Jules-Bertholet committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    bfc9df0 View commit details
    Browse the repository at this point in the history