77a4c4bbcf
Compilation: remove early 'bin_file = null' which results in a 'defer if (comp.bin_file)' block to not be executed
ba5420896d
Enable std tests for wasm backend again + enable field reordering
4c9d06416c
Merge pull request 'Test coverage for overlapping assignments' (#35918) from Fri3dNstuff/zig:overlapping-copy into master
eab71c7c86
don't use expectEqual
175589fc71
ci: update QEMU to v11.0.2
Implement Meson ConfigHeader support
Updated PR for the build system Configurer/Maker split
f433e9c9ce
Implement Meson ConfigHeader support
ba5420896d
Enable std tests for wasm backend again + enable field reordering
4c9d06416c
Merge pull request 'Test coverage for overlapping assignments' (#35918) from Fri3dNstuff/zig:overlapping-copy into master
eab71c7c86
don't use expectEqual
175589fc71
ci: update QEMU to v11.0.2
09aec5fad0
Use iouring probing over kernel version checks
5855791d48
fix
skipKernelLessThan in IoUring.test for WSL linux
175589fc71
ci: update QEMU to v11.0.2
902b71eafa
Merge pull request 'Type: allow vectors in externs for SPIR-V target' (#35953) from alichraghi/zig:master into master
bae68c8a45
test: unskip passing behavior tests for spirv backend
2d4c04e088
fixes from review
dc949f2e5a
Make
W a typed flag
175589fc71
ci: update QEMU to v11.0.2
902b71eafa
Merge pull request 'Type: allow vectors in externs for SPIR-V target' (#35953) from alichraghi/zig:master into master
bae68c8a45
test: unskip passing behavior tests for spirv backend
build.zig: No way to output the -include flag
I hit a similar blockage and used the hack below to get it working
914b8f26b0
Merge pull request 'spirv: bug fixes' (#35874) from alichraghi/zig:ali/refactor into master
e8ccd4fbcd
spirv: allow specifying texel type for storage images
ffc510a70c
spirv: link: handle bit_enum/value_enum parameters during id remap
36d7d59072
spirv: fix non-input/output globals leaking into
OpEntryPoint interface
3c857583fc
spirv: fix
@SpirvType opaque externs lowered as OpUndef
393eb5b086
std.Target.Query: deprecate allocDescription()
0a8711d3c0
std.Target: remove a TODO that's likely never going to be addressed
5d7521c9fa
mailmap: update email
d43c4db021
compiler: don't allow statically linking executables on Haiku
b00c7d66b9
std.Target: add win11_br and win11_kr to WindowsVersion
c8273b3a7f
fixes from review
Make
W a typed flag
Because the return types of all failable C library and system calls are always a signed integer. It's usually an i32 but specified as i64 to deal with cases where a system or library call...
Make
W a typed flag
That's a good catch. I didn't check the type of request_resource_usage_statistics. Done, thanks.
Make
W a typed flag
This is a residue of the previous change made. The @intCasts aren't required anymore, so I will remove them.
bdfc364ae0
use usize for waitpid and wait4 return types
41cd33befc
Make
W a typed flag
ef14d8ad3f
std.Target.Query: deprecate allocDescription()
ea2032fa0f
std.Target: remove a TODO that's likely never going to be addressed
f5a1968f6e
mailmap: update email
Make
W a typed flag
@ianic sorry for the late response, I just saw this. Your assessment is true.
use
probe.is_supported over skipKernelLessThan in IoUring.test
Rebased and fixed the merge conflict
a76ce77108
llvm: fix lowering of x86 fastcall and vectorcall
ad1b746e28
ci: add fuzzer coverage on the BSDs
e2c5523cd1
std.zig.LibCDirs: remove config from haiku include path
331b40061b
Use iouring probing over kernel version checks
67a9a94a4a
fix
skipKernelLessThan in IoUring.test for WSL linux
a85a29ae4d
std.zig.LibCDirs: add default haiku include directories
989b6a1b93
std.Build: clear step inputs when resetting the step
6d0b887972
Sema: disallow pointer cast from pointer to opaque type to slice
a85a29ae4d
std.zig.LibCDirs: add default haiku include directories
989b6a1b93
std.Build: clear step inputs when resetting the step
6d0b887972
Sema: disallow pointer cast from pointer to opaque type to slice
fecd28371d
Sema: fix crash bitcasting undefined to bitpack type
fc1c83a363
Air: fix legalization of packed struct init with OPV field
994547d19a
std.debug: disable stack traces on avr
3e0dfe83ce
drop support for powerpc-linux-gnueabi(hf)
a2ab3132df
wasm futex: fix invalid cast from u64 to i64
73d20ecd6a
emscripten: Use SIG for sigaction types
7eb79daffb
Merge pull request '
std.builtin -> std.lang migration progress' (#32182) from compiler-std-lang into master