Pinned Loading
86 contributions in the last year
Day of Week | March Mar | 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
Loading
Contribution activity
March 2025
Created 1 commit in 1 repository
Created a pull request in ziglang/zig that received 2 comments
std.time.epoch: delete YearLeapKind
There doesn't really seem to be a point in having this type. Code seems to be improved without it. Skimming through code that references the type I…
+14
−19
lines changed
•
2
comments
Created an issue in ziglang/zig that received 9 comments
Allow coercion of structs with field names that are the exact same
I hit this issue very often: const std = @import("std"); pub fn main() void { var size: struct { width: u32, height: u32 } = undefined; size = get_…
9
comments