Skip to content
View usamoi's full-sized avatar

Block or report usamoi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. __usamoi__ Public

540 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 repository

Created a pull request in rust-lang/rust that received 14 comments

set subsections_via_symbols for ld64 helper sections

closes #139744 cc @madsmtm

+28 −0 lines changed 14 comments
Opened 12 other pull requests in 3 repositories
Reviewed 4 pull requests in 2 repositories

Created an issue in rust-lang/rust that received 1 comment

functions marked with #[no_mangle] cannot be GC-ed on MacOS

Code I tried this code: // src/main.rs unsafe extern "C" { unsafe static UNDEFINED: usize; } #[unsafe(no_mangle)] pub fn used() { println!("UNDEFIN…

1 comment
Loading