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] Delegate string comparisons to StringRef #2620

Closed
wants to merge 5 commits into from
Closed

[stdlib] Delegate string comparisons to StringRef #2620

wants to merge 5 commits into from

Commits on May 11, 2024

  1. Added string comparisons for StringRef. All string comparisons for St…

    …ring and StringLiteral are delegated to StringRef. Tests for StringRef comparisons added.
    
    Signed-off-by: Simon Hellsten <simonhellsten@hotmail.com>
    siitron committed May 11, 2024
    Configuration menu
    Copy the full SHA
    df95ee5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    8e41f44 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    40c5ff7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    d6e399f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    351aa38 View commit details
    Browse the repository at this point in the history