Skip to content
View chorman0773's full-sized avatar

Organizations

@LightningCreations @cannonlang @CodeByteGameDev @Gac14 @ModItAll @WorldsApartDevTeam @LiliumOS

Block or report chorman0773

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. lccc-project/lccc Public

    Lightning Creations Compiler Frontend for various languages

    Rust 119 9

  2. lccc-project/lc-binutils Public

    Replacement for GNU Bintuils, written in Rust

    Rust 12 2

  3. BinarySpecifications Public

    Aggregate Repository of all Binary File Format Specifications I have released.

    1

  4. SNES-Dev/SNES-Dev Public

    Tools and Monorepo for providing modern tooling and language support for use with the SNES.

    Shell 32

  5. Clever-ISA/Clever-ISA Public

    A specification for a new ISA

    C 8

  6. LiliumOS/lilium Public

    Rust 2

703 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
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/reference, lccc-project/lccc, LiliumOS/winter-lily and 61 other repositories
Loading A graph representing chorman0773's contributions from March 31, 2024 to March 31, 2025. The contributions are 82% commits, 9% pull requests, 6% code review, 3% issues.

Contribution activity

March 2025

Created 2 repositories

Created a pull request in Lokathor/bytemuck that received 2 comments

Extend #308 with -unwind support

Adding to #308, this adds C-unwind and system-unwind fn-ptr ZeroableInPod impls behind the zeroable_unwind_fn feature gate.

+18 −0 lines changed 2 comments
Opened 1 other pull request in 1 repository
rust-lang/reference 1 open
Reviewed 1 pull request in 1 repository
rust-lang/reference 1 pull request

Created an issue in rust-lang/rust that received 5 comments

unconditional_recursion lint false positive on abort-on-drop type.

Code struct DropBomb; impl Drop for DropBomb { fn drop(&mut self) { let _this = DropBomb; panic!() } } Current output warning: function cannot return

5 comments
9 contributions in private repositories Mar 8 – Mar 30
Loading