-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Insights: ziglang/zig
Overview
Could not load contribution data
Please try again later
9 Pull requests merged by 7 people
-
doctest: handle relative paths correctly
#23894 merged
May 16, 2025 -
compiler: reference trace fixes
#23907 merged
May 16, 2025 -
test
: Silence stderr output fromtest_obj_link_run
.#23892 merged
May 16, 2025 -
std.hash.Wyhash: fix dangling stack pointer
#23900 merged
May 16, 2025 -
std: remove
std.crypto.Certificate.Parsed.pubKeySigAlgo
method#23811 merged
May 15, 2025 -
make error messages prettier
#23829 merged
May 15, 2025 -
Introduce common
strcasecmp
andstrncasecmp
implementations#23840 merged
May 15, 2025 -
reduce
: Fix build due tostd.mem.Alignment
changes.#23886 merged
May 15, 2025 -
Revert "Work around stage1 not yet returning null-terminated
@typeInfo
strings"#23866 merged
May 14, 2025
7 Pull requests opened by 5 people
-
Fix sentinel value not being set in runtime array init
#23882 opened
May 14, 2025 -
std.mem: Leverage simd usage in `containsAtLeastScalar`
#23889 opened
May 15, 2025 -
std.mem: Leverage simd usage in `containsAtLeastScalar`
#23890 opened
May 15, 2025 -
Compilation: add missing link file options to cache manifest
#23891 opened
May 15, 2025 -
libc: implement common `abs` for various integer sizes
#23893 opened
May 15, 2025 -
`mingw`: Update MinGW-w64 to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.
#23912 opened
May 16, 2025 -
Support dynamically-linked NetBSD libc when cross-compiling
#23913 opened
May 16, 2025
12 Issues closed by 4 people
-
FileNotFound when compiling Zig with relative `--zig-lib-dir`
#22119 closed
May 16, 2025 -
Reference-trace of inline functions incorrect
#22845 closed
May 16, 2025 -
@compileError reference trace lost when return type is resolve through anytype arg introspection
#19116 closed
May 16, 2025 -
Missing reference trace in test
#23415 closed
May 16, 2025 -
@compileError does not lead to the source of the problem (std.Thread.spawn)
#17103 closed
May 16, 2025 -
ESET antivirus detects built exe file as containing Win64/CobaltStrike.Beacon_AGen.X virus
#23910 closed
May 16, 2025 -
Wyhash.final() uses a dangling stack pointer
#23895 closed
May 16, 2025 -
@mod and @rem documentation says they emit errors if denominator isn't greater than zero, but they don't
#23903 closed
May 16, 2025 -
`s390x` target seems got slow after update of LLVM.
#23557 closed
May 15, 2025 -
`zig reduce` fails to compile
#23884 closed
May 15, 2025 -
Tier System: `powerpc64-netbsd`
#23767 closed
May 14, 2025 -
Out of Memory error fixed buffer
#23753 closed
May 14, 2025
22 Issues opened by 12 people
-
Stub libraries for FreeBSD contain versioned symbols that should only be unversioned
#23911 opened
May 16, 2025 -
compiler_rt missing symbols: __addvsi3, __subvsi3, __mulvsi3, __subvdi3
#23909 opened
May 16, 2025 -
Add tip on `error: embed of file outside package path`
#23908 opened
May 16, 2025 -
Support Android libc (bionic) for cross compilation
#23906 opened
May 16, 2025 -
Support Redox OS
#23905 opened
May 16, 2025 -
Implement a NetBSD syscall layer
#23904 opened
May 16, 2025 -
by-val struct init containing OPV field emits AIR which breaks self-hosted x86_64
#23902 opened
May 16, 2025 -
Thread Pool occasionally crash
#23901 opened
May 16, 2025 -
Some tooling fails due the the lack of GNU linker replacement, for example `zig ld`
#23899 opened
May 16, 2025 -
Incorrect array lower bound in DWARF debug info
#23898 opened
May 16, 2025 -
Output tagged unions as DW_TAG_variant_part in DWARF debug info
#23897 opened
May 16, 2025 -
Mark main function with DW_AT_main_subprogram in DWARF debug info
#23896 opened
May 15, 2025 -
indexing pointer to tuple of pointers crashes with llvm error
#23888 opened
May 15, 2025 -
Fix emit-h or Add Warning
#23887 opened
May 14, 2025 -
Atomic values should allow vectors
#23885 opened
May 14, 2025 -
Error or crash when compiling vulkan spir-v shaders on windows
#23883 opened
May 14, 2025 -
Switch dynamic musl cross compilation to using an `abilists` file
#23881 opened
May 14, 2025 -
Support Dragonfly BSD libc for cross compilation
#23880 opened
May 14, 2025 -
Support SerenityOS libc for cross compilation
#23879 opened
May 14, 2025 -
Support Haiku libc for cross compilation
#23878 opened
May 14, 2025 -
Support Fuchsia libc for cross compilation
#23877 opened
May 14, 2025 -
std.math misses some commonly used functions like `modPow` and `isSquare`
#23876 opened
May 14, 2025
44 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Implement some string functions for libzigc
#23847 commented on
May 15, 2025 • 6 new comments -
Sentinel value isn't set when array is initialized
#23739 commented on
May 15, 2025 • 0 new comments -
Proposal: initial `@bitCast` semantics (packed + vector + array)
#19755 commented on
May 15, 2025 • 0 new comments -
Reimplement crt0 code in Zig for vendored libcs
#23875 commented on
May 15, 2025 • 0 new comments -
Why not provide the API for the current thread name ?
#23322 commented on
May 16, 2025 • 0 new comments -
ship .idl files rather than .h files for windows SDK
#18477 commented on
May 16, 2025 • 0 new comments -
`@rem` and `@mod` langref documentation is wrong
#23635 commented on
May 16, 2025 • 0 new comments -
Implement a FreeBSD syscall layer
#16590 commented on
May 16, 2025 • 0 new comments -
remove `@Type` from the language, replacing it with individual type-creating builtins
#10710 commented on
May 16, 2025 • 0 new comments -
fix: make `zig cc` pass `-l`/`-L` like Clang/GCC for ELF
#19818 commented on
May 16, 2025 • 0 new comments -
package manager: allow overriding dependencies with local cache
#20348 commented on
May 15, 2025 • 0 new comments -
`bootstrap.c`: Port to Windows and MSVC, and test it in CI
#22054 commented on
May 14, 2025 • 0 new comments -
teach std.debug to convert addresses to ELF symbols
#22077 commented on
May 17, 2025 • 0 new comments -
implement `@loopHint`
#22187 commented on
May 15, 2025 • 0 new comments -
std: use decl literals to improve endian ergonomics
#23103 commented on
May 16, 2025 • 0 new comments -
greatly improve capabilities of the fuzzer
#23416 commented on
May 15, 2025 • 0 new comments -
zon: add zonStringify to override the default behavior + json.dynamic…
#23619 commented on
May 15, 2025 • 0 new comments -
x86_64: finish rewriting scalar overflow and saturate operations
#23834 commented on
May 16, 2025 • 0 new comments -
Incremental fixes, refactor `Zcu.File`
#23836 commented on
May 16, 2025 • 0 new comments -
std.math.big: Implementation of assembly version of some functions and division improvement
#23848 commented on
May 16, 2025 • 0 new comments -
std.os.linux: Add tests for socket-related syscalls, remove usages of socketcall
#23853 commented on
May 15, 2025 • 0 new comments -
`std.Target`: Introduce `Cpu` convenience functions for feature tests
#23873 commented on
May 14, 2025 • 0 new comments -
Proposal: Ability to append functions to `.init_array`/`.fini_array`
#23574 commented on
May 14, 2025 • 0 new comments -
x86_64 backend: no encoding found when disabling sse
#23426 commented on
May 14, 2025 • 0 new comments -
remove realpath() from the standard library
#19353 commented on
May 14, 2025 • 0 new comments -
Use self-hosted linker to emit stub `libc.so` instead of assembling
#23588 commented on
May 14, 2025 • 0 new comments -
undefined symbol: MapViewOfFile2
#22040 commented on
May 14, 2025 • 0 new comments -
add FreeBSD libc as a cross compilation target
#2876 commented on
May 14, 2025 • 0 new comments -
Distribute libc `abilists` files compressed
#6283 commented on
May 14, 2025 • 0 new comments -
add NetBSD libc as a cross compilation target
#2877 commented on
May 14, 2025 • 0 new comments -
add OpenBSD libc as a cross compilation target
#2878 commented on
May 14, 2025 • 0 new comments -
Tier System: `mips64(el)-netbsd`
#23765 commented on
May 14, 2025 • 0 new comments -
Tracking Issue: Tier System
#23665 commented on
May 14, 2025 • 0 new comments -
Incremental compilation
#21165 commented on
May 14, 2025 • 0 new comments -
Syntax Sugar for tuple arguments
#5404 commented on
May 14, 2025 • 0 new comments -
Potential cache issue leading to inconsistent
#23869 commented on
May 14, 2025 • 0 new comments -
Support `wasm32-emscripten` libc
#20090 commented on
May 14, 2025 • 0 new comments -
`-fms-runtime-lib` flags not work
#19672 commented on
May 14, 2025 • 0 new comments -
Sema: saturating left shift produces an incorrect safety check and invalid Air
#23033 commented on
May 15, 2025 • 0 new comments -
Inconsistent behavior of RLS inside @ptrFromInt
#23041 commented on
May 15, 2025 • 0 new comments -
llvm: miscomp of saturating left shift of zero
#23035 commented on
May 15, 2025 • 0 new comments -
Figure out a strategy for testing libzigc against libc-test
#23538 commented on
May 15, 2025 • 0 new comments -
@Type(@typeInfo(c_int)) != c_int
#14650 commented on
May 15, 2025 • 0 new comments -
provide common implementations where applicable for libc functions
#2879 commented on
May 15, 2025 • 0 new comments