Pinned Loading
-
lccc-project/lccc
lccc-project/lccc PublicLightning Creations Compiler Frontend for various languages
-
lccc-project/lc-binutils
lccc-project/lc-binutils PublicReplacement for GNU Bintuils, written in Rust
-
BinarySpecifications
BinarySpecifications PublicAggregate Repository of all Binary File Format Specifications I have released.
-
SNES-Dev/SNES-Dev
SNES-Dev/SNES-Dev PublicTools and Monorepo for providing modern tooling and language support for use with the SNES.
Shell 32
-
-
703 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
March 2025
Created 50 commits in 10 repositories
Created 2 repositories
-
chorman0773/ifunc
Rust
This contribution was made on Mar 21
-
chorman0773/proc_macro-deterministic-rand
Rust
This contribution was made on Mar 20
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
-
Modify mutable deref rule for
&mut T
This contribution was made on Mar 13
Reviewed 1 pull request in 1 repository
rust-lang/reference
1 pull request
-
Guarantee soundness of pointer-to-int transmutes
This contribution was made on Mar 14
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