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

Refactor some std code that works with pointer offstes #100823

Merged
merged 4 commits into from
Sep 24, 2022

Commits on Sep 4, 2022

  1. Make code worling w/ pointers in `library/std/src/sys/sgx/abi/usercal…

    …ls/alloc.rs` nicer
    
    - Use `.addr()` instead of `as`-cast
    - Use `add` instead of `offset` and remove some `as isize` casts by doing that
    - Remove some casts
    WaffleLapkin committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a2cdbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495fa48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b7181 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

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