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 Number.prototype.toFixed() #35

Merged
merged 20 commits into from
Oct 3, 2023
Merged

Implement Number.prototype.toFixed() #35

merged 20 commits into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    56527b2 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    840b9e4 View commit details
    Browse the repository at this point in the history
  3. Some code clean up

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6c6c59b View commit details
    Browse the repository at this point in the history
  4. Some more code cleanup and add test

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ce7a7c9 View commit details
    Browse the repository at this point in the history
  5. Some more code cleanup and add test

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9a2604d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89dc848 View commit details
    Browse the repository at this point in the history
  7. Add some boundry tests

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    78a93e0 View commit details
    Browse the repository at this point in the history
  8. Code cleanup

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ea175e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bc3940 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eda272e View commit details
    Browse the repository at this point in the history
  11. Fix clippy warnings

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a09409e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ad8907 View commit details
    Browse the repository at this point in the history
  13. Max buffer size

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    25e7d54 View commit details
    Browse the repository at this point in the history
  14. Refactor and add documentation

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f7ce6c1 View commit details
    Browse the repository at this point in the history
  15. Put under feature flag

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4abaa68 View commit details
    Browse the repository at this point in the history
  16. Some cleanup

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e6a3ff0 View commit details
    Browse the repository at this point in the history
  17. Apply review

    HalidOdat authored and jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    84b10bf View commit details
    Browse the repository at this point in the history
  18. Add missing newlines

    jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e7e7d77 View commit details
    Browse the repository at this point in the history
  19. Fix clippy lints

    jedel1043 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    670c894 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    491d865 View commit details
    Browse the repository at this point in the history