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

Introduce impl TryFrom for Number that succeeds iff the value is within the safe range #3847

Merged
merged 14 commits into from
Feb 23, 2024

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f9fe8f View commit details
    Browse the repository at this point in the history
  2. apply review suggestion

    Ekleog committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bd8ee72 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    Ekleog committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    464d68c View commit details
    Browse the repository at this point in the history
  4. introduce a real error type

    Ekleog committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d582f83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    978288a View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    Ekleog and daxpedda committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0d02e11 View commit details
    Browse the repository at this point in the history
  7. Update crates/js-sys/src/lib.rs

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    Ekleog and daxpedda committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4630593 View commit details
    Browse the repository at this point in the history
  8. Update crates/js-sys/src/lib.rs

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    Ekleog and daxpedda committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d0650dd View commit details
    Browse the repository at this point in the history
  9. handle review comments

    Ekleog committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c92798e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15332dd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. handle review comments

    Ekleog committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b3e8fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d482e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. adjust error type

    Ekleog committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6418adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da08c1 View commit details
    Browse the repository at this point in the history