Pinned Loading
-
ziglang/zig
ziglang/zig PublicGeneral-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
ziglang/translate-c
ziglang/translate-c PublicA Zig package for translating C code into Zig code.
383 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 | April Apr | ||||||||||||||||||||||||||||||||||||||||
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
April 2025
Created 43 commits in 2 repositories
Opened 4 pull requests in 2 repositories
ziglang/translate-c
3
merged
-
Translate macros
This contribution was made on Apr 16
-
Enable a bunch of passing run cases; skip running them in CI
This contribution was made on Apr 16
-
Properly translate compound assignments where the operands need to be casted
This contribution was made on Apr 14
Vexu/arocc
1
open
-
Support including libc on more targets
This contribution was made on Apr 14
Reviewed 5 pull requests in 3 repositories
ziglang/zig
2 pull requests
-
Sema: fix get a incorrect element pointer type for C pointer of array
This contribution was made on Apr 19
-
translate-c: fix function prototype decalared inside a function
This contribution was made on Apr 1
Vexu/arocc
2 pull requests
-
Improve const assignment errors
This contribution was made on Apr 19
-
Support including libc on more targets
This contribution was made on Apr 16
ziglang/vscode-zig
1 pull request
-
add toggleMultilineStringLiteral command
This contribution was made on Apr 6
Created an issue in Vexu/arocc that received 3 comments
Can't include <stdlib.h>
on GitHub CI machines
#include <stdlib.h>
works for me locally on x86_64-linux-gnu
but on github CI machines it fails https://github.com/ziglang/translate-c/actions/runs…
3
comments
Opened 3 other issues in 2 repositories
ziglang/zig
2
open
-
Error for
@compileLog
does not go away on incremental updateThis contribution was made on Apr 19 -
file exists in multiple modules
with circular path-based dependenciesThis contribution was made on Apr 17
Vexu/arocc
1
open
-
Anonymous record in compound literal is added to the AST twice
This contribution was made on Apr 8