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

New feature: 'iter_matches' #1240

Closed
wants to merge 11 commits into from
Closed

New feature: 'iter_matches' #1240

wants to merge 11 commits into from

Commits on Apr 1, 2018

  1. Create a feature 'iter'

    neysofu committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    f335a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1cd553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a58c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5edb5bb View commit details
    Browse the repository at this point in the history
  5. Un-default iter feature

    neysofu committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    d0c33c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fa06db View commit details
    Browse the repository at this point in the history
  7. Make the code for iter_matches more unobtrusive

    Instead of relying on switching back and forth between HashMap and
    IndexMap according the feature settings for 'iter_matches', now the
    feature only changes some imports and renames them as the appropriate
    defaults.
    neysofu committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    50d2a78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb528cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbb2a8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e3975a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    786f026 View commit details
    Browse the repository at this point in the history