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

Key functions #40

Merged
merged 18 commits into from
Oct 9, 2019
Merged

Key functions #40

merged 18 commits into from
Oct 9, 2019

Commits on Sep 24, 2019

  1. Regex support

    Eugene Berman committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c1687b4 View commit details
    Browse the repository at this point in the history
  2. All tests work except quoteMeta - RE2 is not public

    Eugene Berman committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    87da69e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Regex added to Std lib

    Eugene Berman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    64ce644 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Moved RE2 code into the Platform

    Eugene Berman committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ec710b3 View commit details
    Browse the repository at this point in the history
  2. re2.js support

    Eugene Berman committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fb7f671 View commit details
    Browse the repository at this point in the history
  3. Should be re2, not re2.js

    Eugene Berman committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5dab570 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Support for RE2-style regular expressions

    Eugene Berman committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    fe7a5ca View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. SetMember with key function

    Eugene Berman committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    6bf9747 View commit details
    Browse the repository at this point in the history
  2. Update Std.scala

    Eugene Berman committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    b43fb86 View commit details
    Browse the repository at this point in the history
  3. Sort with key function

    Eugene Berman committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    15ff82c View commit details
    Browse the repository at this point in the history
  4. More Set functions

    Eugene Berman committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    6f64f62 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. setUnion implemented

    Eugene Berman committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f0afa78 View commit details
    Browse the repository at this point in the history
  2. Optimized setMember

    Eugene Berman committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    12446d7 View commit details
    Browse the repository at this point in the history
  3. Even simpler setMember

    Eugene Berman committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    d52a317 View commit details
    Browse the repository at this point in the history
  4. setInter and setDiff

    Eugene Berman committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7f0d142 View commit details
    Browse the repository at this point in the history
  5. Removed old code

    Eugene Berman committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    2ee0e01 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Update Platform.scala

    javaduke authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    148b1dd View commit details
    Browse the repository at this point in the history
  2. Removed Regex for PR

    Eugene Berman committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    4bc6745 View commit details
    Browse the repository at this point in the history