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

[Merged by Bors] - Fix string.prototype methods and add static string methods #1123

Closed
wants to merge 22 commits into from

Commits on Feb 6, 2021

  1. Add fromCharCode

    jevancc committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    8044760 View commit details
    Browse the repository at this point in the history
  2. Add fromCodePoint

    jevancc committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    e4ceba1 View commit details
    Browse the repository at this point in the history
  3. Add String.raw

    jevancc committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    c112659 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Fix broken tests

    jevancc committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    3911f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41df390 View commit details
    Browse the repository at this point in the history
  3. Fix infinite loop bug

    jevancc committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    03a2d08 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Fix string length bugs

    jevancc committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    21128f2 View commit details
    Browse the repository at this point in the history
  2. Fix unsafe add

    jevancc committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9ab2157 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Update boa/src/builtins/string/mod.rs

    Co-authored-by: Halid Odat <[email protected]>
    jevancc and HalidOdat authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    31458d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0708c View commit details
    Browse the repository at this point in the history
  3. Remove outdated comments

    jevancc committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    3e49ebc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    9dfdffd View commit details
    Browse the repository at this point in the history
  2. Style: Respect rustfmt

    RageKnify committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0a4d921 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

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

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    0b89512 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    jevancc committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    ad90e0b View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    jevancc committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    c9c4a94 View commit details
    Browse the repository at this point in the history
  4. Update test262

    jevancc committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    cb926e2 View commit details
    Browse the repository at this point in the history
  5. Fix rustfmt

    jevancc committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    83a9e32 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    f29121d View commit details
    Browse the repository at this point in the history
  2. Fix a bug in lastIndexOf

    jevancc committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b011da8 View commit details
    Browse the repository at this point in the history