Lead developer & president of Zig Software Foundation
- Portland, Oregon
- https://andrewkelley.me/
- @andy_kelley
Block or Report
Block or report andrewrk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ziglang/zig Public
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
2,312 contributions in the last year
Less
More
Contribution activity
April 2022
Created 52 commits in 1 repository
Created a pull request in ziglang/zig that received 4 comments
stage2: use indexes for Decl objects
Rather than allocating Decl objects with an Allocator, we instead allocate them with a SegmentedList. This provides four advantages: Stable memory…
+3,048
−2,185
•
4
comments
Opened 3 other pull requests in 1 repository
Reviewed 14 pull requests in 1 repository
ziglang/zig
14 pull requests
- std.Thread: Mutex and Condition improvements
- C Backend: f16 and f128 support
- [doc update] add size_t
- dwarf+debug: clean up resources mgmt
- std.Thread.Futex improvements
- stage2: use indexes for Decl objects
- Wasm: add support for debug information
- stage2: Add limited WASI support for selfExePath and globalCacheDir
- stage2: Do not strip by default for wasm
- std.mem: add concatWithSentinel
- Stage2 fixes
- stage2: fix (recursively) marking decls as alive, and improve DWARF for local vars
-
compiler_rt: Add
f80support tofloatXiYf/fixXfYi - Pull elf magic string out to re-used constant
Created an issue in ziglang/zig that received 4 comments
stage3 miscompilation inside translate-c
zig version: 0.10.0-dev.1902+42ed34d1f
$ ./stage1/bin/zig build -p stage2 -Dskip-install-lib-files -Denable-llvm
$ ./stage2/bin/zig build -p stage3…
4
comments