Pinned
898 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2021
Created 29 commits in 3 repositories
Created a pull request in ziglang/zig that received 1 comment
Opened 1 other pull request in 1 repository
ziglang/zig
1
merged
Reviewed 9 pull requests in 2 repositories
ziglang/zig 8 pull requests
- make std.c.getErrno() return same type as _errno() aka c_int
- stage2 Elf linker: fill in bswapAllFields
- translate-c: Support compound assignment of pointer and signed int
- translate-c: promote int literals to bigger types
- translate-c: enable pointer arithmetic with signed integer operand
- Stage2 cbe: optionals and errors
- stage2: remove error number from error set map
- stage2: error set merging with tests