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

Replace more casts with safer conversions & enable cast-related lints. #445

Closed
wants to merge 7 commits into from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    00105b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0752e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782223d View commit details
    Browse the repository at this point in the history
  4. wasm32/js: Clarify truncating conversions.

    usize and u32 both implement `From<u16>` so use u16 for the length.
    briansmith committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9f7ed67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33051f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f35d578 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aa2e41 View commit details
    Browse the repository at this point in the history