Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,361 contributions in the last year
Contribution activity
September 2020
Created a pull request in ziglang/zig that received 3 comments
move `zig cc`, `zig translate-c`, `zig libc`, main(), and linking from stage1 to stage2
build.zig: repair the ability to link against llvm, clang, and lld move the zig cc arg parsing logic to stage2 the preprocessor flag is still TODO …
+3,121
−1,324
•
3
comments
- std: add prctl and securebits definitions for linux/C
- std: Make the DEFLATE decompression routine 3x faster
- std: allow overriding install path of artifacts
- Implement support for powerpc64{,le}
- zig fmt fixes
- CBE: addition and subtraction
- AutoHashMap: fix inconsistent types for count() / ensureCapacity
- macho: fix bug where __text section would get overwritten
- std: Add DEFLATE and zlib decompressors
- std: clean up bitrotten imports in crypto
- BPF: Implement rest of pseudo instructions
- Added a basic Portable Executable linker to stage2
- Stage2: slicing and split container scope from file scope
- Networking improvements for Windows
- Add the "sync" family of functions
- std: Don't trust stat() size in readAllAlloc fns
- std: add fmt option to escape non-printable characters
- ir: Typecheck the sentinel value in *[N:S1]T to [S2]T casts
- os: return error.SocketNotListening for EINVAL on accept
- Refactor zig fmt indentation. Remove indent from rendering code
Created an issue in ziglang/zig that received 1 comment
add CLI options, `-fLLVM`, `-fLLD`, `-fClang` and their counterparts `-fno-LLVM`, `-fno-LLD`, `-fno-Clang`
There are 3 configuration values here. The default value is for zig to automatically decide whether to use any of these three projects or to use it…
1
comment

