Skip to content
View zachs18's full-sized avatar

Block or report zachs18

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. imagegen Public

    My C image generator

    C 1

  2. Simple-RPN-Math-Compiler-Rust Public

    Converts an RPN-like math language to amd64/i686 (SysV calling convention) or armv7 machine code in Rust

    Rust 2

  3. brailleart Public

    Convert PPM images to Unicode Braille Art

    C

  4. midi-player Public

    C and Python Midi player using the mido library and PulseAudio. See also https://github.com/zachs18/midi-player-rs

    C

  5. my_coroutines Public

    Assembly 1

  6. realmodetesting Public

    Messing around with 16-bit real mode code.

    Assembly

345 contributions in the last year

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

Activity overview

Contributed to rust-lang/rust, Lokathor/bytemuck, rust-lang/rfcs and 42 other repositories
Loading A graph representing zachs18's contributions from June 02, 2024 to June 08, 2025. The contributions are 66% commits, 14% pull requests, 12% code review, 8% issues.

Contribution activity

June 2025

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

Specify that "option-like" enums must be #[repr(Rust)] to be ABI-compatibile with their non-1ZST field.

Add that the enum must be #[repr(Rust)] and not #[repr(packed)] or #[repr(align)] in order to be ABI-compatible with its null-pointer-optimized field.

+3 −0 lines changed 6 comments
Reviewed 1 pull request in 1 repository
rust-lang/rfcs 1 pull request
Opened 1 issue in 1 repository
rust-lang/rust 1 closed
Loading