-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Insights: ziglang/zig
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
0.14.0
published
Mar 5, 2025
17 Pull requests merged by 12 people
-
fix InstallArtifact opening empty string
#23121 merged
Mar 7, 2025 -
std.enums.tagName: preserve sentinel in return value
#23083 merged
Mar 6, 2025 -
langref: update splat section
#23106 merged
Mar 6, 2025 -
Remove uses of deprecated callconv aliases
#23063 merged
Mar 5, 2025 -
std.zig.llvm.bitcode_writer
: Fix word byte order on big endian systems.#23069 merged
Mar 4, 2025 -
Fix "dependency path outside project" error for nested local path dependencies
#23077 merged
Mar 4, 2025 -
init: Substitute invalid package names with
foo
#23067 merged
Mar 4, 2025 -
Sema: remove legacy coercion
#22979 merged
Mar 3, 2025 -
incremental: invalidate namespace dependencies when a name changes visibility
#23002 merged
Mar 3, 2025 -
std.DynLib: fix proper type of chain_ptr on GnuHashSection32
#23058 merged
Mar 3, 2025 -
compiler: Don't consider powerpc to have red zone support yet.
#23057 merged
Mar 3, 2025 -
Three time-related fixes for UEFI
#23046 merged
Mar 3, 2025 -
compiler: default to
.whole
cache mode for self-hosted backends#22982 merged
Mar 3, 2025 -
Mitigation of #15108 in
std.heap.page_size_min
#23043 merged
Mar 2, 2025 -
crypto.pcurves.common: generalize invert()
#23039 merged
Mar 2, 2025 -
x86_64: Implement integer saturating left shifting codegen
#22529 merged
Mar 2, 2025
19 Pull requests opened by 15 people
-
checkAllAllocationFailures: provide result type to 'extra_args'
#23042 opened
Mar 2, 2025 -
improve invalid tuple errors
#23049 opened
Mar 3, 2025 -
support more process creation options on Windows
#23053 opened
Mar 3, 2025 -
stage2-wasm: multiple fixes
#23061 opened
Mar 3, 2025 -
io_uring: Update to kernel changes in 6.11 and 6.12
#23062 opened
Mar 3, 2025 -
Sema: handle generated tag enums in union field order check
#23073 opened
Mar 4, 2025 -
Remove numerous things deprecated during the 0.14 release cycle
#23096 opened
Mar 5, 2025 -
`llvm`: Replace `DataLayoutBuilder` with a simple target -> string switch.
#23098 opened
Mar 5, 2025 -
Allow \u escape in string literal to encode surrogate code point
#23102 opened
Mar 5, 2025 -
std: use decl literals to improve endian ergonomics
#23103 opened
Mar 5, 2025 -
`zig cc`: Don't pass `-mabi` for assembly files when targeting arm.
#23109 opened
Mar 5, 2025 -
Sema: increment extra index even if return type is generic
#23113 opened
Mar 6, 2025 -
lib/std/Build/Cache.zig: remove .wasi SkipZigTest checks
#23114 opened
Mar 6, 2025 -
std/containers: improve consistency using gpa parameter name for allocator
#23118 opened
Mar 6, 2025 -
adds labeled switch to the grammar.y documentation
#23119 opened
Mar 6, 2025 -
Compile: Pass absolute --zig-lib-dir to child processes
#23122 opened
Mar 7, 2025 -
`test`: Disable `test-elf-ld-script-path-error` for now.
#23126 opened
Mar 7, 2025 -
Revert "Merge pull request #22982 from mlugg/cache-mode"
#23132 opened
Mar 7, 2025 -
build: Don't check parent directories for git tag
#23133 opened
Mar 7, 2025
27 Issues closed by 9 people
-
Zig 0.14.0 Build: unable to open '': FileNotFound
#23120 closed
Mar 7, 2025 -
std.mem.zeroInit undefined pointers
#23134 closed
Mar 7, 2025 -
custom test runners are inconvenient when they share the same main function
#23129 closed
Mar 7, 2025 -
zig build always fetches packages
#23130 closed
Mar 7, 2025 -
Packed struct gets broken when passed to function by-val.
#23101 closed
Mar 7, 2025 -
0.14.0 via homebrew outputs error on `zig version` and `zig env`
#23127 closed
Mar 7, 2025 -
` zig build --watch` reaches unreachable code in `posix.zig` under WSL
#23116 closed
Mar 6, 2025 -
Compiling returns an error in build.zig.zon "expected enum literal"
#23104 closed
Mar 5, 2025 -
Dependencies with nested local path dependencies fail with "dependency path outside project"
#23076 closed
Mar 4, 2025 -
LLVM error when running `zig build test --fuzz` after `zig init`
#23094 closed
Mar 4, 2025 -
Error message for missing import does not point to import site
#23070 closed
Mar 4, 2025 -
`zig init` generates invalid code if the cwd name is a zig keyword
#23066 closed
Mar 4, 2025 -
[trivial] misleading error message in std/Build/Step.zig/failWithCacheError()
#22843 closed
Mar 4, 2025 -
System package mode does not work with legacy package hashes
#23060 closed
Mar 3, 2025 -
Add `readLine` and `readLineSlice` as methods to `InStream`
#3822 closed
Mar 3, 2025 -
zig fetch and zig build disagree on what fingerprint of package should be
#23065 closed
Mar 3, 2025 -
"myOrder == .lt" slower than "myOrder.compare(.lt)"
#23064 closed
Mar 3, 2025 -
Unintuitive error for omitting field type in struct
#23045 closed
Mar 3, 2025 -
unable to codegen: InputOutput on Linux with Self-Hosted x86 Backend
#22642 closed
Mar 3, 2025 -
legacy packages are unnecessarily fetched
#23051 closed
Mar 3, 2025 -
Allow coercion of structs with field names that are the exact same
#23048 closed
Mar 3, 2025 -
should the `orelse` operator be right-associative?
#15108 closed
Mar 2, 2025 -
`zig init` produces duplicate information for `minimum_zig_version`
#23040 closed
Mar 2, 2025 -
build failures for lib/std/Build/Fuzz/WebServer.zig on armv7l
#22523 closed
Mar 1, 2025 -
"division by zero here causes undefined behavior" compile error has no trace
#23038 closed
Mar 1, 2025
45 Issues opened by 25 people
-
x86_64: packed struct with pointer field assigned from global gets mangled as function argument
#23131 opened
Mar 7, 2025 -
`zig build --watch`: reached unreachable code
#23128 opened
Mar 7, 2025 -
Flaky `test-elf-ld-script-path-error` failure due to `error.BrokenPipe`
#23125 opened
Mar 7, 2025 -
Flaky `wasm_producers` test failure in self-hosted backend
#23124 opened
Mar 7, 2025 -
Crash: switch continuation + user error
#23123 opened
Mar 7, 2025 -
Support MinGW-w64's WinRT headers in `zig cc`
#23115 opened
Mar 6, 2025 -
Regression with finding linker scripts during cross-compilation
#23111 opened
Mar 6, 2025 -
Zig 0.14.0 bootstrap failing with "failed to parse archive: FileNotFound" if cache exists
#23110 opened
Mar 5, 2025 -
Unintuitive error message when mis-calling builtin functions
#23108 opened
Mar 5, 2025 -
In 14, performance dropped by 1/3, most likely due to vector operations.
#23107 opened
Mar 5, 2025 -
build.zig error in httpz and building project
#23105 opened
Mar 5, 2025 -
`error: NoSpaceLeft` on a program built with the x86_64 backend
#23099 opened
Mar 5, 2025 -
Tier 1 support for `sparc64-solaris`
#23093 opened
Mar 4, 2025 -
Tier 1 support for `wasm64-wasi`
#23092 opened
Mar 4, 2025 -
Tier 1 support for `wasm32-wasi`
#23091 opened
Mar 4, 2025 -
Tier 1 support for `m68k-netbsd`
#23090 opened
Mar 4, 2025 -
Tier 1 support for `m68k-linux`
#23089 opened
Mar 4, 2025 -
Tier 1 support for `xtensa-linux`
#23088 opened
Mar 4, 2025 -
Tier 1 support for `csky-linux`
#23087 opened
Mar 4, 2025 -
Tier 1 support for `arc-linux`
#23086 opened
Mar 4, 2025 -
Tier 1 support for `aarch64-openbsd`
#23085 opened
Mar 4, 2025 -
Tier 1 support for `aarch64-netbsd`
#23084 opened
Mar 4, 2025 -
Tier 1 support for `x86_64-netbsd`
#23082 opened
Mar 4, 2025 -
Tier 1 support for `sparc-linux`
#23081 opened
Mar 4, 2025 -
Tier 1 support for `x86_64-windows`
#23080 opened
Mar 4, 2025 -
Tier 1 support for `x86_64-linux`
#23079 opened
Mar 4, 2025 -
Tier 1 support for `aarch64-macos`
#23078 opened
Mar 4, 2025 -
Unclear when `Fn.return_type` should be null
#23075 opened
Mar 4, 2025 -
`operation is runtime due to this operand` for `@intFromPtr`
#23072 opened
Mar 4, 2025 -
`zig fmt` bugs with nested containers
#23071 opened
Mar 4, 2025 -
allow safety checks to compare the identity of`std.mem.Allocator`s
#23068 opened
Mar 3, 2025 -
Compiler segfaults if tagged union field is missing / misordered
#23059 opened
Mar 3, 2025 -
Enable red zone support for PowerPC after the LLVM 20 upgrade
#23056 opened
Mar 3, 2025 -
std.Build.Cache.addDepFile fails if the dep file contains directories
#23055 opened
Mar 3, 2025 -
better ubsan runtime defaults
#23052 opened
Mar 3, 2025 -
enhance manifest error messages to show depending package
#23047 opened
Mar 2, 2025 -
Add a way to create `zip` archives
#23044 opened
Mar 2, 2025 -
Inconsistent behavior of RLS inside @ptrFromInt
#23041 opened
Mar 2, 2025 -
improve "use of undefined value here causes undefined behavior" to include why
#23037 opened
Mar 1, 2025 -
llvm: miscomp of saturating left shift of zero
#23035 opened
Mar 1, 2025 -
Sema: null unwrap with large saturating left shift amount
#23034 opened
Mar 1, 2025 -
Sema: saturating left shift produces an incorrect safety check and invalid Air
#23033 opened
Mar 1, 2025
195 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.
-
std.c: more fixes
#22654 commented on
Mar 6, 2025 • 1 new comment -
"integer part of floating point value out of bounds" panic during f16 -> i32 conversion on macOS
#22247 commented on
Mar 1, 2025 • 0 new comments -
x86_64: TODO airAggregateInit implement packed structs with large fields
#22915 commented on
Mar 1, 2025 • 0 new comments -
Tracking issue: x86_64 backend miscompiles river
#22790 commented on
Mar 1, 2025 • 0 new comments -
Nit: anytype is a really inconsistent name
#5893 commented on
Mar 2, 2025 • 0 new comments -
SIMD vector type syntax: [|N|]T
#6771 commented on
Mar 2, 2025 • 0 new comments -
replace @setRuntimeSafety with @optimizeFor
#978 commented on
Mar 2, 2025 • 0 new comments -
x86 backend is not passing all behavior tests
#17645 commented on
Mar 2, 2025 • 0 new comments -
windows: File.pwrite/pread alters the file pointer
#12783 commented on
Mar 3, 2025 • 0 new comments -
Tracking issue for the LLVM 20 upgrade
#22014 commented on
Mar 3, 2025 • 0 new comments -
stdlib Suggestion: Open File for Appending
#14375 commented on
Mar 3, 2025 • 0 new comments -
`@addWithOverflow` is slower than `std.math.add` even though builtins should be preferred over stdlib functions
#18467 commented on
Mar 4, 2025 • 0 new comments -
zig cc build for android ndk can not find 'asm/types.h'
#12114 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 support for `powerpc-linux`
#21649 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 Support for Linux i386
#1929 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 support for 32 bit windows (i386-windows target)
#537 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 FreeBSD Support for x86_64
#1759 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 support for `mips64(el)-linux-(gnu,musl)abin32`
#21712 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 support for `x86_64-linux-(gnu,musl)x32`
#21711 commented on
Mar 4, 2025 • 0 new comments -
`std.Build` conflates libc configuration for host and cross targets
#22559 commented on
Mar 4, 2025 • 0 new comments -
Tier 1 Support for sparc64-linux
#4931 commented on
Mar 4, 2025 • 0 new comments -
removals cause HashMaps to become slow
#17851 commented on
Mar 4, 2025 • 0 new comments -
Weird bug around handling `-v` flag in `zig cc -target`
#22269 commented on
Mar 4, 2025 • 0 new comments -
Compiler crash with empty slice in comptime generic
#19888 commented on
Mar 5, 2025 • 0 new comments -
FileNotFound when compiling Zig with relative `--zig-lib-dir`
#22119 commented on
Mar 5, 2025 • 0 new comments -
`GeneralPurposeAllocator` reports `error.OutOfMemory` despite having more than enough free memory.
#18775 commented on
Mar 5, 2025 • 0 new comments -
Need document about package managing.
#16381 commented on
Mar 1, 2025 • 0 new comments -
difference in `comptime`-ness of `.?` and `orelse unreachable`
#19480 commented on
Mar 1, 2025 • 0 new comments -
Clarify `@extern` usage with variables with pointer types
#19515 commented on
Mar 1, 2025 • 0 new comments -
Zig Language Reference for all zig versions links to the master standard library documentation
#22389 commented on
Mar 1, 2025 • 0 new comments -
sometimes there is an unwanted memcpy when passing large structs by-value
#17580 commented on
Mar 1, 2025 • 0 new comments -
Another array access performance issue.
#13938 commented on
Mar 1, 2025 • 0 new comments -
20%+ regression in ReleaseFast performance since 0.11.0
#17768 commented on
Mar 1, 2025 • 0 new comments -
Packed struct operations are not emitted as operations on their backing integer
#21891 commented on
Mar 1, 2025 • 0 new comments -
Tracking Issue: Priorities of Real World Zig Users
#17144 commented on
Mar 1, 2025 • 0 new comments -
remove deprecated API before the release
#3811 commented on
Mar 1, 2025 • 0 new comments -
build system terminology update: package, project, module, dependency
#14307 commented on
Mar 1, 2025 • 0 new comments -
builder.standardBuildOptions(.{})
#7201 commented on
Mar 1, 2025 • 0 new comments -
introduce build_runner.phase enum {configure, make} and assert the phase in many functions
#14941 commented on
Mar 1, 2025 • 0 new comments -
extract WriteSourceFileStep out from WriteFileStep
#14944 commented on
Mar 1, 2025 • 0 new comments -
package manager: prevent confusing copy+paste error with package `.hash` entries
#16679 commented on
Mar 1, 2025 • 0 new comments -
Support -Bsymbolic-functions
#18804 commented on
Mar 1, 2025 • 0 new comments -
Missing `__cpu_indicator_init` and `__cpu_model` in compiler-rt
#18074 commented on
Mar 1, 2025 • 0 new comments -
Generic structs should include field listings
#19386 commented on
Mar 1, 2025 • 0 new comments -
Remove comment header from generated output of Build.ConfigHeader
#19272 commented on
Mar 1, 2025 • 0 new comments -
`--release=x` ignored when `preferred_optimize_mode` is set
#19732 commented on
Mar 1, 2025 • 0 new comments -
enable the x86 backend by default for debug builds on x86_64-linux
#22257 commented on
Mar 1, 2025 • 0 new comments -
x86 backend miscompilation w/ packed structs and bitwise operation
#20581 commented on
Mar 1, 2025 • 0 new comments -
x86_64: Bug multiplying `@as(u17, @intCast(u8)) * comptime_int`
#19607 commented on
Mar 1, 2025 • 0 new comments -
x86_64 backend miscomp
#20113 commented on
Mar 1, 2025 • 0 new comments -
change fatal on error.UnsupportedFlags to a std.log.err and return
#21852 commented on
Mar 1, 2025 • 0 new comments -
compiler: Fix some real and theoretical miscompilations with `allowzero` and `volatile`
#21882 commented on
Mar 5, 2025 • 0 new comments -
fetch: Fix various issues related to `zig fetch --save`
#21931 commented on
Mar 1, 2025 • 0 new comments -
Fix float vector comparisons with signed zero and NaN, add test coverage
#21933 commented on
Mar 5, 2025 • 0 new comments -
JSON compilation database support
#22012 commented on
Mar 1, 2025 • 0 new comments -
Add .no_unpack = PATH and --no-unpack to build.zig.zon and zig fetch
#22042 commented on
Mar 1, 2025 • 0 new comments -
Sema, Value: add more undefined checks
#22118 commented on
Mar 5, 2025 • 0 new comments -
implement `@LoopHint`
#22187 commented on
Mar 2, 2025 • 0 new comments -
std: implement basic io for UEFI
#22226 commented on
Mar 5, 2025 • 0 new comments -
improve type safety of std.zig.Ast
#22397 commented on
Mar 7, 2025 • 0 new comments -
std.Build: add build-id option
#22516 commented on
Mar 7, 2025 • 0 new comments -
std.Build: add search prefix "exact" variant
#22552 commented on
Mar 1, 2025 • 0 new comments -
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
#22587 commented on
Mar 3, 2025 • 0 new comments -
add `@memmove` builtin
#22605 commented on
Mar 2, 2025 • 0 new comments -
meta: fix 'zig build -Denable-llvm' on nixos 24
#22728 commented on
Mar 1, 2025 • 0 new comments -
LLVM 20
#22780 commented on
Mar 6, 2025 • 0 new comments -
build: Don't link system libraries when building a static library
#22878 commented on
Mar 1, 2025 • 0 new comments -
Allow importing ZON without a result type (you can import build.zig.zon now)
#22907 commented on
Mar 1, 2025 • 0 new comments -
Adds non allocating alternatives to ZON parse functions
#22916 commented on
Mar 4, 2025 • 0 new comments -
Allow parsing into `Zoir.Node.Index` (it's easier to parse build.zig.zon at runtime now)
#22973 commented on
Mar 1, 2025 • 0 new comments -
add array list pointer stability
#22992 commented on
Mar 6, 2025 • 0 new comments -
sema: compile error on reifying align(0) fields and pointers
#22997 commented on
Mar 2, 2025 • 0 new comments -
x86_64: rewrite wrapping add/sub
#22998 commented on
Mar 2, 2025 • 0 new comments -
std.math.big: Improved performance for `lladdcarry` (and therefore for addition of bigints)
#23032 commented on
Mar 1, 2025 • 0 new comments -
Get rid of "always_" prefixes from std.builtin.CallModifier field names
#22825 commented on
Mar 6, 2025 • 0 new comments -
Nix package manager with Zig fails with "error: AccessDenied"
#6810 commented on
Mar 6, 2025 • 0 new comments -
some WASI tests are disabled due to using cwd
#5437 commented on
Mar 6, 2025 • 0 new comments -
std.heap.PageAllocator: improve implementation on Windows using NtAllocateVirtualMemory
#22846 commented on
Mar 6, 2025 • 0 new comments -
self-hosted wasm linker bug
#23025 commented on
Mar 7, 2025 • 0 new comments -
add http/socks5 proxy support for package manager
#15048 commented on
Mar 7, 2025 • 0 new comments -
`--watch` does not work on macOS 14.5 when saving from VSCode
#21905 commented on
Mar 7, 2025 • 0 new comments -
std: add std.options.debug_stacktrace_mode
#19650 commented on
Mar 1, 2025 • 0 new comments -
fix: make `zig cc` pass `-l`/`-L` like Clang/GCC for ELF
#19818 commented on
Mar 1, 2025 • 0 new comments -
zig build: allow to choose "lazy mode" for fetching process
#19975 commented on
Mar 5, 2025 • 0 new comments -
std.Build+autodoc: allow configurable html, js and additional static files
#20027 commented on
Mar 1, 2025 • 0 new comments -
Build.Step.Run: captureStdOutNamed
#20097 commented on
Mar 1, 2025 • 0 new comments -
Add skip reason to build summary
#20197 commented on
Mar 1, 2025 • 0 new comments -
rename `preferred_optimize_mode` to better reflect its usage
#20246 commented on
Mar 1, 2025 • 0 new comments -
add `zig dep-hash` command
#20281 commented on
Mar 2, 2025 • 0 new comments -
package manager: allow overriding dependencies with local cache
#20348 commented on
Mar 2, 2025 • 0 new comments -
llvm: Fix line number information to prevent spurious breakpoint hits
#20543 commented on
Mar 7, 2025 • 0 new comments -
std.Build: add `imports` field to `*Options` structs
#20723 commented on
Mar 1, 2025 • 0 new comments -
fs.Dir: Give the option to stat a symbolic link
#20843 commented on
Mar 1, 2025 • 0 new comments -
std.time.epoch: change getDaysInMonth to accept the year as an argument
#21280 commented on
Mar 4, 2025 • 0 new comments -
std.fs: support `Lock.none` on Windows
#21306 commented on
Mar 1, 2025 • 0 new comments -
stdlib: base64 stream decoder
#21348 commented on
Mar 1, 2025 • 0 new comments -
fetch: support specifying hash on the CLI
#21589 commented on
Mar 1, 2025 • 0 new comments -
std.Build: Implement addEmbedPath for adding C #embed search directories
#21638 commented on
Mar 1, 2025 • 0 new comments -
wrong C ABI for `@alignOf(@Vector(4, f32))` on arm
#12137 commented on
Mar 1, 2025 • 0 new comments -
Very recent regression with @Vector(4, bool)
#13279 commented on
Mar 1, 2025 • 0 new comments -
undefined symbol: fcntl@GLIBC_2.2.5 when compile for armv7
#16002 commented on
Mar 1, 2025 • 0 new comments -
storing to an allowzero zero pointer is not emitted in ReleaseFast build mode
#15816 commented on
Mar 1, 2025 • 0 new comments -
autodoc follow-up enhancements and bug fixes
#19249 commented on
Mar 1, 2025 • 0 new comments -
llvm backend: llvm assert hit when compiling for mips and passing vector for f80 to a function
#16479 commented on
Mar 1, 2025 • 0 new comments -
Slice operation omits sentinel runtime safety check
#19792 commented on
Mar 1, 2025 • 0 new comments -
Slice operations `slice_sentinel` and `slice_length` (with sentinel) produce runtime safety checks testing incorrect (underestimated) upper bounds
#19794 commented on
Mar 1, 2025 • 0 new comments -
build.zig: issue with caching with chained build.step.Run steps
#19817 commented on
Mar 1, 2025 • 0 new comments -
tagged union switch prong capture doesn't coerce `noreturn` / uninstantiable field type
#20187 commented on
Mar 1, 2025 • 0 new comments -
Slice operation produces runtime safety check with impossible success condition
#19796 commented on
Mar 1, 2025 • 0 new comments -
0.13 regression: simdutf targeting x86-64 no longer builds
#20414 commented on
Mar 1, 2025 • 0 new comments -
Volatile not respected in some edge cases
#21033 commented on
Mar 1, 2025 • 0 new comments -
runtime @unionInit of underaligned union type corrupts stack
#21343 commented on
Mar 1, 2025 • 0 new comments -
Inline assembly integer formatter implicitly converts unsigned integer to signed, then sign-extends to power of 2
#21431 commented on
Mar 1, 2025 • 0 new comments -
Compiler crash with extern function returning opaque
#21093 commented on
Mar 1, 2025 • 0 new comments -
`@bitCast of packed struct containing pointer` test regression with LLVM 19
#21463 commented on
Mar 1, 2025 • 0 new comments -
conversion from int to float silently truncates bits
#21586 commented on
Mar 1, 2025 • 0 new comments -
`zig fetch --save` puts URL in already existing `.path` entry
#21690 commented on
Mar 1, 2025 • 0 new comments -
error: TlsInitializationFailed for std.http.Client.fetch with http-URL - redirecting from HTTP to HTTPS on a client which has not made any HTTPS requests yet
#21636 commented on
Mar 1, 2025 • 0 new comments -
Stack corruption when calling C code with structs passed by value
#21783 commented on
Mar 1, 2025 • 0 new comments -
.text section debug function regression
#21699 commented on
Mar 1, 2025 • 0 new comments -
segfault in compiler_rt rem_pio2_large
#21802 commented on
Mar 1, 2025 • 0 new comments -
Progress display is cut off horizontally
#20107 commented on
Mar 1, 2025 • 0 new comments -
Thread.spawn() crashes an Android
#22963 commented on
Mar 1, 2025 • 0 new comments -
Surprising aliasing despite explicit copy
#22906 commented on
Mar 1, 2025 • 0 new comments -
Compiler reports incorrect type error on the wrong line
#10663 commented on
Mar 1, 2025 • 0 new comments -
Interleaving remove() / getOrPutAssumeCapacity() calls to std.HashMap causes existing entries in a hash map to be reported to not be found.
#7494 commented on
Mar 1, 2025 • 0 new comments -
zig build: `getty-zig/json` no longer compiles
#15601 commented on
Mar 1, 2025 • 0 new comments -
Adding `comptime` to a variable previously declared `var` when it's value is constant segfaults the compiler.
#16775 commented on
Mar 1, 2025 • 0 new comments -
`std.lerp` test depends on `t` being a compile time constant
#17884 commented on
Mar 1, 2025 • 0 new comments -
Autodoc: links to `AnyReader` and `AnyWriter` do not resolve correctly
#19528 commented on
Mar 1, 2025 • 0 new comments -
C ABI bug with squeezing any >16 byte struct after the third following a non-struct parameter
#17898 commented on
Mar 1, 2025 • 0 new comments -
Autodoc: function displayed twice when aliased
#19836 commented on
Mar 1, 2025 • 0 new comments -
Slice operations `slice_sentinel` and `slice_length` (with sentinel) produce compile-time assertions testing incorrect (overestimated) upper bounds
#19795 commented on
Mar 1, 2025 • 0 new comments -
std.Progress panic: reached unreachable code
#21663 commented on
Mar 1, 2025 • 0 new comments -
Unable to evaluate comptime expression, operation is runtime due to this operand. However, it is entirely compile time.
#19867 commented on
Mar 1, 2025 • 0 new comments -
Compiler panic caused by comparing a float vector that contains NaN
#21932 commented on
Mar 1, 2025 • 0 new comments -
deadlock when running multiple c compilations in parallel
#22453 commented on
Mar 1, 2025 • 0 new comments -
incremental compilation: reached unreachable code and accumulation of errors if `@import`ing non-existent files
#22696 commented on
Mar 1, 2025 • 0 new comments -
zon: Import of build.zig.zon cannot be expressed by the type system
#22775 commented on
Mar 1, 2025 • 0 new comments -
Compiler crash when building Kiesel with x86_64 backend
#22798 commented on
Mar 1, 2025 • 0 new comments -
Auto doc links on Windows are broken due to file path separator
#22811 commented on
Mar 1, 2025 • 0 new comments -
ptrcast to multiptr with incorrect alignment causes infinite loop (or very slow runtime) in compiler
#22885 commented on
Mar 1, 2025 • 0 new comments -
Using `@This()` in opaque type hits unreachable
#22869 commented on
Mar 1, 2025 • 0 new comments -
Segmentation fault when calling DebugAllocator's deinit function
#22892 commented on
Mar 1, 2025 • 0 new comments -
Regression in `std.enums.directEnumArray` when using a tagged union with multiple zero-bit fields as the Data type
#22904 commented on
Mar 1, 2025 • 0 new comments -
Using @TypeOf(x) as return type causes nothing to be emitted
#22921 commented on
Mar 1, 2025 • 0 new comments -
`std.Progress` does terminal width truncation based on raw byte count
#20171 commented on
Mar 1, 2025 • 0 new comments -
build --watch panics on debian linux (name_to_handle_at returns .INVAL)
#20720 commented on
Mar 1, 2025 • 0 new comments -
Inline assembler with jmp + "m" will emit wrong code
#3609 commented on
Mar 1, 2025 • 0 new comments -
Incorrect evaluation precedence for bitwise operators
#1902 commented on
Mar 1, 2025 • 0 new comments -
LLD silently misinterprets the LMA in linkerscripts
#4595 commented on
Mar 1, 2025 • 0 new comments -
Miscompilation of functions with non-byte-multiple types on i386
#8734 commented on
Mar 1, 2025 • 0 new comments -
stage2 self referential array memory corruption
#13415 commented on
Mar 1, 2025 • 0 new comments -
macos: specifying static initializer routines in Zig explicitly
#13319 commented on
Mar 1, 2025 • 0 new comments -
Inline asm memory operands not properly referenced
#10367 commented on
Mar 1, 2025 • 0 new comments -
@atomicRmw with u128 segfaults at runtime
#13989 commented on
Mar 1, 2025 • 0 new comments -
zig build handles SSL certificates incorrectly
#14331 commented on
Mar 1, 2025 • 0 new comments -
some aarch64 C ABI tests are failing
#14908 commented on
Mar 1, 2025 • 0 new comments -
add .h file generation tests back
#14958 commented on
Mar 1, 2025 • 0 new comments -
CFLAGS "shifted to the left files" (regression)
#15498 commented on
Mar 1, 2025 • 0 new comments -
std.mem.bytesAsSlice should check alignment at compile time
#16132 commented on
Mar 1, 2025 • 0 new comments -
runtime stack traces no longer working in release mode
#15546 commented on
Mar 1, 2025 • 0 new comments -
Still another array access performance issue (in debug)
#15685 commented on
Mar 1, 2025 • 0 new comments -
Spurious "dependency loop detected" and "missing struct field" errors
#17255 commented on
Mar 1, 2025 • 0 new comments -
Compiler generates wrong code for assigning struct fields
#16621 commented on
Mar 1, 2025 • 0 new comments -
Compiler crash when switching on runtime known variable to return a function pointer
#17445 commented on
Mar 1, 2025 • 0 new comments -
`comptime` not required for param with comptime-only type in function called at runtime
#19315 commented on
Mar 1, 2025 • 0 new comments -
Code generation regression for inline while
#18187 commented on
Mar 1, 2025 • 0 new comments -
terminology update: use the phrase "detectable illegal behavior" rather than "safety-checked undefined behavior"
#2402 commented on
Mar 1, 2025 • 0 new comments -
Offline link to `std` in doc/langref.html points to latest online one
#17160 commented on
Mar 1, 2025 • 0 new comments -
`zig targets` output in langref is outdated
#16406 commented on
Mar 1, 2025 • 0 new comments -
@frameSize gives incorrect result
#3654 commented on
Mar 1, 2025 • 0 new comments -
Bad codegen (or calling convention?): Arguments pointed to on stack into tailcall
#9703 commented on
Mar 1, 2025 • 0 new comments -
intermittent TlsConnectionTruncated
#14573 commented on
Mar 1, 2025 • 0 new comments -
Valgrind reports passing uninitialized memory to writev, @cImport()/usingnamespace related
#13538 commented on
Mar 1, 2025 • 0 new comments -
Prevent native paths from ending up on the rpath
#13466 commented on
Mar 1, 2025 • 0 new comments -
test\standalone\mix_c_files failing in the LLVM16 branch on Windows
#14800 commented on
Mar 1, 2025 • 0 new comments -
Regression with "Unable to evaluate constant expression" in len of fixed size arrays
#15280 commented on
Mar 1, 2025 • 0 new comments -
zig native paths should include `/usr/lib/{linux triple}` by default on Linux
#16733 commented on
Mar 1, 2025 • 0 new comments -
miscompilation possibly related to union layout
#16392 commented on
Mar 1, 2025 • 0 new comments -
ConfigHeader does not automatically register a generated FileSource as a step dependency
#16208 commented on
Mar 1, 2025 • 0 new comments -
Broken rpath output when building Zig with Nix
#18612 commented on
Mar 1, 2025 • 0 new comments -
Zig cannot connect to some TLS servers
#17446 commented on
Mar 1, 2025 • 0 new comments -
"bitcast packed union to integer" behavior test causing undefined behavior in the compiler
#19384 commented on
Mar 1, 2025 • 0 new comments -
"comptime bitcast with fields following f80" behavior test causing undefined behavior in the compiler
#19387 commented on
Mar 1, 2025 • 0 new comments -
Compiler discards const stack variable declarations and generates segfaulting code
#19011 commented on
Mar 1, 2025 • 0 new comments -
"reinterpret extern union" behavior test causing undefined behavior in the compiler
#19389 commented on
Mar 1, 2025 • 0 new comments -
Miscompilation with struct result from orelse
#19909 commented on
Mar 1, 2025 • 0 new comments -
autodoc: top-level file doc-comment is not rendered from files in the crypto namespace
#19802 commented on
Mar 1, 2025 • 0 new comments -
Incorrect documentation for @cmpxchgStrong and @cmpxchgWeak
#19979 commented on
Mar 1, 2025 • 0 new comments -
`const` value changes unexpectedly
#19927 commented on
Mar 1, 2025 • 0 new comments -
file system watching on linux fails to avoid placing marks from different mounts into the same fanotify descriptor
#20670 commented on
Mar 1, 2025 • 0 new comments -
Transitive lazy dependencies are not fetched
#20716 commented on
Mar 1, 2025 • 0 new comments -
Pointer arithmetic and slicing without end for zero-size types give wrong results
#20214 commented on
Mar 1, 2025 • 0 new comments -
`zig build --fetch` doesn't fetch transitive dependencies
#20976 commented on
Mar 1, 2025 • 0 new comments